B4A Question Find out if the user's device has a PDF viewer? - Sergey_New    Apr 28, 2023 Please tell me how to find out if there is a PDF viewer on the user's device?... B4A Question PDF Viewer vs Print Out - Robert Valentino    Sep 26, 2023 My app produces reports as PDFs and they look perfect when viewing.
Some of my users have reported that when they go to print the PDF sometimes data gets chopped off.
I have had other users say... and if there anyway I can fix this by putting something in the PDF to make them look just as good... B4A Example PDFab - a default PDF viewer app based on DonManfred's PDFium wrap - walt61    Oct 6, 2023   (10 reactions) I wanted a freeware pdf viewer without ads, tracking, data collection, and what have you. Besides, it wasn't obvious (to me at least) how to make an app that would be offered as default to open a certain type of file, especially a PDF. Time for some R&D fun, and here you go.
Prerequisites... B4A Additional Libraries folder
- from https://www.b4x.com/android/forum/threads/android-pdf-viewer-aar-missing... B4A Question No pdf viewer found in some users' phones - mc73    Apr 9, 2022 In an app, I'm searching if at least one pdf viewer is installed, in order to open pdf files... their installed pdf viewer.
In my devices for testing, I coudln't find a problem, so I'm...,pdfFileName)
INTENT1.SetType("application/pdf")
INTENT1.Flags=1
'INTENT1.SetComponent... B4A Question PDF Viewer From URL - drgottjr (first post)    Jul 15, 2024
Dim pdfUrl As String = "https://www.adobe.com/support/products/enterprise/knowledgecenter/media/c4611_sample_explain.pdf"
webview.Loadurl("https://docs.google.com/gview?embedded=true&url=" & pdfUrl)
... B4A Question PdfViewer Error if targetSdkVersion="26" - MarcoRome    Nov 28, 2018 this module.
Dim pdf As PDFViewer
Dim i,pc As Int=0
Dim iv
Dim rp As RuntimePermissions
End....DirRootExternal, "test.pdf")) Then
Log("test.pdf does not exist... B4A Question Chromebook / PDF Viewer - Robert Valentino    Aug 13, 2018 according to them there is a PDF Viewer installed on the device by default.
SO My questions:
1) Do I need to do something different to get the PDF Viewer to start on a Chromebook?
2) Do they need... B4A Question How to get Current PageNo in PdfViewer When Changing the PageNo - junaidahmed    May 29, 2018 solve this problem...
Sub LoadPdfVile(StrFile As String)
pdfv.init
Panel1.AddView...
pdfv.scrollToPage(0)
pdfv.zoom(1.0)
Else
Msgbox("Error pdf... B4A Question How to use LongClick Event in Pdf Viewer - junaidahmed    Feb 21, 2018 I have an PdfViewer application.I would like to open Pdf File When I LongClick to pdfviewer.Please advise how to do that... Dim pdfv As PDFViewer If pdfv.IsInitialized Then pdfv.RemoveView pdfv.init pdfv.getpdf(PicMap.GetValueAt(i)&PicMap.GetKeyAt(i)) If pdfv.isValid Then 'Msgbox("Loading pdf file!","Loading") pdfv... Msgbox("Error pdf file!","Error") 'Activity.Finish... B4A Question PdfViewer Log Error - junaidahmed    Feb 21, 2018 I have used pdfviewer library to view pdf file,When I initialize the pdfviewer,it shows an error... Then
'Msgbox("Loading pdf file!","Loading"... Page: 1   2   3   4   5   6   7   |