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.
Image to PDF/X-1a
- 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
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
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image to PDF/X-1a
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.