We've a need trying to convert HTML document to PDF.
I know, there is a way to convert HTML to a bitmap (using a webview) and then convert in PDF (like an image).
However we need some more control over PDF created (for example using page_break_inside: avoid). Obviously this is not possible passing through a bitmap.
In some other context (iOs) we use library like BNHTMLPDFKIT who give the ability to transform HTML to "real" pdf (not an image).
As far as you all know, there is a way to get this result from B4A? Even, seems there are no library to wrap from Android world?
Many thanks in advance.
Maurizio
I know, there is a way to convert HTML to a bitmap (using a webview) and then convert in PDF (like an image).
However we need some more control over PDF created (for example using page_break_inside: avoid). Obviously this is not possible passing through a bitmap.
In some other context (iOs) we use library like BNHTMLPDFKIT who give the ability to transform HTML to "real" pdf (not an image).
As far as you all know, there is a way to get this result from B4A? Even, seems there are no library to wrap from Android world?
Many thanks in advance.
Maurizio