العودة إلى Print / Export
اتصل بـ Knoon AI مع Print / Export (JotterPad) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Send HTML content to JotterPad and generate a PDF export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportHtmlToPdf
بيتا
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| html | mustache | HTML content to export as a PDF. | نعم |
| name | mustache | Optional document name without extension. Defaults to "Untitled Document". | لا |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Invoice","customerId":"123"}). | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| 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. |