Android generate PDF using template -


I want to generate PDF data from a database in a preset PDF template. The question will be, do you think or is it possible to send this data or to make this template using the template on Android, or do you think it is best to send the data to the server and whether to generate a PDF instead of the server is?

I know that Android can generate a PDF, but the big question will be that it can insert data into a layout template and then generate it?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -