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. https://codeberg.org/ivolimmen/docgen
@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.