Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

LibHaru

From Wikipedia, the free encyclopedia
libHaru
Stable release
2.4.6 / 2026-03-26
Written inANSI C
Operating systemCross-platform
TypeSoftware Library
LicenseZLIB/LIBPNG Licence
Websitelibharu.org
Repository

libHaru is a free, open-source, cross platform library for generating PDF files for applications written in C or C++.[1][2][3] It is not intended for reading and editing existing PDF files.

It supports the following features:

Supporting compilers and programming languages

[edit]

libHaru is written in ANSI C and should compile easily with any compliant C compiler.

It tested in the following environment:

libHaru can be used as a static library or as a dynamic library.

When you use it as static-library, it can be used by C and a C++. But when you use it as shared-library, it can be used by many development languages which support shared library.

libharu provides bindings for programming languages:

References

[edit]
  1. libHaru
  2. libHaru on SourceForge.net
  3. "Open source PDF library for C/C++ application?". Retrieved 2010-01-20.
  4. PocoPDF
  5. Binding for PHP
  6. Binding for PERL
  7. "LuaHPDF - binding for Lua". Archived from the original on 2015-06-26. Retrieved 2015-06-27.
  8. hpdf.js