uriHeart / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

NoRotate annotation flag is ignored #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Render the pages of the attached document. It has 4 identical pages except for 
the Rotate entry. Each page has two annotations, a blue one which does not have 
the NoRotate bit set and is therefore rotated with the page and a red one which 
has
the NoRotate bit set and should therefore not be rotated with the page.

However, both annotations are rotated by PDFium.

I'm seeing the wrong behavior with a PDFium git checkout of 2014-06-13 as well 
as with google chrome 35.0.1916.153, both on an x86_64 Linux.

Original issue reported on code.google.com by eb.mat...@gmail.com on 24 Jun 2014 at 7:57

Attachments:

GoogleCodeExporter commented 9 years ago
Page 1 has Rotate=0, page 2 has Rotate=90, page 3 has Rotate=180, page 4 has 
Rotate=270. That is, you can see the issue on pages 2 through 4.

Original comment by eb.mat...@gmail.com on 24 Jun 2014 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by jun_f...@foxitsoftware.com on 4 Aug 2014 at 5:17