| 组织ID: |
org.xhtmlrenderer |
| 项目ID: |
flying-saucer-pdf-openpdf |
| 版本: |
9.1.17 |
| 最后修改时间: |
2019-05-09 21:29:15 |
| 包类型: |
jar |
| 标题: |
Flying Saucer PDF Rendering (OpenPDF) |
| 描述: |
Flying Saucer is a CSS 2.1 renderer written in Java. This artifact supports PDF output. (OpenPDF) |
| 大小: |
150.37KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-pdf-openpdf</artifactId>
<version>9.1.17</version>
</dependency>
|
| Gradle引入代码: |
org.xhtmlrenderer:flying-saucer-pdf-openpdf:9.1.17
|
| 下载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.17</version>
</parent>
<artifactId>flying-saucer-pdf-openpdf</artifactId>
<packaging>jar</packaging>
<name>Flying Saucer PDF Rendering (OpenPDF)</name>
<description>Flying Saucer is a CSS 2.1 renderer written in Java. This artifact supports PDF output. (OpenPDF)</description>
<properties>
<bouncycastle.version>1.60</bouncycastle.version>
<junit.version>4.12</junit.version>
<openpdf.version>1.2.5</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>
<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>
<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.SAXEventRecorder$8.class
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark.class
org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope.class
org.xhtmlrenderer.pdf.AbstractFormField.class
org.xhtmlrenderer.pdf.TrueTypeUtil.class
org.xhtmlrenderer.pdf.DOMUtil.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription.class
org.xhtmlrenderer.pdf.HTMLOutline.class
org.xhtmlrenderer.pdf.SAXEventRecorder$1.class
org.xhtmlrenderer.pdf.ITextRenderer$NullUserInterface.class
org.xhtmlrenderer.pdf.BookmarkElement.class
org.xhtmlrenderer.pdf.SAXEventRecorder$7.class
org.xhtmlrenderer.pdf.ITextFSFont.class
org.xhtmlrenderer.pdf.DocumentSplitter$Namespace.class
org.xhtmlrenderer.pdf.SplitterTest.class
org.xhtmlrenderer.pdf.TextFormField.class
org.xhtmlrenderer.pdf.ITextOutputDevice$Metadata.class
org.xhtmlrenderer.pdf.SAXEventRecorder$6.class
org.xhtmlrenderer.pdf.DocumentSplitter.class
org.xhtmlrenderer.pdf.ITextFSFontMetrics.class
org.xhtmlrenderer.pdf.SAXEventRecorder$4.class
org.xhtmlrenderer.pdf.SAXEventRecorder$5.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily.class
org.xhtmlrenderer.pdf.ITextOutputDevice$1.class
org.xhtmlrenderer.pdf.SAXEventRecorder$10.class
org.xhtmlrenderer.pdf.PDFCreationListener.class
org.xhtmlrenderer.pdf.ITextRenderer$1.class
org.xhtmlrenderer.pdf.SAXEventRecorder$9.class
org.xhtmlrenderer.pdf.SAXEventRecorder$3.class
org.xhtmlrenderer.pdf.RadioButtonFormField.class
org.xhtmlrenderer.pdf.ITextOutputDevice.class
META-INF/LICENSE-W3C-TEST
META-INF/LICENSE-LGPL-3.txt
META-INF/LICENSE-LGPL-2.1.txt
META-INF/LICENSE-GPL-2.txt
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf-openpdf/pom.xml
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf-openpdf/pom.properties
org.xhtmlrenderer.pdf.DefaultPDFCreationListener.class
org.xhtmlrenderer.pdf.ITextReplacedElement.class
org.xhtmlrenderer.pdf.ITextImageElement.class
org.xhtmlrenderer.pdf.CheckboxFormField.class
org.xhtmlrenderer.pdf.HTMLOutline$NestedSectioningFilter.class
org.xhtmlrenderer.pdf.ITextFSImage.class
org.xhtmlrenderer.pdf.ToPDF.class
org.xhtmlrenderer.pdf.SelectFormField.class
org.xhtmlrenderer.pdf.PDFAsImage.class
org.xhtmlrenderer.pdf.SelectFormField$1.class
org.xhtmlrenderer.pdf.DocumentSplitter$ProcessingInstruction.class
org.xhtmlrenderer.pdf.ITextRenderer.class
org.xhtmlrenderer.pdf.ITextReplacedElementFactory.class
org.xhtmlrenderer.pdf.ITextUserAgent.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily$1.class
org.xhtmlrenderer.pdf.util.XHtmlMetaToPdfInfoAdapter.class
org.xhtmlrenderer.pdf.EmptyReplacedElement.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
openpdf-${openpdf.version}.jar
/com.github.librepdf/openpdf/${openpdf.version}
查看openpdf所有版本文件
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所有版本文件
|