You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2018/09/06 18:59:00 UTC

[jira] [Closed] (PDFBOX-4314) IndexOutOfBoundsException when saving a document (at random)

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

Tilman Hausherr closed PDFBOX-4314.
-----------------------------------
    Resolution: Invalid

> IndexOutOfBoundsException when saving a document (at random)
> ------------------------------------------------------------
>
>                 Key: PDFBOX-4314
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4314
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Writing
>    Affects Versions: 1.8.2
>            Reporter: Neil Crouch
>            Priority: Major
>              Labels: .net
>
> When saving documents it randomly error's. We have 2 functions that call this, they are financial docs a privacy notice and a credit disclosure. They are generated then saved ans sent to customers 9/5/2018 from 11 customers 2 failed one failed at the first document the send failed at the second document. Code below.
> var pnPages = page2.getDocumentCatalog().getAllPages();
>  document.addPage((PDPage)pnPages.get(0));
>  document.addPage((PDPage)pnPages.get(1));
> string fileName = "Credit_Score_Disclosure_" + borrowerName + "_";
>  string fullFileName = System.IO.Path.GetTempPath() + fileName + Guid.NewGuid() + ".pdf";
> document.save(fullFileName);
>  document.close();
> There is a try catch around the code which is how we collect the failure. We have the blank file it creates so it gets as far as the save then errors.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org