Назад к Preview

Подключите Knoon AI к Preview (System), чтобы автоматизировать AI рабочие процессы.

Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
Бета
Внутренний
Разрешения
Нет элементов для отображения.
Опциональные разрешения
Нет элементов для отображения.
Параметры
ИмяТипОписаниеОбязательно
attachmentattachment PDF attachment URL in knoon-fs:// format.Да
fieldsmustache JSON map of PDF form field names to values. Text fields use strings, checkboxes use booleans, radio/dropdown/list fields use option strings or arrays, and buttons use caption text. Signature fields require a signing tool.Да
passwordstring PDF password if the source PDF is password protected.Нет
flattenboolean Flatten the form after filling. Defaults to false.Нет
fileNamestring Optional output filename. Defaults to the original filename with -filled.pdf.Нет
Возвраты
ИмяТипОписание
statusstring DONE.
attachmentstring Filled PDF attachment URL.
filledFields[]string PDF field name.