Operations
Document Operations
PDF processing, document conversion, screenshots
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PDF processing, document conversion, screenshots
{ "type": "document_split-pdf", "params": { "pages": "1-3,5,8-10" } }
{
"input": ["https://example.com/doc1.pdf", "https://example.com/doc2.pdf"],
"operations": [{ "type": "document_merge-pdf" }]
}
{ "type": "document_compress-pdf", "params": { "quality": "screen" } }
| Quality | Description |
|---|---|
| screen | Lowest size, 72 DPI images |
| ebook | Medium, 150 DPI |
| printer | High, 300 DPI |
| prepress | Highest quality |
{ "type": "document_pdf-watermark", "params": { "text": "CONFIDENTIAL", "opacity": 0.3 } }
{ "type": "document_pdf-protect", "params": { "password": "secret123" } }
{ "type": "document_pdf-metadata" }
{ "type": "document_doc-to-pdf" }
{ "type": "document_html-to-pdf", "params": { "page_size": "A4", "margin": "1cm" } }
{ "type": "document_url-to-pdf", "params": { "url": "https://example.com", "page_size": "A4" } }
{ "type": "document_url-screenshot", "params": { "url": "https://example.com", "width": 1280, "format": "png" } }