You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (Closed JIRA)" <ji...@apache.org> on 2012/02/29 19:11:57 UTC

[jira] [Closed] (PDFBOX-1228) PDocument corrupts file

     [ https://issues.apache.org/jira/browse/PDFBOX-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-1228.
--------------------------------------

    Resolution: Not A Problem
      Assignee: Andreas Lehmkühler

As George and others on the mailing list already mentioned, the pdf is encrypted and the content gets lost if one didn't decrpyt it first.

This is neither a problem nor a missing feature. If you want to access such a file you have to decrypt it. If you don't want to do anything just leave it alone.

Nevertheless thanks for the comments
                
> PDocument corrupts file
> -----------------------
>
>                 Key: PDFBOX-1228
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1228
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.6.0, 1.7.0
>         Environment: Ubuntu 10.04 amd64
>            Reporter: Josh Nankin
>            Assignee: Andreas Lehmkühler
>            Priority: Critical
>         Attachments: in.pdf
>
>
> I have a file (attached) that when loaded with PDocument.load and then saved to another location simply saves as a blank PDF.  The number of pages is correct, but when opened in Acrobat, all the page names are corrupted and the pages are blank.
> Here's the code:
>         PDDocument doc = PDDocument.load("/home/jnankin/Desktop/in.pdf");
>         doc.save("/home/jnankin/Desktop/out.pdf");
>         doc.close();
> Please advise.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira