Fix Python – How to create PDF files in Python [closed]

Question

Asked By – Stephen T.

I’m working on a project which takes some images from user and then creates a PDF file which contains all of these images.

Is there any way or any tool to do this in Python? E.g. to create a PDF file (or eps, ps) from image1 + image 2 + image 3 -> PDF file?

Now we will see solution for issue: How to create PDF files in Python [closed]


Answer

I suggest pyPdf. It works really nice. I also wrote a blog post some while ago, you can find it here.

This question is answered By – Geo

This answer is collected from stackoverflow and reviewed by FixPython community admins, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0