iOS has built-in support for reading and writing PDF documents. The Canvas object allows us to display existing PDF documents and to create new PDF documents. Displaying a PDF document First we need to load the PDF file. This is done with PDFDocument object: Dim pdf As PDFDocument...
Hi, Is there anything at all similar to this library https://www.b4x.com/android/forum/threads/pdfium-pdfview2.102756/#content for B4i? I know I can open PDFs using a WebView, and that I can build a viewer of sorts using the PDFDocument object. However, using the WebView I can't get lateral...
Do exists an real alternative for Webview.PrintHTML in B4i? I've tried with Canvas.InitializePDF and then draw the Webview to the file but depending on the screen resolution of the device I had to zoom the Webview to get all of its content visible on the drawed screenshot. So I'm unable to test...