1.确保你已经在本地机器上创建了maven 2的本地repository 2.到SourceForge上iText的下载页面(http://sourceforge.net/project/showfiles.php?group_id=15255)下载iTextAsian.jar,放到本地的某个目录里(比如C:\TEMP) 2.在命令行提示符下执行如下命令: mvn install:install-file -DgroupId=com.lowagie -Dartifac...
页面地址http://mvnrepository.com/artifact/com.itextpdf/itext-asian/5.2.0 下载地址 http://central.maven.org/maven2/com/itextpdf/itext-asian/5.2.0/itext-asian-5.2.0.jar maven引用方式 <dependency> <groupId>com.itextpdf</groupId> <artifactId>itext-asian</artifactId> <version>5.2.0</version...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion...
最近在做项目用到jasperreports6.5.0,该库依赖itext2.7.1版本比较旧,又不能升级itext为5.0以上。照成中文无法显示,因此打了两个字体库兼容itext2.7.1。项目完美显示中文字体。 使用方法: 1、将字体jar文件拷贝到自己的项目lib目录下 2、用mvn命令安装jar到本地maven仓库在pom文件引入依赖即可 mvn install:install-...
itext-asian2.7.1+itext-asiancmaps2.7.1jar文件以及字体maven项目 最近在做项目用到jasperreports6.5.0,该库依赖itext2.7.1版本比较旧,又不能升级itext为5.0以上。照成中文无法显示,因此打了两个字体库兼容itext2.7.1。项目完美显示中文字体。 使用方法: 1、将字体jar文件拷贝到自己的项目lib目录下 2、用mvn命令...
The leading Java and C# PDF Library SDK. A programmable Java and .NET PDF SDK library to create, manipulate and edit PDF documents. Convert Html files to pdf, Debug pdf files, extract data from PDF and more.
还要注意,mvnrepository.com并不是一个真正的maven存储库主机,而仅仅是存储库中信息的聚合器。mvn...
itext/itext-asian.jar.zip( 323 k) The download jar file contains the following class files or Java source files. META-INF/MANIFEST.MF META-INF/maven/com.itextpdf/itext-asian/pom.properties META-INF/maven/com.itextpdf/itext-asian/pom.xml com/itextpdf/text/pdf/fonts/Adobe-CNS1-UCS2.cmap ...
Failure to find com.lowagie:itextasian:pom:1.0 in http://maven.aliyun.com/nexus/content/groups/publi,程序员大本营,技术文章内容聚合第一站。
最近需要在工程中加入JasperReports,其中要用到把报表导出为pdf文件的功能。JasperReports内部使用iText来输出pdf文档,而iText对中文是放在单独的包iTextAsian.jar中,于是需要在工程中加入iTextAsian。 上网查找了好几个maven 2的repository,都没有收录iTextAsian,那怎么在自己的工程中加入iTextAsian呢?查找了好久,最后还是...