sciss / pdflitz   1.5.0

Contributors Wanted GNU Affero General Public License v3.0 GitHub

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

Scala versions: 3.x 2.13 2.12 2.11 2.10

PDFlitz

Build Status Maven Central

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 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