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 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.... 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 Question PDF Document Generation - Getting XY Position - Mashiane    Oct 28, 2024 Hi there For those creating and updating PDF documents. I need some help. I need a PDF tool that I can use that will tell me the exact location of where my mouse pointer is on a PDF page, so that I can write at that location using code. For example, I open the PDF document. I find a spot, then i click on it, it tells me that XY is 150x100 for example. Then I can use that 150x100 point on my code to update the PDF document. Thanks... B4J Code Snippet Generate pdf reports using html + template engine + json data in b4j - andrewmp    Apr 14, 2021   (15 reactions) We had a client that insisted on using a specific font in reports - we initially tried PDFjet but it... B4J Question (Solved) Error Generate PDF reports [XLUtils] - aeric    Nov 14, 2024 Referring to the example
https://www.b4x.com/android/forum/threads/xlutils-generate-pdf-reports.131119/
I can successfully save the excel file but am getting error when exporting the PDF... B4J Library [BANanoPDFMake] Client Side PDF Document Generation - Mashiane    Nov 13, 2019   (5 reactions) that are easy to follow and even enhance. This will get you going in terms of generating PDF... simplify this as much as possible. This means one can create a PDF document as simply as..
Sub basic... B4J Tutorial Generate Word document and save as PDF from B4J via VBS-script - KMatle    Nov 29, 2016   (5 reactions) This one generates a Word document (you need to have Word installed!) and saves it as a PDF (for...:\Users\Klaus\Documents\B4JApps\word\test.pdf","Arg 1", "Arg 2")) WordSh...:\Users\Klaus\Documents\B4JApps\word\test.pdf","Arg 1", "Arg 2")) "C:\Users\Klaus\Documents\B4JApps\word\test.pdf" = Dir & Filename where the PDF is stored = arg...... objSelection.TypeParagraph() Next 'objDoc.SaveAs("testdoc.pdf", wdFormatPDF) objDoc... B4J Question Protect editing of a PDF - cardo (first post)    Nov 4, 2024 I would like to prohibit the modification of the PDF generated by PDFBox when saving the file... B4J Library XLUtils / jPOI 5 - Read and write MS Excel workbooks - Erel    Aug 4, 2024   (40 reactions) -828352
- V1.13 - Support for generating PDF documents with XL.PowerShellConvertToPdf: https://www.b4x.com/android/forum/threads/xlutils-generate-pdf-reports.131119/
- v1.12 - New methods and properties... Page: 1   2   3   4   5   |