Power PDF Automation Interface Overview
Power PDF includes a robust automation interface providing a wide range of functionality to control the application itself and to manage and manipulate PDF documents, along with their properties, pages, and annotations.
With Automation support, it’s possible to create code that controls Power PDF in much the same way a human would. Automation occurs through code created in supported languages such as Visual Basic, C++ and others.
Full details of the various interfaces can be found in the following guide:
What the Automation Sample Interface Application Offers
The Power PDF Automation Sample Interface Application is a tool used to demonstrate the capabilities of Power PDF with the click of a button. With the code being open for all, there are endless possibilities of what this application can do making it completely customizable. This application offers a clean UI to demonstrate what Power PDF can accomplish as well as automate functionalities that would previously require human input / interaction.
What You Can Do with Power PDFs Automation Sample Interface Application
The base interface has 9 functionalities. The first is a text comparator for two PDFs, the second is a file combiner, the third rotates all selected pages, the fourth converts a Power PDF to an Excel sheet, the fifth shares a Power PDF as an E-Mail, the sixth creates a new portfolio, the seventh saves the file as, the eighth converts a Power PDF to a Power Point, and lastly the ninth functionality flattens a Power PDF.
Requirements
To get this application properly up and running, you will need to download the most recent version of Visual Studio. You will also need to download, C# version 13.0 or beyond. As well as the target framework for .NET 9.0 or above.
GitHub Download
You can download the Sample Application from GitHub using the link below.
https://github.com/iamcpk/Power-PDF-Automation-Interface-Sample-Application