{
  "authors": [
    "Gautier de Montmollin"
  ],
  "depends-on": [
    {
      "gid": ">=13.0.1"
    }
  ],
  "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_delivery_m.png \"Screenshot of a page produced by PDF_Out\")\n![Ada PDF Screenshot](https://apdf.sourceforge.io/pw_sowebio_m.jpg      \"Screenshot of a report produced by PDF_Out\")\n\n* Ideal for the dynamic production of reports, invoices, tickets, labels, delivery notes, 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* 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:d62bdc1365f387a761de8eca59fbcb1b4757dea39b214592e2c8951edec0dcf826efa6c2b6b581059bf16ce23ba9f1779a9fe0dc0c12d471494a78a907df86db"
    ],
    "url": "https://sourceforge.net/projects/apdf/files/apdf_009.zip"
  },
  "project-files": [
    "pdf_out_project_tree.gpr"
  ],
  "tags": [
    "pdf",
    "adobe",
    "acrobat"
  ],
  "version": "9.0.0",
  "website": "https://github.com/zertovitch/ada-pdf-writer"
}
