Frage

Is Apache PDFBox compatible with Android?

I cannot use iText since it has some kind of licensing associated with it. If Apache PDFBox is not comptabile with Android then is there any other open source lib available that can be used for Android?

War es hilfreich?

Lösung

To create pdf using your app,

You can use PdfDocument if your app is for users who have android devices having api 19 or above.

Otherwise you can use open-sourced library named Android PDF Writer

I hope it will be helpful !!

Andere Tipps

I used Android Port of PDFBox(Link to answer) and works as a charm

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top