PDF_Out is an Ada package for producing easily and automatically PDF files, with text, vector graphics, and imported images (JPEG).
With PDF_Out, you can produce automatically reports, invoices, tickets, labels, delivery notes, charts, maps etc. from your Ada program.
The Ada PDF Writer is free and open-source, fully programmed in Ada.
Home page: https://apdf.sourceforge.io/
Sources, site #1: Ada PDF Writer download | SourceForge.net
Sources, site #2: GitHub - zertovitch/ada-pdf-writer: Ada PDF Writer: a standalone, portable package for producing dynamically PDF documents
Alire Crate: Alire - Apdf
Changes in this release:
- Added Bounding_Box method for texts written with standard fonts.
It allows for predicting the room each chunk of text will require on the page.
Further development of that could be to output a text on multiple lines within a rectangle, with hyphenation, flexible spacing, …
Enjoy!
Gautier