Join Slack
Powered by
And also anyone know a good a library to generate ...
# android
m
Marcelo
11/27/2018, 10:23 PM
And also anyone know a good a library to generate a report in PDF ?
r
Ramon Rabello
11/27/2018, 10:58 PM
@Marcelo
on old generations of Android development I used to generate PDF using iText, but I don't know how it is going today:
https://developers.itextpdf.com/itextg-android
. Besides that, you can use the Drive REST API, it turns out that it supports exporting to PDF as well (but I've not tried yet):
https://developers.google.com/drive/api/v3/manage-downloadshttps://developers.google.com/drive/api/v3/manage-downloads
m
Marcelo
11/27/2018, 10:59 PM
Nice! Thanks man !
👍 1
a
ahulyk
11/28/2018, 8:47 AM
iText is good one
3
Views
Open in Slack
Previous
Next