You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this to create some PDFs for notebooks where I design the individual pages through a combination of scripts and manual SVG work. I then convert all my pages to PNG and have a script witch stitches them together as a PDF. However that requires me to select the DPI of the images when I convert them, it would be much better to add the vector graphics directly to the PDF. Would it be possible to add SVG support, or alternatively PDF-as-images support so I can convert my SVGs to PDFs and then lay them out with this?
The text was updated successfully, but these errors were encountered:
scale, move, rotate, stretch, skew, and setTransform + saveState and restoreState should work.
You do the transformation on the fly, not after converting to PDF. This is not a PDF reader library.
I've been using this to create some PDFs for notebooks where I design the individual pages through a combination of scripts and manual SVG work. I then convert all my pages to PNG and have a script witch stitches them together as a PDF. However that requires me to select the DPI of the images when I convert them, it would be much better to add the vector graphics directly to the PDF. Would it be possible to add SVG support, or alternatively PDF-as-images support so I can convert my SVGs to PDFs and then lay them out with this?
The text was updated successfully, but these errors were encountered: