Takaisin Print / Export -kohtaan
Yhdistä Knoon AI kohteen Print / Export (JotterPad) kanssa automatisoidaksesi AI-työnkulut.
Send HTML content to JotterPad and generate a PDF export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportHtmlToPdf
BETA
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| html | mustache | HTML content to export as a PDF. | Kyllä |
| name | mustache | Optional document name without extension. Defaults to "Untitled Document". | Ei |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Invoice","customerId":"123"}). | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. html). |
| outType | string | Output type (e.g. docx). |
| name | string | Suggested filename without extension. |