Open GoogleCodeExporter opened 8 years ago
if you have problem about the width of the pdf pages (the width of a page seems
more than it should be), look at the invalidatePageSizes() method in
documentview.java file. calculating "widthAccum" variable must change if
scrolltype is "false". go to page.java file and find "setAspectRatio(int
width, int height)" method. for horizontal scrolling it must be like this:
public void setAspectRatio(int width, int height) {
setAspectRatio(height * 1.0f / width);
}
Original comment by sonmez...@gmail.com
on 18 Jul 2011 at 1:03
Hi,
This is Wrong.
becoz u havent properly calculate the aspect ratio.
thats why it will display two pages on the screen.
Original comment by rajeshpa...@gmail.com
on 3 Sep 2011 at 12:19
Hi,
This is Wrong.
becoz u havent properly calculate the aspect ratio.
thats why it will display two pages on the screen.
n also zoom problem
Original comment by rajeshpa...@gmail.com
on 3 Sep 2011 at 12:20
i have probelm to load pdf in my own app horizontaly, could u guys solve ur
problem?
Original comment by egol...@gmail.com
on 3 Oct 2013 at 5:51
Original issue reported on code.google.com by
tatva25@gmail.com
on 4 May 2011 at 7:11Attachments: