PDF Splitter Application
- Page wise split - two applications provided, using fizt & pikepdf library
- 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.
- Windows 7
- pip install fitz
- pip install pikepdf
- pip install pandas
- 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
- 0.1
- Initial Release