webPDF ant-task

webPDF client library for using SOAP web services via an Ant task.

License

License

Categories

Categories

Ant Build Tools Net PDF Data
GroupId

GroupId

net.webpdf
ArtifactId

ArtifactId

webpdf-ant
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

webPDF ant-task
webPDF client library for using SOAP web services via an Ant task.
Project URL

Project URL

https://www.webpdf.de
Project Organization

Project Organization

SoftVision Development GmbH, Fulda, Germany
Source Code Management

Source Code Management

https://github.com/softvision-dev/webpdf-ant

Download webpdf-ant

How to add to project

<!-- https://jarcasting.com/artifacts/net.webpdf/webpdf-ant/ -->
<dependency>
    <groupId>net.webpdf</groupId>
    <artifactId>webpdf-ant</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.webpdf/webpdf-ant/
implementation 'net.webpdf:webpdf-ant:2.0.0'
// https://jarcasting.com/artifacts/net.webpdf/webpdf-ant/
implementation ("net.webpdf:webpdf-ant:2.0.0")
'net.webpdf:webpdf-ant:jar:2.0.0'
<dependency org="net.webpdf" name="webpdf-ant" rev="2.0.0">
  <artifact name="webpdf-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.webpdf', module='webpdf-ant', version='2.0.0')
)
libraryDependencies += "net.webpdf" % "webpdf-ant" % "2.0.0"
[net.webpdf/webpdf-ant "2.0.0"]

Dependencies

compile (10)

Group / Artifact Type Version
org.jetbrains : annotations jar 17.0.0
org.apache.httpcomponents : httpclient jar 4.5.7
org.apache.httpcomponents : httpmime jar 4.5.7
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.8.1
com.google.code.gson : gson jar 2.8.5
com.sun.xml.security : xml-security-impl jar 1.0
org.apache.ant : ant jar 1.9.5
ant-contrib : ant-contrib jar 1.0b3
net.webpdf : webpdf-wsclient jar 2.0.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
pl.pragmatists : JUnitParams jar 1.1.1

Project Modules

There are no modules declared in this project.

webPDF Ant task

This repository defines an Ant task, which can be used to call the webPDF SOAP webservices directly from an Ant build file.

webPDF Logo

webPDF is a commercial multi-platform server solution for creating and processing PDF documents. To use the webPDF Ant tasks, a running webPDF installation is required. A demo version as Windows installation, Linux package or as a virtual machine can be downloaded from the product page.

Note: Unless otherwise marked, the following is based on webPDF version 8 or newer.

Download

You can use this library, by adding this dependency to your project:

<!-- https://mvnrepository.com/artifact/net.webpdf/webpdf-ant -->
<dependency>
    <groupId>net.webpdf</groupId>
    <artifactId>webpdf-ant</artifactId>
    <version>2.0.0</version>
</dependency>

Usage

You will find some usage examples and a description of the hereby defined Ant tasks in the wiki.

Documentation

Have a look at our wiki for examples and details.

Development and support

If you have any questions on how to use webPDF, or this library, or have ideas for future development, please get in touch via our product homepage.

If you find any issues, please file a bug after checking for duplicates or create a pull request.

More help

Learn even more about our product in our webPDF Documentation.

License

Please, see the license file for more information.

Changes

The current version 2.0.0 is optimized for webPDF version 8. When using webPDF 7 you might prefer the version 1.0.0 of this library. You might want to have a look at the changes file for further information.

net.webpdf

SoftVision Development GmbH

Versions

Version
2.0.0
1.0.0