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

Annotations don't appear on rotated page

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.0.0
    • None
    • Rendering

    Description

      Some annotations don't appear on a semi-confidential file of Kevin M.

      Observation after some debugging: in PDFStreamEngine.processAnnotation(), changing

      Matrix aa = Matrix.concatenate(matrix, a);
      

      to

      Matrix aa = Matrix.concatenate(a, matrix);
      

      works with all my test files.

      However the spec tells

      Matrix shall be concatenated with A to form a matrix AA that maps from the appearance's coordinate system to the annotation's rectangle in default user space:
      AA = Matrix ¥ A

      so I wonder if there's a different cause.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tilman Tilman Hausherr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: