Create a PDF using data from a MySQL database and store it in an S3 bucket.
Execute a query against MySQL database to find image URL's. Retrieve the images from the URL's and use them to create pages within a PDF file. Store the PDF file in a folder in an S3 bucket.
Variables
MySQL database where the query will be executed to find image URL's.
SQL Query to run. Result must be a single column containing URL strings.
Datetime stamp indicating the starting point of data to use to gather images. Formatted as YYYY-MM-DD HH:MM:SS in UTC timezone.
SQL Query to use to determine the end point of the data to process.
SQL Steps to run after the PDF file has been created.
Credentials to access the server hosting the images. Leave empty if not required.
Sign in flow to use.
Enable to continue with the PDF generation despite failure to retrieve an image.
AWS Access Keys to use to access the S3 bucket where the PDF file will be created.
Optional. ARN of an IAM role to use for S3 bucket access.
Shared Config that contains information about the S3 Bucket where the PDF file will be created.
Path from the starting folder in the S3 Bucket Configuration to the folder where the PDF file will be created.
Name for the PDF file that will be created.
Enable to append the creation date to the file name.
Enable to allow an existing file with the same name in the Target Folder to be overwritten.