webPDF Ant task
This repository defines an Ant task, which can be used to call the webPDF SOAP webservices directly from an Ant build file.
webPDF is a commercial multi-platform server solution for creating and processing PDF documents. To use the webPDF Ant tasks, a running webPDF installation is required. A demo version as Windows installation, Linux package or as a virtual machine can be downloaded from the product page.
Note: Unless otherwise marked, the following is based on webPDF version 8 or newer.
Download
You can use this library, by adding this dependency to your project:
<!-- https://mvnrepository.com/artifact/net.webpdf/webpdf-ant -->
<dependency>
<groupId>net.webpdf</groupId>
<artifactId>webpdf-ant</artifactId>
<version>2.0.0</version>
</dependency>
Usage
You will find some usage examples and a description of the hereby defined Ant tasks in the wiki.
Documentation
Have a look at our wiki for examples and details.
Development and support
If you have any questions on how to use webPDF, or this library, or have ideas for future development, please get in touch via our product homepage.
If you find any issues, please file a bug after checking for duplicates or create a pull request.
More help
Learn even more about our product in our webPDF Documentation.
License
Please, see the license file for more information.
Changes
The current version 2.0.0 is optimized for webPDF version 8. When using webPDF 7 you might prefer the version 1.0.0 of this library. You might want to have a look at the changes file for further information.