Turn PDF jobs into a clean repeatable flow. Teams that split files or extract tables can send one PDF and get a ready download link back. It is great for operations that need reliable document handling at scale.
The run can start by click or from another workflow. A Set node collects the endpoint name and the JSON payload for Adobe. A Dropbox node loads a test PDF as binary. The workflow requests an access token, creates an Adobe asset, uploads the PDF, and submits the job to the chosen Adobe operation. A short wait and a status check follow. If the file is not ready, it loops. When complete, the result link or file data is returned to the caller for downstream steps.
Setup needs two Adobe credentials and one Dropbox connection. Add your Adobe client id and secret, and map the X API Key header. Pick your endpoint like splitpdf or extractpdf and pass the payload without the asset id. Expect faster cycle times per file and fewer manual steps. Use it for splitting statements, extracting tables from brochures, or preparing files for data entry. The template also supports being called from other n8n workflows for easy reuse.