Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

scale pdf page in height not in width

More
11 years 4 months ago #8851 by alberto.penas
Hi, i am watching in your library for some option to change the visualization scale of the pdf to fit the screen in height not in width. ¿Is there a way to do this?.
thanks
More
11 years 4 months ago - 11 years 4 months ago #8854 by Davide
Hi,
try to change def_view parameter in default_config() method of Global class.
To fit the screen in height you should use:
Code:
def_view = 1;
or
Code:
def_view = 3;
This will help you: www.radaeepdf.com/forum/Android-developm...n-scale?start=6#7240
Last edit: 11 years 4 months ago by Davide.
Time to create page: 0.378 seconds
Powered by Kunena Forum