r1me / THaruPDF

Object Pascal binding for libharu - open source library for generating PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THaruPDF

Donate

THaruPDF is a Object Pascal binding for libharu - free, open source library for generating PDF files.

libharu binary

THaruPDF uses a modified version of libharu that was compiled with Embarcadero BCC32C C++ Compiler. Modified libharu include multiple patches made by community and its latest build can be found in this repository in bin\libhpdf.dll.

Examples

Tested in Delphi 10.2 Tokyo Starter (32-bit) and Lazarus 1.8 in Windows.

  • examples\delphi-vcl. Main demo in Delphi. 20+ examples of usage. Find source code of them in examples\delphi-vcl\demo\
    delphi-vcl

  • examples\delphi-console. Simple console example: create single page document, write some text and draw an image.

  • examples\lazarus-console. examples\delphi-console but for Lazarus.

License

MIT

About

Object Pascal binding for libharu - open source library for generating PDF files

License:MIT License


Languages

Language:Pascal 94.8%Language:JavaScript 5.2%