LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • PDF
    • Overview
  • Converting to PDF
  • Getting Information from a PDF
  • Extracting Data from a PDF
  • Merging Documents
  • Removing Duplicates
  • Saving a PDF
  • Setting Information in a PDF
Powered by GitBook
On this page
  • Saving to a Local Path
  • Saving to an S3 URL

Was this helpful?

Export as PDF

Saving a PDF

Automation procedures for saving a PDF file after making changes.

Saving to a Local Path

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"

Saving to an S3 URL

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 1 month ago

Was this helpful?