{
  "authors": [
    "Gautier de Montmollin"
  ],
  "depends-on": [
    {
      "gid": ">=9.0.0"
    }
  ],
  "description": "Portable package for producing dynamically PDF documents",
  "executables": [
    "pdf_out_demo",
    "koch_curve",
    "sierpinski_arrowhead_curve"
  ],
  "gpr-externals": {
    "PDF_Build_Mode": [
      "Debug",
      "Fast"
    ]
  },
  "licenses": "MIT",
  "long-description": "\n**PDF_Out** is an Ada package for producing easily and automatically PDF files, from an Ada program, with text, vector graphics and raster graphics.\n\n![Ada PDF Screenshot](https://apdf.sourceforge.io/pw_ari_parcel_m.png \"Screenshot of a page produced by PDF_Out\")\n\n* Ideal for the dynamic production of reports, invoices, tickets, charts, maps etc.\n* Vector graphics\n* Inclusion of JPEG images\n* Object oriented\n* Task safe\n* Endian-neutral\n* Multi-platform, but native code build\n* Standalone (no dependency on other libraires, bindings, etc.; no extra component needed for running)\n* Unconditionally portable code: OS-, CPU-, compiler- independent code\n* Pure Ada 2012: this package can be used in projects in Ada 2012 and later language versions\n* Free, open-source \n\nThe creation of a PDF file is as simple as this small procedure:\n\n```ada\nwith PDF_Out;\n\nprocedure Small_Demo is\n  pdf : PDF_Out.PDF_Out_File;\nbegin\n  pdf.Create (\"small.pdf\");\n  pdf.Put_Line (\"This is a very small demo for PDF_Out...\");\n  pdf.Close;\nend Small_Demo;\n```\n\n",
  "maintainers": [
    "gdemont@hotmail.com"
  ],
  "maintainers-logins": [
    "zertovitch",
    "Fabien-Chouteau"
  ],
  "name": "apdf",
  "origin": {
    "hashes": [
      "sha512:11c5d525f3e77d88f673dc8921af4304f33188c0ca54c3ab3da3013212d48027019f31b935933aeaad8d40ead76a3711f8ed491810e63f546e1f550e15cfb7ea"
    ],
    "url": "https://sourceforge.net/projects/apdf/files/apdf_007.zip"
  },
  "project-files": [
    "pdf_out_gnat_w_gid.gpr"
  ],
  "tags": [
    "pdf",
    "adobe"
  ],
  "version": "7.0.0",
  "website": "https://apdf.sourceforge.io/"
}
