组织ID: |
org.xhtmlrenderer |
项目ID: |
flying-saucer-pdf |
版本: |
9.1.9 |
最后修改时间: |
2018-08-01 20:06:12 |
包类型: |
jar |
标题: |
Flying Saucer PDF Rendering |
描述: |
Flying Saucer is a CSS 2.1 renderer written in Java. This artifact supports PDF output. |
大小: |
150.29KB |
|
Maven引入代码: |
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-pdf</artifactId>
<version>9.1.9</version>
</dependency>
|
Gradle引入代码: |
org.xhtmlrenderer:flying-saucer-pdf:9.1.9
|
下载Jar包: |
|
POM文件内容: |
<?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>
<parent>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-parent</artifactId>
<version>9.1.9</version>
</parent>
<artifactId>flying-saucer-pdf</artifactId>
<packaging>jar</packaging>
<name>Flying Saucer PDF Rendering</name>
<description>Flying Saucer is a CSS 2.1 renderer written in Java. This artifact supports PDF output.</description>
<properties>
<bouncycastle.version>1.38</bouncycastle.version>
<junit.version>4.12</junit.version>
<openpdf.version>1.0.1</openpdf.version>
<itext.version>2.1.7</itext.version>
</properties>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), version 2.1 or later</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/flyingsaucerproject/maven/org.xhtmlrenderer:flying-saucer</url>
</repository>
</distributionManagement>
<profiles>
<profile>
<id>itext</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<!--
Note: The iText Bouncy Castle dependencies have been moved to a new group and version on maven central.
This caused some of the artifacts to be resolved twice. By excluding dependencies from the old group
and adding corresponding dependencies from the updated group, the artifacts are only resolved once.
-->
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>${itext.version}</version>
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>openpdf</id>
<dependencies>
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>${openpdf.version}</version>
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>
<build>
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
</resource>
</resources>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.xhtmlrenderer.pdf.SplitterTest.class
org.xhtmlrenderer.pdf.SAXEventRecorder$7.class
org.xhtmlrenderer.pdf.ITextImageElement.class
org.xhtmlrenderer.pdf.SAXEventRecorder$6.class
org.xhtmlrenderer.pdf.SAXEventRecorder$3.class
org.xhtmlrenderer.pdf.PagePosition.class
org.xhtmlrenderer.pdf.PDFAsImage.class
org.xhtmlrenderer.pdf.SAXEventRecorder$8.class
org.xhtmlrenderer.pdf.DocumentSplitter.class
org.xhtmlrenderer.simple.PDFRenderer.class
META-INF/LICENSE-LGPL-3.txt
META-INF/LICENSE
META-INF/LICENSE-GPL-2.txt
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark.class
org.xhtmlrenderer.pdf.SelectFormField$Option.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily$1.class
org.xhtmlrenderer.pdf.SAXEventRecorder$4.class
org.xhtmlrenderer.pdf.ITextFSImage.class
org.xhtmlrenderer.pdf.SAXEventRecorder$1.class
org.xhtmlrenderer.pdf.SelectFormField$1.class
org.xhtmlrenderer.pdf.SelectFormField.class
org.xhtmlrenderer.pdf.ITextOutputDevice$Metadata.class
org.xhtmlrenderer.pdf.SAXEventRecorder$10.class
org.xhtmlrenderer.pdf.ToPDF.class
META-INF/LICENSE-GPL-3.txt
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf/pom.xml
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf/pom.properties
org.xhtmlrenderer.pdf.ITextFontResolver.class
org.xhtmlrenderer.pdf.BookmarkElement.class
org.xhtmlrenderer.pdf.ITextRenderer$NullUserInterface.class
org.xhtmlrenderer.pdf.SAXEventRecorder$2.class
org.xhtmlrenderer.pdf.ITextRenderer$1.class
org.xhtmlrenderer.pdf.util.XHtmlMetaToPdfInfoAdapter.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily.class
org.xhtmlrenderer.pdf.ITextFontContext.class
org.xhtmlrenderer.pdf.TrueTypeUtil.class
org.xhtmlrenderer.pdf.HTMLOutline$NestedSectioningFilter.class
org.xhtmlrenderer.pdf.ITextFSFont.class
org.xhtmlrenderer.pdf.RadioButtonFormField.class
org.xhtmlrenderer.pdf.SAXEventRecorder.class
org.xhtmlrenderer.pdf.EmptyReplacedElement.class
org.xhtmlrenderer.pdf.ITextOutputDevice.class
org.xhtmlrenderer.pdf.SAXEventRecorder$Event.class
org.xhtmlrenderer.pdf.AbstractFormField.class
org.xhtmlrenderer.pdf.ITextTextRenderer.class
org.xhtmlrenderer.pdf.TextAreaFormField.class
org.xhtmlrenderer.pdf.DefaultPDFCreationListener.class
org.xhtmlrenderer.pdf.SAXEventRecorder$9.class
org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope.class
org.xhtmlrenderer.pdf.SplitterTest$1.class
org.xhtmlrenderer.pdf.ITextReplacedElement.class
org.xhtmlrenderer.pdf.PDFCreationListener.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription.class
org.xhtmlrenderer.pdf.ITextFontResolver$1.class
org.xhtmlrenderer.pdf.HTMLOutline.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
itext-${itext.version}.jar
/com.lowagie/itext/${itext.version}
查看itext所有版本文件
bcmail-jdk14-${bouncycastle.version}.jar
/org.bouncycastle/bcmail-jdk14/${bouncycastle.version}
查看bcmail-jdk14所有版本文件
bctsp-jdk14-${bouncycastle.version}.jar
/org.bouncycastle/bctsp-jdk14/${bouncycastle.version}
查看bctsp-jdk14所有版本文件
bcprov-jdk14-${bouncycastle.version}.jar
/org.bouncycastle/bcprov-jdk14/${bouncycastle.version}
查看bcprov-jdk14所有版本文件
flying-saucer-core-${project.version}.jar
/org.xhtmlrenderer/flying-saucer-core/${project.version}
查看flying-saucer-core所有版本文件
junit-${junit.version}.jar
/junit/junit/${junit.version}
查看junit所有版本文件
|