An open API service indexing awesome lists of open source software.

https://github.com/martinheinrich2/pypdftool

PDF viewer, merge, splitt, rotate in Python.
https://github.com/martinheinrich2/pypdftool

pdf-merger pdf-rotate pdf-splitter pdf-viewer python

Last synced: 3 months ago
JSON representation

PDF viewer, merge, splitt, rotate in Python.

Awesome Lists containing this project

README

          

# PDF-Tool in Python

The GUI app provides a simple PDF viewer and some tools to split or merge PDFs.

The tkPDFViewer package has a default fixed zoom value of 72dpi. So an optional dpi value was added
to implement zoom functionality in the PDF-Viewer.

* Simple PDF-Viewer with zoom functionality.
* A multiple page PDF-File can be splitted to single pages.
* Multiple PDF-Files can be merged to one single PDF-File.
* Pages can be rotated 90 degrees clockwise. Page count starts with 0.
* Modified PDF-Document can be saved.

# Language/Framework/Libraries
Python/Tkinter
PyPDF2
PyMuPDF
tkPDFViewer