- Posts: 69
- Thank you received: 0
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 open folder which contains pdf files?
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 8 months ago #11722
by rachnasagar
How to open folder which contains pdf files? was created by rachnasagar
How to open specific folder which contain pdf files and I want to show only .pdf file at my dashboard?
No other folder will show there?
No other folder will show there?
9 years 8 months ago #11724
by Davide
Replied by Davide on topic How to open folder which contains pdf files?
Hi,
to open a specific folder you have to modify the root path by using PDFSetRootPath() method.
I suggest you to edit it in PDFNavAct (you will find it in the onCreate method).
Once you have set the root path you will see both ".pdf" files and folders, if you want to hide the folders I suggest you to check and edit PDFGridItem class.
to open a specific folder you have to modify the root path by using PDFSetRootPath() method.
I suggest you to edit it in PDFNavAct (you will find it in the onCreate method).
Once you have set the root path you will see both ".pdf" files and folders, if you want to hide the folders I suggest you to check and edit PDFGridItem class.
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
9 years 8 months ago #11726
by rachnasagar
Replied by rachnasagar on topic How to open folder which contains pdf files?
Where in PDFGridItem class I have to do change to hide folder except .pdf .
I only want Pdf will show
I only want Pdf will show
Time to create page: 0.386 seconds