PDF_Out is an Ada package for producing easily and automatically PDF files, from an Ada program, with text, vector graphics and raster graphics.


The creation of a PDF file is as simple as this small procedure:
with PDF_Out;
procedure Small_Demo is
pdf : PDF_Out.PDF_Out_File;
begin
pdf.Create ("small.pdf");
pdf.Put_Line ("This is a very small demo for PDF_Out...");
pdf.Close;
end Small_Demo;Globally install this crate:
alr install apdfAdd to your project:
alr with apdfDependencies: 1
Dependents: 1
Versions: 5
>=13.0.1