Reputation: 63
I searched a lot on PDF rendering but not get proper answer.can anyone tell me which library (licensed under GPL) to render PDF and how to render that PDF. If anyone has sample code then it will be more helpful for me.
Upvotes: 4
Views: 5284
Reputation: 10844
You have at least two choices
Android-Pdf-Viewer-Library https://github.com/jblough/Android-Pdf-Viewer-Library
Mupdf http://www.mupdf.com/
MuPDF is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See also Integrate MuPDF Reader in an app
Upvotes: 0
Reputation: 133560
Mupdf
MuPDF is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Here's a link i found on SO. List of few pdf libraries helful
https://stackoverflow.com/questions/4665957/pdf-parsing-library-for-android/4766335#4766335
Upvotes: 1