Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-4502

Performance issue with splitter and huge files

    XMLWordPrintableJSON

Details

    Description

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

      sourceDocument.getPage;

      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.

       

      Attachments

        1. fix_seek_splitter.patch
          1 kB
          ccouturi

        Activity

          People

            lehmi Andreas Lehmkühler
            ccouturi ccouturi
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: