Menu

Haru Free PDF Library / News: Recent posts

libharu development moved

libharu development moved to its new home - http://libharu.org
Please use its facilities for your reports and communication.

Posted by Antony Dovgal 2008-04-22

Haru Free PDF Library 2.0.8 (libharu2) Released

This is a maintenance release of Haru Free PDF Library (libharu2).

This release includes the following changes.

*fixed a problem of HPDF_Circle() that causes buffer overflow.
*added HPDF_Ellipse().

Posted by takeshi kanno 2006-11-25

Haru Free PDF Library 2.0.5 (libharu2) Released

This is a maintenance release of Haru Free PDF Library (libharu2).

This release includes the following changes.

*fixed a bug that an image which loaded by HPDF_LoadRawImageFromFile() or
HPDF_LoadRawImageFromMem() is not compressed.
*Added C# interface.
*Added viewer-preference feature.
*fixed a bug that HPDF_SetPassword does not raise error when NULL string set
to owner-password.
*fixed a bug that causes program crash when using interlaced PNG images.... read more

Posted by takeshi kanno 2006-09-16

Haru Free PDF Library 2.0.4 (libharu2) Released

This is a maintenance release of Haru Free PDF Library (libharu2).

This release includes the following changes.

*Fixed the bug of the TrueType font feature related to composit glyph.

Posted by takeshi kanno 2006-08-31

Haru Free PDF Library 2.0.3 (libharu2) Released

This is a maintenance release of Haru Free PDF Library (libharu2).

This release includes the following changes.

*fixed a bug that HPDF_Page_TextRect() always returns
HPDF_PAGE_INSUFFICIENT_SPACE.
*added delayed loading function for a png image (HPDF_LoadPngImageFromFile2).
*change HPDF_SaveToStream function.
*correct hpdf_ttfontdef.c to avoid warning from a compiler.

Posted by takeshi kanno 2006-08-21

Haru Free PDF Library 2.0.2 (libharu2) Released

This is a maintenance release of Haru Free PDF Library (libharu2).

This release includes the following changes.

*fixed a bug that HPDF_TextRect() does not work correctly when using CID fonts.
version 2.0.2 (2006-08-07)
*modified HPDF_Page_ShowTextNextLine() to invoking
HPDF_Page_MoveToNextLine() if it is invoked with
null or zero-length text.
*fixed a bug in which HPDF_Page_MeasureText()
returns wrong value when using CID fonts.
*changed the feature of HPDF_Page_MeasureText().
*added Japanese word wrap feature to
HPDF_Page_MeasureText() and HPDF_Page_TextRect().
*fixed typos of HPDF_PageLayout values.
*modified options of makefile for BCC32 to
multi-thread.
*rebuild libz.a, libpng.a for BCC32 with -WM option.

Posted by takeshi kanno 2006-08-11

Haru Free PDF Library 2.0.1 (libharu2) Released

This is a maintenance release of Haru Free PDF Library (libharu2).

This release includes the following changes.

*fixed a bug that HPDF_TextRect() does not work correctly when using CID fonts.

*added HPDF_Font_GetAscent(), HPDF_Font_GetDescent(), HPDF_Font_GetXHeight() and HPDF_Font_GetCapHeight().

Posted by takeshi kanno 2006-07-29

Haru Free PDF Library 2.0.0 (libharu2) Released

Haru is a free, cross platform, open-sourced software library for generating PDF written in ANSI-C.
The biggest difference between new version and previous version is that all C++ code was rewritten in C.
To our regret, since internal structures changed greatly, the API is not compatible with previous version. But the new-version has the following advantages compared with the previous version.

Supported shared-library build.
A new-version library is able to be built as shared-library (.so, .dll). It can be used in other programing languages.... read more

Posted by takeshi kanno 2006-07-24