Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 6.2.4
    • Fix Version/s: 6.2.5
    • Component/s: Core/Parsing
    • Labels:
      None
    • Environment:
      any

      Description

      The PDF in question renders partially missing any text and images. Enabling finest logging seems to point to an issue with page resource loading as a null pointer is found and no font or image data can be found.

        Activity

        Hide
        Patrick Corless added a comment -

        The document contains a single page object that has no resource reference. However it does have a reference to the parent /pages object which has as /resources entry. This is a fairly common resource allocation as can make it easy for pages to share resources. We have code that handles this.

        The issue here is that the referencing resource object is of the wrong type. The reference object is labeled as as /Pages object and thus our resource loading code skips it. It's pretty easy to check for this and make sure we try harder to grab the dictionary entries regardless of type.

        Show
        Patrick Corless added a comment - The document contains a single page object that has no resource reference. However it does have a reference to the parent /pages object which has as /resources entry. This is a fairly common resource allocation as can make it easy for pages to share resources. We have code that handles this. The issue here is that the referencing resource object is of the wrong type. The reference object is labeled as as /Pages object and thus our resource loading code skips it. It's pretty easy to check for this and make sure we try harder to grab the dictionary entries regardless of type.
        Hide
        Patrick Corless added a comment -

        Marking as fixed.

        Show
        Patrick Corless added a comment - Marking as fixed.

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: