Image to PDF/X-1a

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Image to PDF/X-1a

Post by myspacee »

Hello,
can i generate a PDF/X-1a from an image using IM ?

I've a web tool used to convert document and image, and want to give mu user opportunity to create PDF/X-1a file.

Thank you for any info,
m.
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

Re: Image to PDF/X-1a

Post by whugemann »

IM uses Ghostscript to process PDF input and output, so this is probably a question of the options you define in delegates.xml for the gs command line. There seem to be options that get Ghostscript to produce PDF/X-1a compliant output.
Wolfgang Hugemann
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image to PDF/X-1a

Post by fmw42 »

I would suggest that you experiment with standalone GS. If you can get that to work, you can then add a line to the delegates.xml file so that IM can create it using the GS arguments.
Post Reply