ColdFusion Component for Adobe Acrobat Services
Last month, I wrote up a post demonstrating how to use Adobe Acrobat Services with ColdFusion. This week I took some of the code I had written for that post and turned it into a proper GitHub project. You can find the latest code here: https://github.com/cfjedimaster/coldfusion-cfc-acrobat-services
To use this, you’ll need credentials, which you can get and use for free for up to 500 transactions. (The docs go into detail about how that works.)
Currently I only have a subset of our APIs supported, but I plan to hit most of the rest in the next day or so. To give you an example of how it works, here’s a sample that uses our Extract API.
First, you instantiate the component with your... more →
Posted in: JavaScript