Releases: marrwan4/TPDF
Releases · marrwan4/TPDF
Release list
V1.2
New Feature
Folder Creation for Split Operation: When splitting a PDF file into separate pages, the script now creates a folder with the same name as the PDF file and saves each page as a separate PDF file within that folder. This enhances organization and prevents clutter in the main directory.
Miscellaneous
Code Optimization: Optimized code for better readability and maintainability.
Known issues
No known issues until now.
V1.1
Features:
- Merge Files: Users can now merge multiple PDF files together to create a single PDF file.
- Extract Page from File: Users have the ability to extract a specific page from a PDF file and save it as a separate PDF file.
- Split File into Separate Pages: Users can split a PDF file into individual pages, each saved as a separate PDF file.
Bug Fixes:
- Resolved an issue where the program would crash if the specified PDF files were not found in the current directory.
- Improved error handling for file-related operations to provide clearer error messages to the user.
- Enhanced user interface: The main menu now provides clearer instructions and options for the user to choose from.
- Improved file handling: The program now handles various edge cases related to file operations more gracefully.
Known Issues:
- None reported at the moment.
V1.0
Features:
- Merge Files: Users can now merge multiple PDF files together to create a single PDF file.
- Extract Page from File: Users have the ability to extract a specific page from a PDF file and save it as a separate PDF file.
- Split File into Separate Pages: Users can split a PDF file into individual pages, each saved as a separate PDF file.
Known issues:
- No error handling for file if not found in the directory.
- No handling for number of pdfs that will be merged.
- No enough user-friendly messages.