PDFjetB4A is a PDF document authoring library for B4A PDFjetB4A 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...
This is an Android 4.4+ (API 19+) library. Its two main features are: 1. Creating Pdf documents with the PdfDocument object. 2. Printing with the Printer object. Lets start with PdfDocument. Dim pdf As PdfDocument pdf.Initialize pdf.StartPage(595, 842) 'A4 size pdf.Canvas.DrawLine(2, 2, 593...