I am looking for a good Python PDF library that would parse some format to pdf (I want to use it to programmatically create documents). I have dome some search, and PyPDF looks like an option. Is there any other libraries that I should be aware of?
Asked
Active
Viewed 1,802 times
1
-
1This question has been asked so many times. Please search before asking. – lc2817 Nov 20 '11 at 03:27
-
possible duplicate of [Python PDF library](http://stackoverflow.com/questions/6413441/python-pdf-library) – Jason S Apr 23 '12 at 14:32
-
possible duplicate of [how to read pdf file in python without converting it in unix?](http://stackoverflow.com/questions/18097871/how-to-read-pdf-file-in-python-without-converting-it-in-unix) – Tobias Kienzler Dec 02 '14 at 10:26
-
check [pdfme](https://github.com/aFelipeSP/pdfme) library. It's very powerful. – Felipe Sierra Jul 15 '21 at 00:01