Hello everyone,
I’m working on a business app that gets input from a user, does some calculations, then generates a PDF report from those calculations. I need a method to create a PDF within the app.
I found a method to do this using a server and PHP. So the app sends a JSON file to a server. The server uses PHP to create a PDF then sends the PDF back to the app.
What I would like is a way to do this entirely within the app. Does anyone know a method to do this?
Thanks in advance,
Nate