Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
I am currently working on a project that is taking some pictures from the user and then generates a PDF file that contains all of these pictures.

Is there any way or any module to do this in Python?

1 Answer

0 votes
by (108k points)

I would suggest you use the pyPdf as it is a pure-python module or package that is created as a PDF toolkit. It is capable of:

  • obtaining document data(title, author, …),
  • dividing the documents page by page,
  • merging records page by page,
  • cropping pages,
  • consolidating multiple pages into a separate page,
  • encrypting and decrypting PDF data.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Dec 2, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Jul 12, 2019 in Python by Sammy (47.6k points)

Browse Categories

...