PDF Automation Server – Mule ESB
PDF Automation Server – Integration with Mule ESB
PDF Automation Server can easily integrated with ESB and other workflow servers through its rich REST API. Most workflow servers provide the ability to make calls to REST services, so PDF Automation Server can provide all the PDF functions that you need in your workflows.
Following are some sample worksflows that use Mule ESB to make calls to PDF Automation Server.
Add a Watermark
The following workflow watches a folder for incoming documents, adds a watermark to the documents, and saves them to an output folder.
Download the Mule flow XML source: pas-addwatermark.xml
Encrypt a Document / Set Permissions
The following workflow watches a folder for incoming documents, encrypts the document with a password and restricts permissions, and saves the document to an output folder.
Download the Mule flow XML source: pas-encrypt.xml