Category: Tips and tricks

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…




Video: How can I convert emails to PDF?

In this video tutorial you can see how to convert e-mails in Outlook (MSG) or MIME (EML) format to PDF using webPDF. Text formatting and graphic elements are retained. You can convert your emails into a PDF so that the message is displayed exactly as the email client displays it. Watch the video to see…




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:


Convert documents over bridges with Office and SharePoint

Various possibilities of conversion with webPDF With webPDF it is possible to convert countless formats. Among other things, you can convert HTML and websites into PDF documents very comfortably. In addition, there is the function of Important notes In our detailed Please also note the license conditions: BEFORE using Microsoft Office with webPDF and the…




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…




How can I use the webservices of webPDF 7?

(This tutorial is created for webPDF 7 and following versions. The use of the webservice interfaces has changed fundamentally with this version. For webPDF 6 you can find this tutorial here.) Webservices of webPDF 7 This example shows how to use the webservices of webPDF. The webservice “Converter” is used to convert a selected file…




How to use webPDF with Ruby via REST

This example shows how to use the webservices of webPDF with the scripting language Ruby via the REST interface. To follow this simple example on your PC you need a locally installed require ‘rest-client’ require ‘json’ With this information you can include the required gems in your script. json’ is used to parse and generate…




10 helpful tips for working with PDF

Here are some simple tips to save you time and effort when working with PDF documents on the webPDF portal. 1. Merging multiple PDF files webPDF makes it easy to take multiple PDF documents and merge them into a single PDF. You can use the “Merge Documents” service on the webPDF portal to combine all…