Created attachment 8218 [details] error from preflight Using the command: /home/fausser/ghostscript-9.04/bin/gs -sDEVICE=pdfwrite -q -dNOPAUSE -dBATCH -dPDFA -dUseCIEColor -dPDFACompatibilityPolicy=2 -sDSCEncoding=PDFDocEncoding -sProcessColorModel=DeviceCMYK -sOutputFile=/home/fausser/ngrsgaoPDFA.pdf /home/fausser/PDFA_def.ps /home/fausser/pdfmark /home/fausser/ngrsgao-3.pdf created ngrsgaoPDFA.pdf with will error under Adobe Acrobat 10.x preflight Predefined XMP property i PDF/A standard matches definition: is not true
Created attachment 8219 [details] input pdf
Created attachment 8220 [details] output PDF/A
Created attachment 8221 [details] PDFA ps file
Created attachment 8222 [details] meta data
This looks like a duplicate of Bug#692422, which was fixed in commit: f369ae5a30143cdfc27df96de9b1b5bab1c72c6f Please try the current code, if this does not fix the problem, then please reopen. *** This bug has been marked as a duplicate of bug 692422 ***
I downloaded gdevpdfe.c from http://git.ghostscript.com/?p=ghostpdl.git;a=blame;f=gs/base/gdevpdfe.c;hb=f369ae5a30143cdfc27df96de9b1b5bab1c72c6f and put in my ghoscript-9.04/base. cd ghostscript-9.04 make clean make reran the job: /home/fausser/ghostscript-9.04/bin/gs -sDEVICE=pdfwrite -q -dNOPAUSE -dBATCH -dPDFA -dUseCIEColor -dPDFACompatibilityPolicy=2 -sDSCEncoding=PDFDocEncoding -sProcessColorModel=DeviceCMYK -sOutputFile=/home/fausser/ngrsgao_PDFA.pdf /home/fausser/PDFA_def.ps /home/fausser/pdfmark /home/fausser/ngrsgao-3.pdf The result is the same error mentioned above. Obviously....I did something wrong...whoops
The change works with Adobe Acrobat 9 but NOT Adobe Acrobat 10.x. Above still applies.......
Hi, This is a recap of sorts... I applied the patch to base/gdevpdfe.c compiled and used the command: /home/fausser/ghostscript-9.04/bin/gs -sDEVICE=pdfwrite -q -dNOPAUSE -dBATCH -dPDFA -dUseCIEColor -dPDFACompatibilityPolicy=2 -sDSCEncoding=PDFDocEncoding -sProcessColorModel=DeviceCMYK -sOutputFile=/home/fausser/ngrsgao_PDFA.pdf /home/fausser/PDFA_def.ps /home/fausser/pdfmark /home/fausser/ngrsgao-3.pdf ngrsgao_PDFA.pdf verifies under Adobe Acrobat 9.x but does NOT under Adobe 10.x giving the error: XMP property is defined but not used in accordance with the definition. I do not think this is a duplicate of issue 692422 since the patch on gdevpdfe.c just has no effect. I made sure that the make clean, make took...so I'm correct in my compile. There is something else missing from the code concerning XMP that has changed between Adobe Acrobat 9.x and 10.x
*** This bug has been marked as a duplicate of bug 692748 ***