Skip to content
#

pypdf

Here are 20 public repositories matching this topic...

A Pure-Python library built as a PDF toolkit. It is capable of: extracting document information (title, author, …) splitting documents page by page merging documents page by page cropping pages merging multiple pages into a single page encrypting and decrypting PDF files and more! By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. Project description pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.

  • Updated May 24, 2021
  • Python

A Python script to rename PDF files efficiently. This script can read the Title of PDF files, and let you to rename them using their title. Download the script and place it in the current directory (location of pdf files) and run the script. If the title information is not available, it will skip the file. If there is a Title information available for the PDF, it will rename the file name to the title name after confirming it from the user.

  • Updated Jul 21, 2020
  • Python

Improve this page

Add a description, image, and links to the pypdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pypdf topic, visit your repo's landing page and select "manage topics."

Learn more