Can I convert XML or SWF to Vector PDF?
Posted: 2011-04-26T12:14:50-07:00
My site uses ImageMagick for an online design tool in flash. The application permits me to upload high res images (up to 60MB each) which are assembled in an XML file as layers within the flash file itself. That XML file resizes the layers to fit within the application on the website and then converts to a jpg file, which I also store as a PDF.
However, these designs need to be able to be printed at large sizes, comparable to the resolution of the images which were initially imported. My understanding is that I can do so by saving the file as a Vector PDF instead of jpg. Is that possible with ImageMagick? If so, how do I go about doing that? I can provide the code that handles the conversion to jpg if necessary.
Thanks!
However, these designs need to be able to be printed at large sizes, comparable to the resolution of the images which were initially imported. My understanding is that I can do so by saving the file as a Vector PDF instead of jpg. Is that possible with ImageMagick? If so, how do I go about doing that? I can provide the code that handles the conversion to jpg if necessary.
Thanks!