Page 1 of 1

SVG or other file to PDF/X-3

Posted: 2018-08-09T02:20:34-07:00
by luismanuelmontoro
Hello i´m trying to transform a SVG to a PDF/X-3, I try with convert but i think i must to use ps2PDF to set -dPDFX , and if i used y have problems with the trimbox, it said

Code: Select all

 
 ps2pdf -dPDFX=true  ai.ai  ps2pdf2.pdf
GPL Ghostscript 9.07: TrimBox does not fit inside CropBox, not permitted in PDF/X-3, reverting to normal PDF output
Can you help me??.

I try this to.

Code: Select all

convert svg.svg pdf.pdf 
but i dont know if i have a option to specify to transform in PDFX.

THANKS A LOT

Re: SVG or other file to PDF/X-3

Posted: 2018-08-09T08:49:44-07:00
by fmw42
I do not know. But be aware that Imagemagick is a raster processor. It does not do vector to vector processing. So your resulting PDF will be a rasterized SVG image put into a vector PDF shell. I doubt this is what you want.