组织ID: |
org.xhtmlrenderer |
项目ID: |
flying-saucer-pdf |
版本: |
9.0.0 |
最后修改时间: |
2018-09-03 11:46:20 |
包类型: |
jar |
标题: |
Flying Saucer PDF Rendering |
描述: |
Flying Saucer is a CSS 2.1 renderer written in Java. This artifact supports PDF output. |
大小: |
99.79KB |
|
Maven引入代码: |
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-pdf</artifactId>
<version>9.0.0</version>
</dependency>
|
Gradle引入代码: |
org.xhtmlrenderer:flying-saucer-pdf:9.0.0
|
下载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.0.0</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>
<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>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.xhtmlrenderer.simple.PDFRenderer.class
org.xhtmlrenderer.pdf.DocumentSplitter$ProcessingInstruction.class
org.xhtmlrenderer.pdf.EmptyReplacedElement.class
org.xhtmlrenderer.pdf.TrueTypeUtil.class
org.xhtmlrenderer.pdf.RadioButtonFormField.class
org.xhtmlrenderer.pdf.ITextOutputDevice.class
org.xhtmlrenderer.pdf.SelectFormField.class
org.xhtmlrenderer.pdf.SplitterTest$1.class
org.xhtmlrenderer.pdf.DefaultPDFCreationListener.class
org.xhtmlrenderer.pdf.ITextFontContext.class
org.xhtmlrenderer.pdf.DocumentSplitter$Namespace.class
org.xhtmlrenderer.pdf.SAXEventRecorder$2.class
org.xhtmlrenderer.pdf.ITextReplacedElement.class
org.xhtmlrenderer.pdf.SAXEventRecorder$7.class
org.xhtmlrenderer.pdf.TextAreaFormField.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily$1.class
org.xhtmlrenderer.pdf.SAXEventRecorder$4.class
org.xhtmlrenderer.pdf.PagePosition.class
org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope.class
org.xhtmlrenderer.pdf.ITextRenderer$1.class
org.xhtmlrenderer.pdf.SAXEventRecorder$3.class
org.xhtmlrenderer.pdf.SAXEventRecorder$10.class
org.xhtmlrenderer.pdf.PDFEncryption.class
org.xhtmlrenderer.pdf.ITextRenderer$NullUserInterface.class
org.xhtmlrenderer.pdf.DOMUtil.class
org.xhtmlrenderer.pdf.SAXEventRecorder$8.class
org.xhtmlrenderer.pdf.SAXEventRecorder$1.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription.class
org.xhtmlrenderer.pdf.SelectFormField$1.class
org.xhtmlrenderer.pdf.ITextFontResolver$1.class
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark.class
org.xhtmlrenderer.pdf.SAXEventRecorder$9.class
org.xhtmlrenderer.pdf.util.XHtmlMetaToPdfInfoAdapter.class
org.xhtmlrenderer.pdf.DocumentSplitter.class
org.xhtmlrenderer.pdf.SAXEventRecorder$5.class
org.xhtmlrenderer.pdf.ITextOutputDevice$1.class
org.xhtmlrenderer.pdf.CheckboxFormField.class
org.xhtmlrenderer.pdf.ITextReplacedElementFactory.class
org.xhtmlrenderer.pdf.PDFAsImage.class
org.xhtmlrenderer.pdf.AbstractFormField.class
org.xhtmlrenderer.pdf.SplitterTest.class
org.xhtmlrenderer.pdf.ITextTextRenderer.class
org.xhtmlrenderer.pdf.ITextFSFontMetrics.class
org.xhtmlrenderer.pdf.ToPDF.class
org.xhtmlrenderer.pdf.SAXEventRecorder$Event.class
org.xhtmlrenderer.pdf.ITextImageElement.class
org.xhtmlrenderer.pdf.BookmarkElement.class
org.xhtmlrenderer.pdf.SelectFormField$Option.class
org.xhtmlrenderer.pdf.ITextFSFont.class
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily.class
org.xhtmlrenderer.pdf.ITextRenderer.class
org.xhtmlrenderer.pdf.SAXEventRecorder$6.class
org.xhtmlrenderer.pdf.ITextFontResolver.class
org.xhtmlrenderer.pdf.ITextFSImage.class
org.xhtmlrenderer.pdf.ITextUserAgent.class
org.xhtmlrenderer.pdf.PDFCreationListener.class
org.xhtmlrenderer.pdf.TextFormField.class
org.xhtmlrenderer.pdf.SAXEventRecorder.class
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf/pom.xml
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf/pom.properties
|
依赖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所有版本文件
|