# mxPDF **Repository Path**: Debugman/mxPDF ## Basic Information - **Project Name**: mxPDF - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-02 - **Last Updated**: 2023-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 ```xml packagecloud-jgraph ${env.PACKAGECLOUD_TOKEN} ``` 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.