DEPRECATED: Pages to apply header/footer to. This parameter is not currently supported by the API and should not be used. Use PageNumbers or IgnorePageNumbers directly instead.
FileNamestring
Required
Name of the source PDF file, including extension.
MarginTopnumber
Top margin in points.
MarginLeftnumber
Left margin in points.
ReturnFileboolean
When true (default), returns processed file content; when false, returns only OperationId.
FileContentobject
Required
Binary content of the source PDF. Provide this if the file is not accessible by name.
MarginRightnumber
Right margin in points.
OperationIdstring
Advanced: parent operation identifier for chaining.
PageNumbersarray
Specific page numbers to include when ApplyTo = 'Specific'.
MarginBottomnumber
Bottom margin in points.
SkipFirstPageboolean
Whether to skip adding header/footer on the first page.
FinalOperationboolean
If true, returns processed file content inline instead of only an operation ID.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not