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... 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 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/
... Share My Creation make with B4J and openPDF - Gianni M    May 13, 2025   (2 reactions) a little example with openPDF
class code coming soon... 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) '... B4J Library PDFBox (beta). Editing PDF AcroForm Fieldvalues, creating PDFs with new AcroForm - DonManfred    Mar 4, 2020   (27 reactions) This is a partial wrap for Apache PDFBox. In this early stage i am focusing on manipulating PDF AcroForms and building new PDF with AcroForm. It is also possible to create some javascript which can run when you open the PDF on acrobat. The Examplecode and the needed Objects i got my inspiration from one of the Examples. Example Code (just my test code) 'Building a new PDF...:/sample_form.pdf") doc.close() The attached sample_form.pdf is the PDF created... Page: 1   2   3   4   5   6   7   |