0
I am in need of implementing a way to generate a PDF and send an email as confirmation of an order. I realized that was added in API 19 the Pdfdocument that already creates a PDF from a Canvas object.
I wonder if anyone knows any support API that works in a similar way and can be used for previous version of android (my minSdk=14).
I have seen other libraries working on PDF generation but in different ways (not being created from Canvas objects).
These other third-party libraries also have the problem of being paid.
I had already reached these libraries, but none of them served me, including by the facts of the licenses. and I’m also already creating the on-screen report with Canvas, so this native API would be a hand on the wheel. since it wouldn’t need a new conversion. Even try to implement my own source-based support API Pdfdocument android, more has features that are only available within the android package.
– Fernando Leal
iText PDF is actually very powerful and simple to use. I’ve used it in a project that had to create and edit Pdfs and the response was excellent. I also point out its use.
– Neto Marin