Hi!
I need to show invoices in my app. These invoices are sent to me using BASE64 and I save them into SQLite database so far so good. But now I need to show the invoice converted PDF to show it to my client so How can I convert the BASE64 into PDF to show in my app. This BASE64 will be read from mt SQLite database
Thks In Advance