Skip to content

An application for editing PDFs: merging, splitting, extracting text, deleting, and rotating pages.

License

Notifications You must be signed in to change notification settings

karthikeya-aduri/pdf-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Windows users can use the Releases page for installation.

Linux users require Python (latest version) and pip before installing the application. Run the following the command

pip install pyinstaller

Then clone the repository using

git clone https://github.com/karthikeya-aduri/project-pdf

Usage

  1. Use without executable file
python app.py
  1. Create an executable file
pyinstaller --name PDFtools --windowed --onefile --icon=icon.png app.py

Now you will find the app inside dist folder. Place the icon inside dist folder and now you may start using the application.

Note: You can delete build folder, spec file and the python script after installation.

Features

  • Merge PDFs across various folders
  • The PDFs can be reordered before merging
  • Split a PDF at desired locations
  • Delete multiple pages at once
  • Rotate multiples pages at once

Screenshots

image

image

image

image

image

About

An application for editing PDFs: merging, splitting, extracting text, deleting, and rotating pages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages