Addresses
Once the webPDF server has been started, a number of URL addresses will be available. The following list shows the specific addresses available when using a webPDF installation.
If you want to use your local server, replace the host name (and the protocol and port if applicable) with the IP address or the host name of the machine on which webPDF is installed. Make sure to keep the sub-path “/webPDF” (case-sensitive) in the URL.
In a standard installation, the local address is
http://localhost:8080/webPDF
Change localhost to the address of the server if you are not accessing the server locally. Change the port 8080 if you have changed it during installation or in the configuration.
If you have activated TLS, you can also use the URLs with https and port 8443 (if it has not been customized).
Portal
- http://PORTAL_URL/webPDF (please refer to Portal page as well)
Admin-Portal
- http://PORTAL_URL/webPDF/admin/ (please refer to Admin Portal page as well)
Web Services (SOAP)
- http://PORTAL_URL/webPDF/soap/converter?wsdl
- http://PORTAL_URL/webPDF/soap/signature?wsdl
- http://PORTAL_URL/webPDF/soap/pdfa?wsdl
- http://PORTAL_URL/webPDF/soap/toolbox?wsdl
- http://PORTAL_URL/webPDF/soap/urlconverter?wsdl
- http://PORTAL_URL/webPDF/soap/ocr?wsdl
- http://PORTAL_URL/webPDF/soap/barcode?wsdl
Web Services (REST)
- http://PORTAL_URL/webPDF/help/restful/ (OpenAPI with Swagger UI)