PDF-View - Show PDF files in your own app

DonManfred

Expert
Licensed User
Longtime User
And it works for me
I´ve changed the loading from assets (it will not work).
B4X:
    File.Copy(File.DirAssets,"documento.pdf",File.DirRootExternal,"documento.pdf")
    pdf.Initialize("PDFView",File.Combine(File.DirRootExternal,"documento.pdf"),1,True,True)
 

dibesw

Active Member
Licensed User
Longtime User
I made these changes but it still does not work.

My device is: ASUS Memopad 10" - android4.4.2

Your apk project works well in my device

This is my screenshot:

b4a15.jpg


b4a14.jpg
 

dibesw

Active Member
Licensed User
Longtime User
I think that problems is not the device, because your apk works well in my ASUS Memopad.
In fact if I run your project in debug mode, Activity_Create not even execute.
Then I think that problem is in build apk
 

Alansari

Member
Licensed User
Longtime User
Thanks DonManfred , Its a nice Library

I tested this library , it is working well and very good

How to use a list of title ??
and
How to share a page to a facebook , Twitter , whatsapp..... ??
 

Alansari

Member
Licensed User
Longtime User
yah . I want stored a current page to favorites

I mean favorites list to store some of pages

How to do that ???
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
yah . I want stored a current page to favorites

I mean favorites list to store some of pages

How to do that ???
You have anything you need. use the methods i told to get the value you need and store it in a list, a map, a file, whatever. Its up to you to build your own solution for this.
 

Alansari

Member
Licensed User
Longtime User
You have anything you need. use the methods i told to get the value you need and store it in a list, a map, a file, whatever. Its up to you to build your own solution for this.

I don know how to do that

Can you help me please ???
 
Top