pdfcpu
pdfcpu copied to clipboard
svg support
add vector image to pdf need supported,is there any plan to do it
Hi!
Right now there are no plans for supporting svg natively.
I believe you can use ImageMagicks convert command to convert your svg to png for example and then use pdfcpu's create, import or stamp command.
I both have png and svg,but svg is vector image,png is bitmap image,after zoom,the png image will be blurred In my case,I will put the signatrue vector image,so I want to be clearly after zoom. If support svg will be a big suprise.
You need to set your output dimensions during the conversion: https://stackoverflow.com/questions/9853325/how-to-convert-a-svg-to-a-png-with-imagemagick
Closed due to inactivity.