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

How to get thumbnail of a list of pdf files.

More
IP: 37.183.44.177 7 years 5 months ago #14129 by support
You shall look www.radaeepdf.com/documentation/javadocs...ee/pdf/Document.html .
Find the Open() method definition.

If PDF is not password protected m_pwd shall be null, otherwise it shall contain the proper string.
If your documents have different passwords you shall provide the Open() the proper value, ie.: loading all the passwords in an array m_pwd[] and cycling through the index while doing the for{} cycle.

You should also modify the Open statement like this:
Code:
int iOpened=doc.Open(m_path, null) if(iOpened == -1) iOpened = doc.Open(m_path, m_pwd) if(iOpened == 0) { ... }
More
IP: 111.196.240.223 7 years 5 months ago #14131 by radaee
No, the page content or page thumb image is encrypted.
so, it require password to decrypt it.
Time to create page: 0.449 seconds
Powered by Kunena Forum