The best way to obtain a pdf with transparent background
Posted: 2007-09-06T02:29:47-07:00
Hello. Which is the best way to obtain a pdf with transparent background starting from a single .png image? I type from command line (the image stands on a white background):
Is this the right way to procede? Is there any other thing or option to use?
Thanks for your help.
Code: Select all
convert -transparent white image.png image.pdf
Thanks for your help.