Open GoogleCodeExporter opened 9 years ago
I've encountered this too with PDFs of articles from Springer's LNCS volumes.
Try one of the documents from
http://link.springer.com/book/10.1007/978-3-642-20898-0/page/1 for example.
I found that if I disabled the manual calculation in get_page_box in
pdfview2/apvcore.c so that it always uses fz_bound_page then it works. (If the
original reporter wants to try this, a simpler way to do it is to change the
"PDF page box type" option to "MediaBox".) It seems that fz_bound_page changes
the box so that it always has x0,y0 = 0,0, whereas the code in get_page_box
does not.
Original comment by pkdz...@googlemail.com
on 14 Mar 2013 at 10:16
Switching to MediaBox fixes the problem. Thanks you!
Original comment by mclaud2...@gmail.com
on 31 Jul 2013 at 10:57
Original issue reported on code.google.com by
thefall90
on 4 Dec 2012 at 9:58Attachments: