Print / Export로 돌아가기
Knoon AI를 Print / Export (JotterPad)과 연결하여 AI 워크플로우를 자동화하세요.
Send HTML content to JotterPad and generate a DOCX export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportHtmlToDocx
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| html | mustache | HTML content to export as a DOCX file. | 네 |
| name | mustache | Optional document name without extension. Defaults to "Untitled Document". | 아니요 |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Proposal"}). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. epub). |
| name | string | Suggested filename without extension. |