PDF Batch Master: All-in-One Conversion
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @org-l7548nxs/pdf-batch-master into your AI assistant.
About this skill
Problem
Batch PDF work is often fragmented across conversion, merge/split, compression/watermarking, extraction, and form filling. With many files, manually checking paths, parameters, and outputs creates missed items, inconsistent naming, and late failure detection. PDF Batch Master: All-in-One Conversion targets these office workflows by consolidating common PDF operations behind one entry point, reducing tool switching and manual glue work.
How it works
The skill accepts tasks through process_pdf(task_type, input_files, output_dir, options), detects the task type and batch mode, then routes the job to the appropriate engine. Key capabilities include:
- Batch operations: bulk conversion, merging, splitting, watermarking, compression, encryption/decryption, and content extraction
- Single-file operations: text extraction, table extraction, form filling, page rotation, PDF generation, and quality checks
- Result handling: batch outputs are packaged, single files are returned directly, and failures produce user-friendly messages
It emphasizes local execution and zero API dependency, which is useful when a repetitive PDF pipeline should run as a script instead of bouncing between web tools.
Boundaries
The detailed function list and parameters live in references/, so task_type, input files, output directory, and options should be validated before execution. For sensitive files, very large files, or layout-sensitive work, keep manual spot checks; scanned, unreadable-encrypted, or font-deficient PDFs may require fallback handling for text and table extraction.
Use Cases
- Compress and watermark 80 supplier invoice PDFs at month-end before archiving.
- Split contract PDFs by section and extract text and tables for acceptance review.
- Fill 20 scanned PDF forms and generate deliverable files without manual page-by-page entry.
- Convert, merge, and encrypt a batch of PDFs, then run quality checks before output.
Best For
- Legal assistant who archives contracts and needs batch splitting plus text extraction
- Finance operator handling invoice PDFs who needs compression and watermarking before approval
- Engineering or automation owner maintaining local document pipelines with a unified entry point
- Operations or support staff filling PDF forms and verifying table content
Related Skills
Convert teaching schedules from talent development plan PDFs into structured Excel files, with cross-page tables, merged cells, multi-semester course splitting, major metadata extraction, and batch output.
Turn post-meeting text into bilingual minutes, preserving structure and consistent terminology.
Interprets tender files, generates bid docs, and checks compliance via the Bailian API.
Create, repair, and recalculate xlsx, xlsm, csv, or tsv workbooks with formula-safe edits, validation, and recalculation.