Download flying-saucer-pdf-9.0.7.jar file

Introduction

You can download flying-saucer-pdf-9.0.7.jar in this page.

License

GNU Lesser General Public License (LGPL), version 2.1 or later

Type List

flying-saucer-pdf-9.0.7.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf/pom.properties
META-INF/maven/org.xhtmlrenderer/flying-saucer-pdf/pom.xml
org.xhtmlrenderer.pdf.AbstractFormField.class
org.xhtmlrenderer.pdf.BookmarkElement.class
org.xhtmlrenderer.pdf.CheckboxFormField.class
org.xhtmlrenderer.pdf.DOMUtil.class
org.xhtmlrenderer.pdf.DefaultPDFCreationListener.class
org.xhtmlrenderer.pdf.DocumentSplitter.class
org.xhtmlrenderer.pdf.EmptyReplacedElement.class
org.xhtmlrenderer.pdf.ITextFSFont.class
org.xhtmlrenderer.pdf.ITextFSFontMetrics.class
org.xhtmlrenderer.pdf.ITextFSImage.class
org.xhtmlrenderer.pdf.ITextFontContext.class
org.xhtmlrenderer.pdf.ITextFontResolver.class
org.xhtmlrenderer.pdf.ITextImageElement.class
org.xhtmlrenderer.pdf.ITextOutputDevice.class
org.xhtmlrenderer.pdf.ITextRenderer.class
org.xhtmlrenderer.pdf.ITextReplacedElement.class
org.xhtmlrenderer.pdf.ITextReplacedElementFactory.class
org.xhtmlrenderer.pdf.ITextTextRenderer.class
org.xhtmlrenderer.pdf.ITextUserAgent.class
org.xhtmlrenderer.pdf.PDFAsImage.class
org.xhtmlrenderer.pdf.PDFCreationListener.class
org.xhtmlrenderer.pdf.PDFEncryption.class
org.xhtmlrenderer.pdf.PagePosition.class
org.xhtmlrenderer.pdf.RadioButtonFormField.class
org.xhtmlrenderer.pdf.SAXEventRecorder.class
org.xhtmlrenderer.pdf.SelectFormField.class
org.xhtmlrenderer.pdf.SplitterTest.class
org.xhtmlrenderer.pdf.TextAreaFormField.class
org.xhtmlrenderer.pdf.TextFormField.class
org.xhtmlrenderer.pdf.ToPDF.class
org.xhtmlrenderer.pdf.TrueTypeUtil.class
org.xhtmlrenderer.pdf.util.XHtmlMetaToPdfInfoAdapter.class
org.xhtmlrenderer.simple.PDFRenderer.class

Pom

flying-saucer-pdf-9.0.7.pom file content.

<?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.7</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>

POM Entry

<dependency>
   <groupId>org.xhtmlrenderer</groupId>
   <artifactId>flying-saucer-pdf</artifactId>
   <version>9.0.7</version>
</dependency>

Download

If you think the following flying-saucer-pdf-9.0.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download flying-saucer-pdf-9.0.7.jar file




PreviousNext

Related