There seems to be an error in the GhostScript PDF/A generation.
When you generate a PDF/A document via GhostScript, when you click on Adobe Reader, there is a Conformance tab which displays:
"Conformance: Standard: PDF/A-1B ISO Name: ISO 19005-1 Status: not yet verified"
It is a hit and miss affair. When you generate the same PDF file via command-line, it also gives:
"The PDF you are currently viewing does not identify itself as compliant with any standard" sometimes
I used command-line:
gswin32c -dPDFX -dBATCH -dNOPAUSE -dNOOUTERSAVE -dUseCIEColor -sProcessColorModel=DeviceCMYK -sDEVICE=pdfwrite -dPDFACompatibilityPolicy0 -sOutputFile=resu.tpdf xxx.ps PDFA_DEF.ps
Any ideas how to make it always show the conformance message instead of non-conformance?
gswin32c -v
and report the results. -- Also, what is the complete content of your PDFX_DEF.ps file? Can you post it? Note, that what is shipped by Ghostscript is only a sample of a PDFX_def.ps -- you may need to adapt it to your own environment.... – Kurt Pfeifle