Output to PDF with logo #245
Answered
by
codemasher
nicolomonili
asked this question in
Q&A
-
Hi, I'm doing some tests (i included the FPDF library), the PDF is generated correctly, but without the logo inside. |
Beta Was this translation helpful? Give feedback.
Answered by
codemasher
Feb 24, 2024
Replies: 1 comment
-
The built-in PDF output has its limitations due to the underlying library, so you'd probably need to stick with the SVG output and convert it to a raster image which you can then embed in PDF. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nicolomonili
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The built-in PDF output has its limitations due to the underlying library, so you'd probably need to stick with the SVG output and convert it to a raster image which you can then embed in PDF.