B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code - spsp    Jan 3, 2024   (56 reactions) Hi,
This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me)
Add pages with different paper size (use constants or custom size)
PDF... Share My Creation [Web] [Tool] PDF-Lib XY Position Pointer - Precision Tool for Exact PDF Layouts - Mashiane    Sep 19, 2025   (3 reactions) Hi Fam If you are using PDF-Lib to create and update PDF documents, you will find this very invaluable, especially when you have to edit existing pdf documents. Open your pdf document and mouse over or click to find the co-ordinates. For PDF-Lib (0,0) is at bottom left. https://pdf-lib-pointer.vercel.app/ 167061 Why... In the realm of PDF document manipulation, precision is paramount... within a PDF requires accurate coordinate mapping. The PDF-Lib Pointer tool addresses this need... B4J Code Snippet [PyBridge] Create pdf with fpdf2 - Erel    Mar 26, 2025   (13 reactions) https://py-pdf.github.io/fpdf2/index.html
This is a console app, based on the console template... HtmlToPDF (Html As Object, img As Object) As PyWrapper
Dim Code As String = $"
import fpdf... Share My Creation make with B4J and openPDF - Gianni M    May 13, 2025   (7 reactions) a little example with openPDF
class code coming soon... Share My Creation PDFBoxWrapper Class Module - show PDF-document in B4J - knutf    Mar 2, 2020   (27 reactions)   tags: Libraries, B4J PDF PDFBoxWrapper Cla PDFBoxWrapper is a Class Module that use PDFBox to view PDF-documents.
The PDFBoxWrapper Class module need a Pane and a layout to show the PDF-document in the Pane. The Pane and the name..."
Button rotate pages 90degrees clockwise, named ButtonRotate
Label for showing loaded PDF-document... libraries folder
The PDFBoxWrapper Class module and a working layout for the PDF-viewer can be obtained... B4J Tutorial [XLUtils] Generate PDF reports - Erel    May 27, 2021   (16 reactions) 114085 XLUtils v1.13 adds support for converting workbooks to PDF. This is a Windows only feature and it relies on Excel being installed on the computer. Exporting to PDF is a matter of calling: Wait For (xl.PowerShellConvertToPdf(WorkbookFile, OutputPDF, SheetIndex, True)) Complete (Success As Boolean) You can also set the print area with Sheet.PrintArea and the print scaling with Sheet... converts it to a PDF document.... B4A Code Snippet [B4X] [B4Xpages] PDF to Image (B4XBitmap) - Star-Dust    Aug 2, 2023   (10 reactions) I often needed to turn a PDF into an image, most of the time to have it printed on a thermal... an image with Windows / Android / iOs from a PDF file
NB. For Windows it is necessary to download.../android/forum/threads/pdfrenderer-v0-10-beta-create-your-own-pdf-viewer.49103/
... B4J Library make PDF with openPDF - Gianni M    May 15, 2025   (5 reactions) This class creates pdf documents using openPDF... Share My Creation Invoicer WebApp using BVAD3 - Generate PDF Invoices for your businesses [NOW FREE] - Mashiane    Mar 22, 2022   (13 reactions) Taxes 6. CRUD Invoices including Line Items 7. Print Data-Tables to PDF 8. Print individual invoice to PDF 9. Save Invoices to MySQL backend NB: 10. Whilst you are creating your invoices, it is saved... B4A Code Snippet [B4X] Open PDF - Lucas Siqueira    Feb 19, 2025   (8 reactions)
Sub OpenPDF(dirFile As String, nameFile As String)
Try
#If B4A
' Platform...
' Configure the Intent to open the PDF
Dim docIntent As Intent
docIntent...)
docIntent.SetType("application/pdf")
docIntent.Flags = Bit.Or(1, 2) '... Page: 1   2   3   4   5   6   7   |