1
I’m developing a project for a website, where it receives information via input
and returns a PDF formatted with this information.
I believe that one solution would be to develop a API passing the information via JSON or XML, build the file and return via download, but I’m not sure if it’s the best way or practice. So, how to take this information and assemble a PDF ?
Thank you. This way is easier than I imagined.
– Adriano Henrique Santana