Skip to main content
Version: 10.0

Web Service API

The webPDF server provides its functions in the form of web services as web service API. These web services can be used by any platform or programming language that can communicate with web services.

The web services are provided as SOAP or REST web services.

The SOAP web services are SOAP 1.2 services described via the "Web Services Description Language (WSDL)". The REST web services are based on the OpenAPI 3 specification.

The web services are implemented in Java and are based on JSR-224 for the SOAP interface and JSR-311 for the REST interface.

Below is the technical description of the endpoints for SOAP and REST, as well as the description of all the parameters for calling the web services.

SOAP Web Service API

Web Service API

Discover the SOAP Web Service API with all endpoints and parameters as technical documentation.

REST Web Service API

Web Service API

Discover the REST Web Service API with all endpoints and parameters as technical documentation.