Saving a PDF
Automation procedures for saving a PDF file after making changes.
Last updated
Was this helpful?
Automation procedures for saving a PDF file after making changes.
To save a PDF to a local path, use the following syntax:
get the pdf
save the pdf to a file with
the target is "/local/path/to/save/the/pdf"To save a PDF to an S3 URL, use the following syntax:
get the pdf
save the pdf to a file with
the target is "s3://bucket-name/path/to/save/the/pdf"Last updated
Was this helpful?
Was this helpful?

