You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ccouturi (JIRA)" <ji...@apache.org> on 2019/04/01 09:11:00 UTC

[jira] [Created] (PDFBOX-4502) Performance issue with splitter and huge files

ccouturi created PDFBOX-4502:
--------------------------------

             Summary: Performance issue with splitter and huge files
                 Key: PDFBOX-4502
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4502
             Project: PDFBox
          Issue Type: Bug
            Reporter: ccouturi
         Attachments: fix_seek_splitter.patch

The Splitter.processPages is currently experiencing performance issue when it's used in "seek" mode with startPage > 0 and huge files.

{{{color:#9876aa}sourceDocument{color}.getPage(i){color:#cc7832}; {color}}}

{{{color:#cc7832}{color:#333333}is called on each page of the document and this method is time consuming. It may possible to move this call only for pages between start and end pages parameters.{color}
{color}}}

 



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