Category: webPDF wsclient

Webservice coding example: read and create barcodes

Here we want to give a concrete code example for the Barcode Webservice including use with the webPDF wsclient library. Important note: The following coding example is based on the use of the webPDF wsclient library. In order to understand and apply the example, the following blog post should be considered first: Preliminary work for…




Coding Example: Apply signature to PDF documents

If you want to use the operation of the webPDF webservice Signature, you have the possibility to use it via the webPDF wsclient library. Important note: The following coding example is based on the use of the webPDF wsclient library. In order to understand and apply the example, the following blog post should be considered…




URL converter with wsclient library

Now we show you how to convert webpages to PDF with the URL-converter Webservice. Important note: The following coding example is based on the use of the webPDF wsclient library. In order to understand and apply the example, the following blog post should be considered first: Webservice call At the beginning you should already have…




Webservice insert watermark with wsclient

Our link tips for preparation in advance: Further parameters are also documented in our user manual (without examples for use with the wsclient library). use the REST interface with webPDF wsclient To use the SOAP interface Important note: The following coding example is based on the use of the webPDF wsclient library. In order to…




Encryption and password editing with the wsclient library

Here we want to show you the Security operation of the ToolboxWebServices of webPDF and their use with the wsclient library. Important note: The following coding example is based on the use of the webPDF wsclient library. In order to understand and apply the example, the following blog post should be considered first: Creating a…




Rotate pages with the wsclient library

In this article we would like to introduce the rotate operation of the toolbox webserices from webPDF and show you how you can use it with the webPDF wsclient library. Important note: The following coding example is based on the use of the webPDF wsclient library. In order to understand and apply the example, the following…




Use of the REST interface via webPDF wsclient

In this article we would like to show you how you can use the “webPDF wsclient” library (short “wsclient”) in Java to access the webPDF webservices via the REST interface. For this it is helpful if you have already read the article “The webPDF wsclient Library”. An article explaining the use of the Use of…


Tags:


Use of the SOAP interface via webPDF wsclient

In this article we would like to show you how you can use the “webPDF wsclient” library (short “wsclient”) in Java to access the webPDF webservices via the SOAP interface. For this it is helpful if you have already read the article “The webPDF wsclient Library“. An article explaining the use of the SoapSession session…


Tags:


webPDF and Java: very easy with the “wsclient” library

Did you know…? …that the parameterization of all webservices of webPDF since version 7 has been defined, standardized and even more extensive via Important notes: wsclient has made an after searching for duplicates, or create a <dependency> <groupId>net.webpdf</groupId> <artifactId>webpdf-wsclient</artifactId> <version>1.0.0</version> </dependency> You can include the library in your POM as follows: <?xml version=”1.0″ encoding=”UTF-8″?> <project…




How-to: Using the OCR webservice of webPDF 7

In this example the use of the OCR webservice of webPDF is presented. The OCR functions in webPDF are based on tesseract. By default the languages German, English, French, Spanish and Italian are supported. Languages can be added in the tesseract folder (see the webPDF manual for details). Currently languages with a “Multibyte Character Set”…