jsvvsolsllc/MiOffice PDF Utils
Merge, split, extract, rotate, compress PDFs in your GitHub Actions workflow. By MiOffice.ai — the AI Office Suite.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | PDF action to perform: merge, split, extract, rotate, compress, metadata | yes | — |
| input | Input PDF file path (or comma-separated paths for merge) | yes | — |
| output | Output file or directory path | no | output.pdf |
| pages | Page numbers for extract action (comma-separated, 1-based). Example: "1,3,5" | no | — |
| degrees | Rotation degrees for rotate action (90, 180, 270) | no | 90 |
Outputs
| name | description |
|---|---|
| output_path | Path to the output file or directory |
| page_count | Number of pages (for metadata action) |
| title | PDF title (for metadata action) |
| author | PDF author (for metadata action) |
| file_size | Output file size in bytes |