HI,
Is PDF-XChange viewer fully compatible with PDF/A? By other words, is a PDF/A file saved also as PDF/A?
PDF/A
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 7371
- Joined: Wed Mar 25, 2009 10:37 pm
Re: PDF/A
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:

Clicking this notice opens the following popup:

hth
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:

Clicking this notice opens the following popup:

hth
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
- User
- Posts: 164
- Joined: Mon Feb 08, 2010 8:48 am
Re: PDF/A
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.
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.
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: PDF/A
Hi, anovy.
Best
Regards.
We will add the warning message before edition/saving the PDF/A document. It will be added into the next build.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.
The test for PDF/A format can take more time, therefore we will add the special feature for this: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.
Code: Select all
GetDocumentProperty(docId, "PDFA", dataOut, 0);
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 164
- Joined: Mon Feb 08, 2010 8:48 am
Re: PDF/A
Hi again,
A small bug found: The warning message for saving is always in English langauge (for editing it is in proper language).We will add the warning message before edition/saving the PDF/A document. It will be added into the next build.
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: PDF/A
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.
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 164
- Joined: Mon Feb 08, 2010 8:48 am
Re: PDF/A
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.