Skip to content

feat: implement split and extract functionality for PDF files#28

Merged
viralcodex merged 1 commit intomainfrom
new-tools
Apr 9, 2026
Merged

feat: implement split and extract functionality for PDF files#28
viralcodex merged 1 commit intomainfrom
new-tools

Conversation

@viralcodex
Copy link
Copy Markdown
Owner

  • Added a new SplitExtractUI component for user interaction with split and extract features.
  • Created splitPDF and extractPDF functions to handle PDF manipulation based on specified modes (split at page, every N pages, and range).
  • Implemented tests for split and extract functionalities, ensuring correct behavior for various scenarios including edge cases.
  • Introduced utility functions for creating JPG files and formatting file metadata.
  • Removed outdated split tool tests and replaced them with new tests for the split-extract functionality.

- Added a new SplitExtractUI component for user interaction with split and extract features.
- Created splitPDF and extractPDF functions to handle PDF manipulation based on specified modes (split at page, every N pages, and range).
- Implemented tests for split and extract functionalities, ensuring correct behavior for various scenarios including edge cases.
- Introduced utility functions for creating JPG files and formatting file metadata.
- Removed outdated split tool tests and replaced them with new tests for the split-extract functionality.
@viralcodex viralcodex merged commit 8d22dd5 into main Apr 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant