I'm looking into adding pdf-functionality in my own little software project but I'm unsure how to go around it by using such libraries as above.
Asked
Active
Viewed 201 times
0
-
there is a documentation – Madhawa Priyashantha Nov 07 '17 at 17:37
-
Do like everyone else, and read the books: https://developers.itextpdf.com/books – Bruno Lowagie Nov 07 '17 at 18:01
-
https://stackoverflow.com/questions/23326562/apache-pdfbox-convert-pdf-to-images – Tilman Hausherr Nov 07 '17 at 21:47
1 Answers
1
With iText and PDFbox you can create and edit pdf files in a programmatic way, but to render/view a pdf, you need a different kind of library, something like JPedal.
That being said, "shopping list" questions are not allowed on Stack Overflow (and still you got an answer) because they attract low quality answers.

Amedee Van Gasse
- 7,280
- 5
- 55
- 101