social.anoxinon.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Die offizielle Mastodon Instanz des Vereins Anoxinon e.V.

Serverstatistik:

1,1 Tsd.
aktive Profile

I build a small application for generating nice #PDF files in a simple way using #java. It is my first project on @Codeberg. I hope to remove the serialization stuff in there and replace it with XML so that other languages can generate PDF's just as easy. codeberg.org/ivolimmen/docgen

Codeberg.orgdocgenJava application for easier PDF document generation
Codeberg.org

@ivolimmen Can you show one of the account managers an example of a PDF file? I am intrigued. ^-^ ~n

@Codeberg you can make any document as long as you use Java. The api is very straightforward and simple but very powerful.

@Codeberg you create a document object and add paragraphs and headers, tables and other semantic objects. Adding a different font is still an issue but it is possible but I need to add some documentation on how to do that.