API2PDF integration (Productivity, Developer Tools). Imported from open-connector.
https://v2.api2pdf.com/chrome/pdf/markdown
| Param | Type | Required | Description |
|---|---|---|---|
| markdown | string | required | The raw Markdown content to convert to PDF. |
| fileName | string | optional | An optional output PDF file name sent to API2PDF. |
| inline | boolean | optional | Whether API2PDF should mark the generated PDF for inline display when possible. |
| options | object | optional | Advanced Headless Chrome PDF options forwarded to API2PDF as-is. Use the offici… |