Hola, estoy terminando una aplicación en B4J y lo único que le falta es imprimir un ticket de pago y no consigo, en B4A lo pasaba a PDF y desde ahí lo imprimía, si alguien podría pasarme un ejemplo sencillo de cómo se hace eso en B4J (un PDF create and Preview). Gracias.
Hello, I am finishing an application in B4J and the only thing missing is to print a payment receipt and I can't, in B4A I transferred it to PDF and from there I printed it, if someone could give me a simple example of how to do that in B4J (a PDF create and Preview). Thank you.
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 standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic...
jPDFjet is a PDF document authoring library for B4J jPDFjet wraps the PDFjet for Java library from pdfjet.com. Here are some of it's features: Drawing support for: Points Lines Boxes Circles Bezier Curves Polygons Stars Complex paths and shapes Text Unicode support Text kerning when using...
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...
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...