preserve vector data during convert
Posted: 2009-05-11T16:16:02-07:00
Hi again
I'm trying to do a vector to vector conversion like so:
it seems that the resulting pdf is simply a bitmap instead of a vector. How can I create a pdf that preserves the vector data?
ultimately I would like to gather several vector + bitmap files (ai, eps, and pdf, etc..) and merge/layer them into one pdf file. Is this possible with imagemagick + php extension (like magickwand)? I've tried tcpdf, which uses imagemagick, but couldn't get it to recognize the ai/eps/pdf files that I used for input.
I'm trying to do a vector to vector conversion like so:
Code: Select all
convert sample.ai sample.pdf
ultimately I would like to gather several vector + bitmap files (ai, eps, and pdf, etc..) and merge/layer them into one pdf file. Is this possible with imagemagick + php extension (like magickwand)? I've tried tcpdf, which uses imagemagick, but couldn't get it to recognize the ai/eps/pdf files that I used for input.