Skip to content

Rajasekaran85/Python-PDF-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Title

PDF Splitter Application

Description

  1. Page wise split - two applications provided, using fizt & pikepdf library
  2. Page range wise split - using pandas, pikepdf library. Page range value should provide in the CSV file and format is "Input PDF name,Start Page,End Page,Output PDF name". Tool Output created in the "Output" folder of the file path.

Getting Started

Dependencies

  • Windows 7

Installing

  • pip install fitz
  • pip install pikepdf
  • pip install pandas

Executing program

  • Run the program
  • Tool will ask to enter the path of the input pdf file
  • Tool execute the pdf files and create the output split pdf in the "Output" folder of the same input file path

Version History

  • 0.1
    • Initial Release

About

PDF Splitter - Certain range of pages from a PDF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages