CSSBoxPdf

PDF renderer for the CSSBox rendering engine.

License

License

Categories

Categories

Net PDF Data
GroupId

GroupId

net.sf.cssbox
ArtifactId

ArtifactId

cssbox-pdf
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

CSSBoxPdf
PDF renderer for the CSSBox rendering engine.
Project URL

Project URL

http://cssbox.sourceforge.net/
Source Code Management

Source Code Management

https://github.com/radkovo/CSSBoxPdf

Download cssbox-pdf

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.cssbox/cssbox-pdf/ -->
<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>cssbox-pdf</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cssbox/cssbox-pdf/
implementation 'net.sf.cssbox:cssbox-pdf:1.0'
// https://jarcasting.com/artifacts/net.sf.cssbox/cssbox-pdf/
implementation ("net.sf.cssbox:cssbox-pdf:1.0")
'net.sf.cssbox:cssbox-pdf:jar:1.0'
<dependency org="net.sf.cssbox" name="cssbox-pdf" rev="1.0">
  <artifact name="cssbox-pdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cssbox', module='cssbox-pdf', version='1.0')
)
libraryDependencies += "net.sf.cssbox" % "cssbox-pdf" % "1.0"
[net.sf.cssbox/cssbox-pdf "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sf.cssbox : cssbox jar 4.16
org.apache.pdfbox : pdfbox jar 2.0.17

Project Modules

There are no modules declared in this project.

CSSBoxPdf

PDF output renderer for the CSSBox rendering engine.

(c) 2015 Zbynek Cervinka
(c) 2019 Radek Burget

This package adds a PDF output support to CSSBox. It implements an additional renderer that produces a PDF document. The PDF generation is based on the the Apache PDFBox™ library.

See the demo source package for the examples of PDF ouptut generation from CSSBox. Alternatively, the CSSBoxSvg renderer may be used for producing the SVG output.

See the WebVector project If you are looking for a GUI or command line interface for HTML to PDF, SVG or PNG document conversion.

Versions

Version
1.0