Split PDF files into smaller chunks. Supports both URL-based splitting and direct file uploads, perfect for breaking down large documents into manageable pieces. Puts chunks into the file store collection that you specify. Does not retrun the chunks directly, since there may be many.
Use pdf-splitter skill with collectionId:XXXfile: the PDF file to splitpages per chunk: number of pages per split filemetadata: (optional) custom metadata objectreplaceExisting: (optional) true/false - defaults to true
Returns an array of split PDF files with metadata including file IDs, filenames with page ranges, file sizes, enhanced metadata (including originalFilename, batchId, and custom metadata), and a collection ID. Provides URLs for accessing files instead of automatically downloading them.
Split PDF with custom metadata for project tracking:
Copy
Ask AI
Use pdf-splitter skill with collectionId:ABC123DEF456file: https://example.com/manual.pdfpages per chunk: 3metadata: {"project": "onboarding", "department": "HR"}replaceExisting: false
Use pdf-splitter skill with collectionId:DEF456JKL345file: [PDF content to upload]pages per chunk: 5file links expire in days: 4metadata: {"source": "upload", "batch": "2025-07-08"}replaceExisting: true