Am 04.05.2011 18:28, schrieb Sebastian Pipping:
> Hello!
> 
> 
> I am looking for a Tool to check PDF files against the PDF/X-3:2002
> standard that some printing vendors seem to request in case of providing
> vector sources.
> 
> The tool needs to
> 
>  1) be free software as defined by the FSF [1], and
> 
>  2) work on Linux.
> 
> 
> Has anyone seen such a thing?
> 
> Thanks in advance,
> 
> 
> 
> Sebastian
> 
> 
> [1] http://www.gnu.org/philosophy/free-sw.html
> 

I'm not aware of any real verification tool. I guess you could easily
build one using one of the free pdf libraries for introspecting the file
and matching all requirements.

A quick and dirty check would be to look for the identification string.
Every PDF/X has to specify its conformance using a plaintext string. I
can't provide you with an PDF/X example but this is how it looks for
PDF/A1 created by OOo:
`strings <pdf> | grep PDFA
<</Type/OutputIntent/S/GTS_PDFA1/OutputConditionIdentifier(sRGB
IEC61966-2.1)/DestOutputProfile 76 0 R>>

Hope this helps,
Florian Philipp

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to