PDF/A

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

PDF/A

Post by anovy »

HI,
Is PDF-XChange viewer fully compatible with PDF/A? By other words, is a PDF/A file saved also as PDF/A?
User avatar
Paul - PDF-XChange
Site Admin
Posts: 7371
Joined: Wed Mar 25, 2009 10:37 pm

Re: PDF/A

Post by Paul - PDF-XChange »

Hi anovy,

PDF-XChange Viewer is not 100% PDF/A compliant yet.

The current build will open most PDF/A documents and will display a notice in the bottom left of the window that there is a PDF/A document open and offer details:

Image

Clicking this notice opens the following popup:

Image

hth
Best regards

Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Re: PDF/A

Post by anovy »

However this notice icon appears only if the Document Options Toolbar is active. I think that this is insufficient, by default this toolbar is not used and if yes, then the user may still omit this icon. You should show some warning message (with possibility to cancel the operation) at least when the user saves the document, and the best would be to issue this warnign message when the user attempts to make any modification to such document.

Moreover, it would be great if the developer will know, that the file is PDF/A compliant before opening it (e.g. to open it in read-only mode). For this, when you will implement "IsPDF" operation (see http://www.docu-track.com/forum3/viewto ... 620#p36620, then you can adapt it to inform also about PDF/A (for example the return value will not be a simple boolean, it will be a masked value: bit 1 - it is PDF, bit 2 - it is PDFA or so). Thank you.
anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Re: PDF/A

Post by anovy »

Can I hope for answer?
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: PDF/A

Post by Vasyl - PDF-XChange »

Hi, anovy.
However this notice icon appears only if the Document Options Toolbar is active. I think that this is insufficient, by default this toolbar is not used and if yes, then the user may still omit this icon. You should show some warning message (with possibility to cancel the operation) at least when the user saves the document, and the best would be to issue this warnign message when the user attempts to make any modification to such document.
We will add the warning message before edition/saving the PDF/A document. It will be added into the next build.
Moreover, it would be great if the developer will know, that the file is PDF/A compliant before opening it (e.g. to open it in read-only mode). For this, when you will implement "IsPDF" operation (see https://forum.pdf-xchange.com/ ... 620#p36620, then you can adapt it to inform also about PDF/A (for example the return value will not be a simple boolean, it will be a masked value: bit 1 - it is PDF, bit 2 - it is PDFA or so). Thank you.
The test for PDF/A format can take more time, therefore we will add the special feature for this:

Code: Select all

GetDocumentProperty(docId, "PDFA", dataOut, 0);
Best
Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Re: PDF/A

Post by anovy »

Thank you very much.
User avatar
Paul - PDF-XChange
Site Admin
Posts: 7371
Joined: Wed Mar 25, 2009 10:37 pm

Re: PDF/A

Post by Paul - PDF-XChange »

:-)
Best regards

Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Re: PDF/A

Post by anovy »

Hi again,
We will add the warning message before edition/saving the PDF/A document. It will be added into the next build.
A small bug found: The warning message for saving is always in English langauge (for editing it is in proper language).
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: PDF/A

Post by Vasyl - PDF-XChange »

Hi, anovy.

It occurs because the text-label of this warning message is new and is not localized currently.
You may wait for localized version or you can localize it manually in the corresponding language file (Languages/*.xml).
See http://www.docu-track.com/forum3/viewto ... =35&t=3693.

Best
Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Re: PDF/A

Post by anovy »

I downloaded your Language Tool V2, it still works with version 2.049. When I copied to the "PDF-X Vwr V2" directory the new PDFXCview.exe file (v2.050), then new string appeared in editor, so it seems this works. Even so I want to ask you if this is a correct solution.
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: PDF/A

Post by Vasyl - PDF-XChange »

Sure, it is correct solution.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.