This repository contains a simplified and optimized client library for the webPDF server, and serves as an alternative to more complex REST or SOAP APIs. The library implements the required stubs and session management in ready-to-use interface classes and provides a common object based parameterization for webservice calls in both protocols.
webPDF is a commercial multi-platform server solution for creating and processing PDF documents. To use the webPDF wsclient library for webservice calls, a running webPDF installation is required. A demo version as Windows installation, Linux package or container image can be downloaded from the product page.
Note: Unless otherwise marked, the following is based on webPDF version 9 or newer. If you are using an older version please update to use all parameters for the current release of the library. You will always find the newest version at the product download page.
Note: The version 9.0.2 requires at least webPDF server version 9.0.0.3479 and JDK 11.
Note: Starting with wsclient 9.x the wsclient´s and webPDF server´s version numbers have been synchronized, to simplify finding the proper wsclient for your webPDF server.
You can use this library, by adding this dependency to your project:
<!-- https://mvnrepository.com/artifact/net.webpdf/webpdf-wsclient -->
<dependency>
<groupId>net.webpdf</groupId>
<artifactId>webpdf-wsclient</artifactId>
<version>9.0.2</version>
</dependency>
You will find some usage examples in the wiki.
Be aware: With version 9.x this library also has undergone major changes to the logic, structure and naming of it´s packages and classes. If you already used prior versions of wsclient, you should expect having to adapt your imports and code accordingly. You will find further information in our migration guide.
Have a look at our wiki for examples and details.
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.
Learn even more about our product in our webPDF Documentation.
Please, see the license file for more information.
The current version 9.0.2 is for webPDF version 9. When using webPDF 7 or 8 you might prefer earlier versions of this library. You might want to have a look at the changes file for further information.