convert-doc-to-pdf

Using Aspose.World to convert doc to pdf

License

License

Categories

Categories

PDF Data
GroupId

GroupId

com.liumapp.convert.doc
ArtifactId

ArtifactId

convert-doc-to-pdf
Last Version

Last Version

v1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

convert-doc-to-pdf
Using Aspose.World to convert doc to pdf
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/liumapp/convert-doc-to-pdf

Download convert-doc-to-pdf

How to add to project

<!-- https://jarcasting.com/artifacts/com.liumapp.convert.doc/convert-doc-to-pdf/ -->
<dependency>
    <groupId>com.liumapp.convert.doc</groupId>
    <artifactId>convert-doc-to-pdf</artifactId>
    <version>v1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.convert.doc/convert-doc-to-pdf/
implementation 'com.liumapp.convert.doc:convert-doc-to-pdf:v1.1.1'
// https://jarcasting.com/artifacts/com.liumapp.convert.doc/convert-doc-to-pdf/
implementation ("com.liumapp.convert.doc:convert-doc-to-pdf:v1.1.1")
'com.liumapp.convert.doc:convert-doc-to-pdf:jar:v1.1.1'
<dependency org="com.liumapp.convert.doc" name="convert-doc-to-pdf" rev="v1.1.1">
  <artifact name="convert-doc-to-pdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.convert.doc', module='convert-doc-to-pdf', version='v1.1.1')
)
libraryDependencies += "com.liumapp.convert.doc" % "convert-doc-to-pdf" % "v1.1.1"
[com.liumapp.convert.doc/convert-doc-to-pdf "v1.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.aspose.words » aspose-words jar 15.8.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

convert-doc-to-pdf

Using Aspose.World to convert doc to pdf .

how to use

Doc2PDF doc2PDF = new Doc2PDF();
doc2PDF.doc2pdf(pdfPath,docPath);

attention

version 1.0.0 was released to http://www.liumapp.com:8081.

so ,you must add:

<repositories>
    <repository>
      <id>liumapp</id>
      <url>http://www.liumapp.com:8081/repository/liumapp/</url>
    </repository>
</repositories>

to use it .

version 1.1.0 was released to maven center.

Versions

Version
v1.1.1
v1.1.0