Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cephdon/mxPDF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripped down fork of 4.2.0 version of legacy PDF library. Can be licensed under the MPL or LGPL.

Maven hosted version at https://packagecloud.io/jgraph/mxPDF

Before building ensure PACKAGECLOUD_TOKEN is defined in your environment, e.g. export PACKAGECLOUD_TOKEN=xxxxxxxxxxxxxxxxx in .bash_profile.

In ~/.m2/settings.xml either add or append

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
  <servers>
    <server>
      <id>packagecloud-jgraph</id>
      <password>${env.PACKAGECLOUD_TOKEN}</password>
    </server>
  </servers>
</settings>

Build the package using:

mvn package

Deploy to Packagecloud using:

mvn deploy

Note : You must manually change the version in the POM, update the ChangeLog and tag the git repo when performing a release.

About

Java PDF output for draw.io backend

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%