Skip to content

Latest commit

 

History

History

mxgraphjava

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

安装mxPdf

mxPdf是mxGraph对iText的封装,源代码在这里,读者可以自己打包。注意这是GPL协议的代码!

如果不想打包也可以简单的用mvn install安装到本地repo里:

mvn install:install-file -Dfile=mxPdf.jar -DgroupId=com.github.fancyerii   -DartifactId=mxpdf -Dversion=1.0 -Dpackaging=jar

编译

下面的编译就是标准的maven命令了:

mvn package

示例

示例代码都在com.mxgraph.example下面,这里有类的说明。