Hi there.
I was looking for a way to render a generated HTML page into PDF. I found this for printing into PDF:
Well, I would need to get the result into a canvas first (as was suggested in another post)
Can anyone tell me how to do that?
Thanks a lot.
I was looking for a way to render a generated HTML page into PDF. I found this for printing into PDF:
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...
www.b4x.com
Can anyone tell me how to do that?
Thanks a lot.