Category: webPDF Webservices

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…




The 10 biggest advantages of webPDF for developers!

PDF tools and software for companies are like sand on the sea, but what concrete advantages does webPDF offer for software developers? What is the strength of this software and how can webPDF be used profitably for software developers? webPDF is not a pure PDF reader or PDF editor, it is rather a PDF solution…




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…




The most important barcode formats at a glance

Attaching and reading barcodes on PDFs with webPDF What are the advantages of working with barcodes? If you add barcodes to documents in PDF format, this has the strong advantage that you can recognize and assign your documents at any time. Why barcodes are worthwhile? Working with barcodes improves the workflow and accelerates the work…


Tags:


Working with barcodes in PDF documents

A representation of data that is readable electronically or optoelectronically is called a barcode or bar code. These are generally groups of linear and variously patterned bars and spaces. There are also 2D barcodes consisting of differently shaped geometric patterns, which contain information in a smaller amount of space. A so-called QR code consists of…




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