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.

有帮助吗?

解决方案

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.

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top