[
https://issues.apache.org/jira/browse/PDFBOX-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965295#comment-14965295
]
Kevin Ternes commented on PDFBOX-3026:
--------------------------------------
I have documented more about what versions of Reader experience this problem
(on Windows 7-64bit) and I'll save it here for posterity. These lists are
limited because of my limited access to versions (or incremental versions) of
Reader.
I will update this comment, if I have the opportunity to test additional
versions.
{panel}
* Reader versions experiencing the same problems as 7.0.0: 7.0.1, 7.0.2, 7.0.3,
8.1.2
* Reader versions with no problem reading any of the generated/supplied files:
9.5.0, 9.5.1, 9.5.2,
{panel}
> Acrobat Reader 7.0 cannot open created files
> --------------------------------------------
>
> Key: PDFBOX-3026
> URL: https://issues.apache.org/jira/browse/PDFBOX-3026
> Project: PDFBox
> Issue Type: Bug
> Components: Writing
> Affects Versions: 2.0.0
> Reporter: Kevin Ternes
> Attachments: PDFA-XRefUncompressed0LastAdded.pdf,
> PDFA-XRefUncompressedLastAdded-Acrobat6.pdf,
> PDFA-XRefUncompressedLastAdded-Acrobat7.pdf,
> PDFA-XRefUncompressedLastAdded-OpenScreenshot.png,
> PDFA-XRefUncompressedLastAdded.pdf, PDFA-nullEntryAdded.pdf, PDFA.pdf,
> Reader7OpenMessage.png, load-NoForm-saved-XRefUncompressedLastAdded.pdf,
> load-NoForm.pdf, load.pdf, save-Acrobat-6.pdf, save-Acrobat-7.pdf,
> save-NoForm.pdf, save-reTrailer.pdf, save.pdf
>
>
> _Note: This issue is not observed with PDFBox 1.8.10._
> _Note: This is observed with recent 2.0.0 builds including
> 2.0.0-20151013.171100-1760_
> A file created by PDFBox can be opened by Reader X and XI. But it cannot be
> opened by Reader 7.
> For instance, given a file, load.pdf, which can be opened by Reader 7, run
> the following:
> {code:java}
> public class PDFBoxRunLoadSave {
> public static void main(String[] args) {
> PDDocument pdDocument = null;
> try {
> pdDocument = PDDocument.load(new File("load.pdf"));
> pdDocument.save("save.pdf");
> } catch (Exception ex) {
> System.err.println("Caught " + ex);
> ex.printStackTrace();
> } finally {
> try { pdDocument.close(); } catch (Exception ex) {
> System.out.println("Closing, caught " + ex);
> }
> }
> }
> }{code}
> The file, save.pdf, will be generated which can be opened by Reader X but
> Reader 7 will respond with a popup message, "There was an error opening this
> document. The file is damaged and could not be repaired." (See attached
> screenshot).
> This is consistently observed testing with a large number of sample files on
> 3 Windows 7 SP1 64-bit workstations and 1 Windows 10 workstation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]