ICEpdf
  1. ICEpdf
  2. PDF-806

PDF file takes a long time to render

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: 5.0.7, 5.1
    • Fix Version/s: 5.1.2
    • Component/s: Core/Parsing
    • Labels:
      None
    • Environment:
      All

      Description

      With the provided PDF file, it is taking a long time to load the page. Testing with the 5.0.7 and 5.1.0 BETA releases look to take the same amount of time. No errors were seen in the logs as well.

        Activity

        Hide
        Patrick Corless added a comment -

        Most of the parse time is taking place inside the graphics setClip method. There is a cal to area.interesect(area) which is taking a lot of time given the complex clip shape that is define in this PDF. The only way for us to speed up this particular PDF would be to investigate other ways to speeding up the intersection calculation.

        Show
        Patrick Corless added a comment - Most of the parse time is taking place inside the graphics setClip method. There is a cal to area.interesect(area) which is taking a lot of time given the complex clip shape that is define in this PDF. The only way for us to speed up this particular PDF would be to investigate other ways to speeding up the intersection calculation.
        Hide
        Patrick Corless added a comment -

        The PDF in question had large number of clips that can't seem to be optimized without breaking compatibility with other documents. Marking as won't fix for now.

        Show
        Patrick Corless added a comment - The PDF in question had large number of clips that can't seem to be optimized without breaking compatibility with other documents. Marking as won't fix for now.

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: