Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.3.2
    • Fix Version/s: 4.3.3
    • Component/s: Core/Parsing
    • Labels:
      None
    • Environment:
      ICEpdf PRO 4.3.2, Java 1.6_25

      Description

      The attached document come up blank when open with our ICEpdf Viewer.

        Activity

        Hide
        Patrick Corless added a comment -

        Duplicate/accidental first post of PDF-428.

        Show
        Patrick Corless added a comment - Duplicate/accidental first post of PDF-428 .
        Hide
        Patrick Corless added a comment -

        I've taken a closer look at this issue. The problem is related to a malformed PDF objects streams. In particular all the font objects in the file are missing the "endobj" token. In such a case our object paser will keep parsing until it finds the next "endobj" which in this case won't return a font as expected by the content parser.

        I have a work around for the Parser that will do a simple check when a 'obj" token is countered to make sure that there isn't already an object on the stack.

        Show
        Patrick Corless added a comment - I've taken a closer look at this issue. The problem is related to a malformed PDF objects streams. In particular all the font objects in the file are missing the "endobj" token. In such a case our object paser will keep parsing until it finds the next "endobj" which in this case won't return a font as expected by the content parser. I have a work around for the Parser that will do a simple check when a 'obj" token is countered to make sure that there isn't already an object on the stack.
        Hide
        Patrick Corless added a comment -

        Fix seems to address the missing content. Closed.

        Show
        Patrick Corless added a comment - Fix seems to address the missing content. Closed.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: