ibra939 Active Member Licensed User Longtime User Sep 3, 2023 #1 If i buy book from google play is read only by app if can i make extract the apk to sent or use it by other phone by using the apk because likePDFium - Pdfview2 is read only without store the pdf on the phone or temporary is can extract the PDF through the app??
If i buy book from google play is read only by app if can i make extract the apk to sent or use it by other phone by using the apk because likePDFium - Pdfview2 is read only without store the pdf on the phone or temporary is can extract the PDF through the app??
DonManfred Expert Licensed User Longtime User Sep 4, 2023 #2 Initialize the PDFium from an Inputstream. You can get the Inputstream from a HttpJob Result Upvote 0
ibra939 Active Member Licensed User Longtime User Sep 4, 2023 #3 great there is PDFium example for HttpJob DonManfred said: Initialize the PDFium from an Inputstream. You can get the Inputstream from a HttpJob Result Click to expand... Upvote 0
great there is PDFium example for HttpJob DonManfred said: Initialize the PDFium from an Inputstream. You can get the Inputstream from a HttpJob Result Click to expand...
ibra939 Active Member Licensed User Longtime User Sep 4, 2023 #4 Dim i As Intent i.Initialize(i.ACTION_VIEW, "https://cplusplus.com/files/tutorial.pdf") i.SetType("application/pdf") StartActivity(i) i try this with PDFium but show with options to download i want disable save and download Upvote 0
Dim i As Intent i.Initialize(i.ACTION_VIEW, "https://cplusplus.com/files/tutorial.pdf") i.SetType("application/pdf") StartActivity(i) i try this with PDFium but show with options to download i want disable save and download