PDF.co integration (Productivity, Design & Media). Imported from open-connector.
https://api.pdf.co/v1/account/credit/balance
/v1/pdf/info
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Publicly reachable source document URL. |
| password | string | optional | Optional password for encrypted source PDF files. |
| timeout | number | optional | Optional PDF.co operation timeout in seconds. |
| expiration | number | optional | Optional output link expiration time in minutes, subject to the account plan li… |
| profiles | object | optional | Advanced PDF.co profiles object forwarded to the endpoint as-is. |
| httpUsername | string | optional | Optional HTTP username for protected source URLs. |
| httpPassword | string | optional | Optional HTTP password for protected source URLs. |
/v1/pdf/split
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Publicly reachable source document URL. |
| pages | string | optional | One-based page indexes or ranges, such as '1,2,3-7' or '!1' for the last page. |
| inline | boolean | optional | Whether PDF.co should return results inside the JSON response. |
| name | string | optional | Optional output file name generated by PDF.co. |
| password | string | optional | Optional password for encrypted source PDF files. |
| timeout | number | optional | Optional PDF.co operation timeout in seconds. |
| expiration | number | optional | Optional output link expiration time in minutes, subject to the account plan li… |
| profiles | object | optional | Advanced PDF.co profiles object forwarded to the endpoint as-is. |
| httpUsername | string | optional | Optional HTTP username for protected source URLs. |
| httpPassword | string | optional | Optional HTTP password for protected source URLs. |
/v2/pdf/compress
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | Publicly reachable source document URL. |
| name | string | optional | Optional output file name generated by PDF.co. |
| config | object | optional | Optional PDF.co compression configuration object. |