1

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?

Sam
  • 2,398
  • 4
  • 25
  • 37
  • 1
    This 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

1 Answers1

2

Here are a few options: ReportLab, PyX, and pyfpdf.

Andy Hayden
  • 359,921
  • 101
  • 625
  • 535
Dave
  • 3,834
  • 2
  • 29
  • 44