I need to implement a way to generate a PDF and send an email as a confirmation of an order. I noticed that the PdfDocument was added in API 19 already creating a PDF from a Canvas object.
I would like to know if anyone knows of a support API that works similarly and can be used for previous versions of android (my minSdk = 14).
I have seen other libraries that work 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.