Pravee7094
Active Member
Hello All,
I used below library to create PDF Document.
www.b4x.com
But I can't implement table view in the PDF Creation. If we create html table as string and load it to below event,
pdf.Canvas.DrawText(...)
It Only return the text format, Not table format.
I think we just implement the Html table view in "Printer" Type. (EX : printer.PrintHtml("job", tableString))
But I want table view in PDF document.
Any suggestion ? Any other resources?
Thanks
I used below library to create PDF Document.
Printing and Pdf creation
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...

But I can't implement table view in the PDF Creation. If we create html table as string and load it to below event,
pdf.Canvas.DrawText(...)
It Only return the text format, Not table format.
I think we just implement the Html table view in "Printer" Type. (EX : printer.PrintHtml("job", tableString))
But I want table view in PDF document.
Any suggestion ? Any other resources?
Thanks