An open API service indexing awesome lists of open source software.

https://github.com/sciss/pdflitz

A simple action to export GUI components as PDF files. Mirror of https://codeberg.org/sciss/PDFlitz
https://github.com/sciss/pdflitz

java2d pdf

Last synced: 3 months ago
JSON representation

A simple action to export GUI components as PDF files. Mirror of https://codeberg.org/sciss/PDFlitz

Awesome Lists containing this project

README

        

# PDFlitz

[![Build Status](https://github.com/Sciss/PDFlitz/workflows/Scala%20CI/badge.svg?branch=main)](https://github.com/Sciss/PDFlitz/actions?query=workflow%3A%22Scala+CI%22)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.sciss/pdflitz_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.sciss/pdflitz_2.13)

## statement

PDFlitz is a small glue code to the iTextPDF library, allowing the export of any Java or Scala Swing component as PDF file. It is (C)opyright 2013–2021 by Hanns Holger Rutz. All rights reserved. PDFlitz is released under the [GNU Affero General Public License](https://raw.github.com/Sciss/PDFlitz/main/LICENSE) v3+ and comes with absolutely no warranties. To contact the author, send an e-mail to `contact at sciss.de`.

## requirements / installation

The project builds with sbt against Scala 2.13, 2.12, Dotty. The last version to support Scala 2.11 was 1.4.1.

To use the library in your project:

"de.sciss" %% "pdflitz" % v

The current version `v` is `"1.5.0"`

## getting started

A simple demo can be run through `sbt test:run`.

## notes

- as of v1.2.1, we use `onlyShapes = true` which means that text is always rendered as glyph vectors. That way we do not have to deal with font mapping. The disadvantage is that text is not editable in the resulting PDF. A future version may provide font mapping and an option to disable `onlyShapes`