Deuterium is a cross-platform library for professional output creation.

You can use Deuterium to easily create documents in various output formats (like PDF, PNG, HTML, etc.) just using a few lines of code.

What is Deuterium?

Deuterium verwendet eine leistungsstarke Rendering- Engine, um dynamische Dokumente mit fortschrittlichen Rendering-Techniken zu erstellen (einschließlich intelligenter Witwen- und Waisensteuerung, automatischer Silbentrennung, Kerning und mehr).

				
					import { Document } from "ts-d2";

const pdf = new Document(
  "Hello World!"
).convertToPDF();

				
			

The library enables you to create documents in the following output formats

  • PDF
  • HTML
  • PNG
  • BMP
  • PostScript

When does it start?

Come back soon for our open repository on Github and other platforms. 

Deuterium wird von neeyo im Bereich Output-Erstellung und Output-Management – ​​entwickelt und betreut.

Usage and Licensing

Deuterium is an Open Source library, licensed under the MIT license. It requires a Deuterium server, which processes the rendering. Find out more about hosting your own Deuterium server.