Category: webPDF

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…




Webservice Addressing with the ant-task library

If you use Apache Ant, … … then perhaps the question is obvious for you: Couldn’t the webPDF webservices be called from an Yes, I can! The “webPDF ant-task” library (short “ant-task”) defines some simple tasks, which you can use to start single or multiple webPDF webservice calls or to sequence their execution. This library…




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”…




How to use the webservices of webPDF 7 with options

This example shows how to pass options to the webservices of webPDF. In addition to the well-known “Converter” webservice, a second webPDF webservice called “Toolbox” is used in this example.  This example is based on our text “How to use the web services of webPDF 7“. If you don’t know this yet, it is recommended…




Furnishing technical support information for webPDF

Technical support often involves cases where additional information is needed to either better understand certain situations or master the problem being reported. The goal here is to resolve the support issue with the least amount of effort (in terms of time and tasks) on the part of the customer. Starting with Version 7, webPDF has…


Tags: