B4J Tutorial [XLUtils] Generate PDF reports - Erel    May 27, 2021   (15 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.... Share My Creation PDFBoxWrapper Class Module - show PDF-document in B4J - knutf    Mar 2, 2020   (19 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 of the layout must be specified as parameters to the initialize routine of the class. The layout must contain..." 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... 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... B4J Library PDFBox (beta). Editing PDF AcroForm Fieldvalues, creating PDFs with new AcroForm - DonManfred    Mar 4, 2020   (26 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... B4J Tutorial [BANano] Creating PDF Documents with jsPDF using BANanoJsPDFAD - Mashiane    Jun 17, 2021   (1 reaction) Ola
As you are aware, the BANanoJsPDFAD tool is out. Its developed using jsPDF and it uses the abstract designer for you to create pdf Documents.
You can insert text, triangles, images, ellipses... B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code - spsp    Jan 9, 2023   (32 reactions) Hi,
This class (cPDF.bas) generate PDF File with limited fonctionnalities (but enough for me)
Add pages with different paper size (use constants or custom size)
PDF standards font (Courier... B4A Code Snippet [B4X] [B4Xpages] PDF to Image (B4XBitmap) - Star-Dust    Aug 18, 2022   (8 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...-beta-create-your-own-pdf-viewer.49103/
... Share My Creation [BANanoJsPDFAD] The Ultimate Drag n Drop jsPDF Document Creation Engine - Mashiane    Jun 16, 2021   (1 reaction) the jsPDF library to generate our document. No, we did not html2canvas / print, we wrote code to generate... is it. Well we are not there yet, but you can start exploring it. So far we have..
1. pdfDoc
A pdfDoc... B4J Tutorial Barcodes - QR Codes, PDF417, Aztec Codes, Code11, Code39, Code93, EAN8, EAN13, and Code128 - Johan Schoeman    Aug 22, 2015   (10 reactions) Codes, PDF417, and QR Codes (as what I have inside the B4A project) as and when time permits.
No...: see project in post #9. It generates QRCodes, PDF417, Aztec Codes, Code11, Code39, Code93, EAN8, EAN13... B4J Code Snippet Print all files in a folder (*.pdf, etc.) on the standard printer via VBS (Windows) - KMatle    Nov 2, 2021   (1 reaction) I use this small vbs script to print all documents (in my case pdf files) on the standard printer (works fine in a WIN 10 production system). Call it via jShell with the folder as a parameter where the docs are. Printing PDF's is very easy as you don't need to know the installed PDF viever and it's path/parms (however you need to have a viewer installed - I have Adobe, others should do, too). Set fso = CreateObject("Scripting.FileSystemObject") Set objArgs = Wscript... Page: 1   2   3   4   5   6   |