docs: update all references from PyPDF2 to pypdf in documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@ MAX_SINGLE_FILE_SIZE=524288000
|
||||
**File Splitting Behavior:**
|
||||
- When `MAX_SINGLE_FILE_SIZE` is configured and a PDF exceeds this size, it is automatically split into smaller chunks
|
||||
- **IMPORTANT:** Splitting is done at **PAGE BOUNDARIES**, not by byte position
|
||||
- Uses PyPDF2 to properly parse PDF structure
|
||||
- Uses pypdf to properly parse PDF structure
|
||||
- Each output file is a complete, valid PDF containing whole pages
|
||||
- No risk of corrupted or broken PDF files
|
||||
- Pages are distributed across output files to stay under size limit
|
||||
|
||||
Reference in New Issue
Block a user