๐Ÿ”ฌ Manipulate PDF with Adobe developer API

โšก 4,662 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

Adobe developer API

Did you know that Adobe provides an API to perform all sort of manipulation on PDF files :

The free tier allows up to 500 PDF operation / month. As it comes directly from Adobe, it works often better than other alternatives.

Adobe documentation:

What does this workflow do

The API is a bit painful to use. To perform a transformation on a PDF it requires to

This workflow is a generic wrapper to perform all these steps for any transformation endpoint. I usually use it from other workflow with an Execute Workflow node.

Examples are given in the workflow.

Example use case

This service is useful for example to clean PDF data for an AI / RAG system.

My favorite use-case is to extract table as images and forward images to an AI for image recognition / description which is often more accuarate than feedind raw tabular data to a LLM.

๐Ÿ”— Nodes Used

Dropbox, HTTP Request, Execute Workflow Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup