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

Asked about Library file

More
9 years 6 months ago - 9 years 6 months ago #11262 by higind
Dear All

I've download file this


I've implement it with IDE eclipse
with Project "PDFReader" and "ViewLib" as library, and then success get demo pdf reader.

I want to asked, what is the function of this file "RDPDFReader"?

The pdf displayed in vertical scroll, can I change to horizontal scroll?

Thanks
Last edit: 9 years 6 months ago by higind.
More
9 years 6 months ago #11265 by Davide
Replied by Davide on topic Asked about Library file
Hi,
the RDPDFReader is a new improved module with higher zoom and best performances. Here you will find a lot of useful examples of the library features, we suggest to check and use it.

You can change view mode by editing def_view of default_config() in Global class.
As example to make the reader horizontal :
Code:
def_view = 1;
or
Code:
def_view = 3;
Time to create page: 0.388 seconds
Powered by Kunena Forum