Back to Print / Export
Connect Knoon AI with Print / Export (JotterPad) to automate AI workflows.
Send Markdown content to JotterPad and generate a PDF export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportMarkdownToPdf
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| frontmatter | code | Frontmatter of Markdown. | No |
| markdown | mustache | Markdown content to export as a PDF. | Yes |
| name | mustache | Optional document name without extension (e.g. "Monthly Report"). Defaults to "Untitled Document". | No |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Monthly Report","author":"Team Knoon"}). | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| exportId | string | ID of the export job. |
| pendingFileUrl | string | URL to poll or download when ready. |
| inType | string | Input type (e.g. markdown). |
| outType | string | Output type (e.g. pdf). |
| name | string | Suggested filename without extension. |