组织ID: |
org.xhtmlrenderer |
项目ID: |
flying-saucer-pdf |
版本: |
9.1.1 |
最后修改时间: |
2018-07-29 15:38:38 |
包类型: |
jar |
标题: |
Flying Saucer PDF Rendering |
描述: |
Flying Saucer is a CSS 2.1 renderer written in Java. This artifact supports PDF output. |
大小: |
148.67KB |
|
Maven引入代码: |
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-pdf</artifactId>
<version>9.1.1</version>
</dependency>
|
Gradle引入代码: |
org.xhtmlrenderer:flying-saucer-pdf:9.1.1
|
下载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.1</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>
<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-pdf</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>2.1.7</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>4.10</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.ITextFontResolver.class
org.xhtmlrenderer.pdf.SplitterTest.class
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark.class
org.xhtmlrenderer.pdf.TextAreaFormField.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.DefaultPDFCreationListener.class
org.xhtmlrenderer.pdf.ITextFSFont.class
org.xhtmlrenderer.pdf.SAXEventRecorder$9.class
org.xhtmlrenderer.pdf.RadioButtonFormField.class
org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope.class
org.xhtmlrenderer.pdf.SplitterTest$1.class
org.xhtmlrenderer.pdf.ITextReplacedElement.class
org.xhtmlrenderer.pdf.SAXEventRecorder.class
org.xhtmlrenderer.pdf.PDFCreationListener.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription.class
org.xhtmlrenderer.pdf.EmptyReplacedElement.class
org.xhtmlrenderer.pdf.ITextFontResolver$1.class
org.xhtmlrenderer.pdf.ITextOutputDevice.class
org.xhtmlrenderer.pdf.HTMLOutline.class
org.xhtmlrenderer.pdf.SAXEventRecorder$5.class
org.xhtmlrenderer.pdf.PDFEncryption.class
org.xhtmlrenderer.pdf.DocumentSplitter$Namespace.class
org.xhtmlrenderer.pdf.CheckboxFormField.class
org.xhtmlrenderer.pdf.ITextRenderer.class
org.xhtmlrenderer.pdf.ITextOutputDevice$1.class
org.xhtmlrenderer.pdf.ITextReplacedElementFactory.class
org.xhtmlrenderer.pdf.DOMUtil.class
org.xhtmlrenderer.pdf.ITextFSFontMetrics.class
org.xhtmlrenderer.pdf.DocumentSplitter$ProcessingInstruction.class
org.xhtmlrenderer.pdf.TextFormField.class
org.xhtmlrenderer.pdf.SAXEventRecorder$Event.class
org.xhtmlrenderer.pdf.AbstractFormField.class
org.xhtmlrenderer.pdf.ITextUserAgent.class
org.xhtmlrenderer.pdf.ITextTextRenderer.class
org.xhtmlrenderer.pdf.SAXEventRecorder$7.class
org.xhtmlrenderer.pdf.SelectFormField$Option.class
org.xhtmlrenderer.pdf.ITextImageElement.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily$1.class
org.xhtmlrenderer.pdf.SAXEventRecorder$4.class
org.xhtmlrenderer.pdf.SAXEventRecorder$6.class
org.xhtmlrenderer.pdf.ITextFSImage.class
org.xhtmlrenderer.pdf.SAXEventRecorder$3.class
org.xhtmlrenderer.pdf.SAXEventRecorder$1.class
org.xhtmlrenderer.pdf.PagePosition.class
org.xhtmlrenderer.pdf.SelectFormField$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
itext-2.1.7.jar
/com.lowagie/itext/2.1.7
查看itext所有版本文件
flying-saucer-core-${project.version}.jar
/org.xhtmlrenderer/flying-saucer-core/${project.version}
查看flying-saucer-core所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
|