Skip to content

Commit

Permalink
add cname and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Jan 14, 2013
1 parent 221e8ce commit bf28ca7
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 96 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libharu.org
194 changes: 98 additions & 96 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>libHaru by libharu</title>
<title>libHaru</title>

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="libHaru free PDF library">
<meta name="keywords" content="libharu, haru, c, hpdf, libhpdf, pdf, generation, pdf generation, pdf creator, open source, opensource, php extension, delphi, php, ruby, free pascal, free basic, c#, perl, bindings">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand All @@ -16,121 +18,121 @@
<div class="wrapper">
<header>
<h1>libHaru</h1>
<p>free PDF library</p>

<p class="view"><a href="https://github.com/libharu/libharu">View the Project on GitHub <small>libharu/libharu</small></a></p>
free PDF library<br>

<a href="https://github.com/libharu/libharu/wiki">Documentation</a><br>
<a href="https://github.com/libharu/libharu">libHaru on GitHub</small></a><br>

<ul>
<li><a href="https://github.com/libharu/libharu/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/libharu/libharu/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/libharu/libharu">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p><strong>libHaru</strong> is a free, cross platform, open source library for generating PDF files.
At this moment libHaru does not support reading and editing existing PDF files and it's unlikely this support will ever appear.</p>
<section>
<p><strong>libHaru</strong> is a free, cross platform, open source library for generating PDF files.
At this moment libHaru does not support reading and editing existing PDF files and it's unlikely this support will ever appear.</p>

<p>It supports the following features:</p>
<p>It supports the following features:</p>

<ul>
<li>Generating PDF files with lines, text, images.</li>
<li>Outline, text annotation, link annotation.</li>
<li>Compressing document with deflate-decode.</li>
<li>Embedding PNG, Jpeg images.</li>
<li>Embedding Type1 font and TrueType font.</li>
<li>Creating encrypted PDF files.</li>
<li>Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R).</li>
<li>Supporting CJK fonts and encodings.
You can add the feature of PDF creation by using HARU without understanding complicated internal structure of PDF.
libHaru is written in ANSI C, so theoretically it supports most of the modern OSes.</li>
</ul><h2>News</h2>
<ul>
<li>Generating PDF files with lines, text, images.</li>
<li>Outline, text annotation, link annotation.</li>
<li>Compressing document with deflate-decode.</li>
<li>Embedding PNG, Jpeg images.</li>
<li>Embedding Type1 font and TrueType font.</li>
<li>Creating encrypted PDF files.</li>
<li>Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R).</li>
<li>Supporting CJK fonts and encodings.
You can add the feature of PDF creation by using HARU without understanding complicated internal structure of PDF.
libHaru is written in ANSI C, so theoretically it supports most of the modern OSes.</li>
</ul><h2>News</h2>

<h3>libHaru 2.3.0RC2</h3>
<h3>libHaru 2.3.0RC2</h3>

<ul>
<li>Changed package naming, no other changes was done.</li>
</ul><h3>libHaru 2.3.0RC1</h3>
<ul>
<li>Changed package naming, no other changes was done.</li>
</ul><h3>libHaru 2.3.0RC1</h3>

<ul>
<li>Added support for 3dMeasures of subtype PD3 and 3DC, projection annotations, ExData and javascript attached to a U3D model. (Robert Würfel)</li>
<li>Added support for 1- and 2-byte UTF8 codes. (Clayman)</li>
<li>Added full PDF/A1-b support. (Petr Pytelka)</li>
<li>Added support for CCITT compression for B/W images. (Petr Pytelka)</li>
<li>Add support for TwoPageLeft and TwoPageRight layouts. (Vincent Dupont)</li>
<li>Const-ified arrays used in the sources. (Ilkka Lehtoranta)</li>
<li>Fixed build with libpng 1.5.0</li>
<li>Fixed bug in HPDF_GetContents() - isize variable was not initialized. (Vincent Dupont)</li>
<li>Fixed possible endless loop in PNG handling code. (reported by Mathew Waters)</li>
<li>Fixed several issues based on the warnings generated by clang-analyzer. (Daniel Höpfl)</li>
<li>Fixed quite a number of warnings. (Davide Achilli)</li>
<li>Added 'd' postfix to debug build, fixed wrong filename. (Wim Dumon)</li>
<li>Fixed HPDF_Text_Rect() not to split words in some obscure cases.</li>
</ul><h3>libHaru 2.2.1 released</h3>
<ul>
<li>Added support for 3dMeasures of subtype PD3 and 3DC, projection annotations, ExData and javascript attached to a U3D model. (Robert Würfel)</li>
<li>Added support for 1- and 2-byte UTF8 codes. (Clayman)</li>
<li>Added full PDF/A1-b support. (Petr Pytelka)</li>
<li>Added support for CCITT compression for B/W images. (Petr Pytelka)</li>
<li>Add support for TwoPageLeft and TwoPageRight layouts. (Vincent Dupont)</li>
<li>Const-ified arrays used in the sources. (Ilkka Lehtoranta)</li>
<li>Fixed build with libpng 1.5.0</li>
<li>Fixed bug in HPDF_GetContents() - isize variable was not initialized. (Vincent Dupont)</li>
<li>Fixed possible endless loop in PNG handling code. (reported by Mathew Waters)</li>
<li>Fixed several issues based on the warnings generated by clang-analyzer. (Daniel Höpfl)</li>
<li>Fixed quite a number of warnings. (Davide Achilli)</li>
<li>Added 'd' postfix to debug build, fixed wrong filename. (Wim Dumon)</li>
<li>Fixed HPDF_Text_Rect() not to split words in some obscure cases.</li>
</ul><h3>libHaru 2.2.1 released</h3>

<ul>
<li>Added missing typedefs into hpdf.h. (Andrea D'Amore)</li>
<li>Added PrintScaling support.</li>
</ul><h3>libHaru 2.2.0 released</h3>
<ul>
<li>Added missing typedefs into hpdf.h. (Andrea D'Amore)</li>
<li>Added PrintScaling support.</li>
</ul><h3>libHaru 2.2.0 released</h3>

<ul>
<li>Greatly improved U3D support (Nikhil Soman)</li>
<li>Markup Annotations</li>
<li>Free Text Annotations</li>
<li>Line Annotations</li>
<li>Circle and Squre Annotations</li>
<li>Text Markup Annotations</li>
<li>Rubber Stamp Annotations</li>
<li>Popup Annotations</li>
<li>Added VB.Net bindings. (Matt Underwood)</li>
<li>Added CMake build system (experimental). (Werner Smekal)</li>
<li>Added preliminary ICC support. (vbrasseur at gmail dot com)</li>
<li>Added HPDF_Image_AddSMask(). (patch by Adam Blokus)</li>
<li>Added HPDF_LoadPngImageFromMem() and HPDF_LoadJpegImageFromMem(). (patch by Adam Blokus)</li>
<li>Added HPDF_GetContents().</li>
<li>Added HPDF_Page_SetZoom().</li>
<li>Added support for CMYK in HPDF_Image_LoadRawImageFromMem().</li>
<li>Applied a bunch of fixes and improvements from bug report #13.</li>
<li>HPDF_Page_TextRect() corrections and improvements. (Ralf Junker)</li>
<li>Fixed build failure when zlib was not found. (Werner Smekal)</li>
<li>Fixed build with newer libtool versions.</li>
<li>Fixed external build. (thanks to Jeremiah Willcock)</li>
<li>Fixed memleak in HPDF_EmbeddedFile_New(). (Ralf Junker)</li>
<li>Fixed uninitialized fields in HPDF_Type1FontDef_New(). (Ralf Junker)</li>
<li>Fixed issue with grayscale PNG images. (Ralf Junker)</li>
<li>Fixed missing parentheses from empty string object. (Ralf Junker)</li>
<li>Fixed bug #21 (Build fails on Win CE because of errno and errno.h usage).</li>
<li>Fixed bug #18 (Missing compiler flag -fexceptions)</li>
<li>Fixed bug #11 (sqrtf() is missing on Windows).</li>
<li>Fixed bug #10 (missing HPDF_LoadPngImageFromMem from win32/msvc/libhpdf.def).</li>
<li>Fixed bug #7 (HPDF_String_SetValue() is declared twice).</li>
<li>Fixed bug #6 (possible NULL dereference in HPDF_LoadPngImageFromFile2()).</li>
<li>Fixed bug #5 (possible NULL derefernce in HPDF_LoadRawImageFromFile()).</li>
<li>Fixed bug #4 (possible NULL dereference in HPDF_AToI()).</li>
<li>Fixed bug #2 (Ruby binding: hpdf_insert_page has stray printf).</li>
</ul><h3>libHaru 2.1.0 released</h3>
<ul>
<li>Greatly improved U3D support (Nikhil Soman)</li>
<li>Markup Annotations</li>
<li>Free Text Annotations</li>
<li>Line Annotations</li>
<li>Circle and Squre Annotations</li>
<li>Text Markup Annotations</li>
<li>Rubber Stamp Annotations</li>
<li>Popup Annotations</li>
<li>Added VB.Net bindings. (Matt Underwood)</li>
<li>Added CMake build system (experimental). (Werner Smekal)</li>
<li>Added preliminary ICC support. (vbrasseur at gmail dot com)</li>
<li>Added HPDF_Image_AddSMask(). (patch by Adam Blokus)</li>
<li>Added HPDF_LoadPngImageFromMem() and HPDF_LoadJpegImageFromMem(). (patch by Adam Blokus)</li>
<li>Added HPDF_GetContents().</li>
<li>Added HPDF_Page_SetZoom().</li>
<li>Added support for CMYK in HPDF_Image_LoadRawImageFromMem().</li>
<li>Applied a bunch of fixes and improvements from bug report #13.</li>
<li>HPDF_Page_TextRect() corrections and improvements. (Ralf Junker)</li>
<li>Fixed build failure when zlib was not found. (Werner Smekal)</li>
<li>Fixed build with newer libtool versions.</li>
<li>Fixed external build. (thanks to Jeremiah Willcock)</li>
<li>Fixed memleak in HPDF_EmbeddedFile_New(). (Ralf Junker)</li>
<li>Fixed uninitialized fields in HPDF_Type1FontDef_New(). (Ralf Junker)</li>
<li>Fixed issue with grayscale PNG images. (Ralf Junker)</li>
<li>Fixed missing parentheses from empty string object. (Ralf Junker)</li>
<li>Fixed bug #21 (Build fails on Win CE because of errno and errno.h usage).</li>
<li>Fixed bug #18 (Missing compiler flag -fexceptions)</li>
<li>Fixed bug #11 (sqrtf() is missing on Windows).</li>
<li>Fixed bug #10 (missing HPDF_LoadPngImageFromMem from win32/msvc/libhpdf.def).</li>
<li>Fixed bug #7 (HPDF_String_SetValue() is declared twice).</li>
<li>Fixed bug #6 (possible NULL dereference in HPDF_LoadPngImageFromFile2()).</li>
<li>Fixed bug #5 (possible NULL derefernce in HPDF_LoadRawImageFromFile()).</li>
<li>Fixed bug #4 (possible NULL dereference in HPDF_AToI()).</li>
<li>Fixed bug #2 (Ruby binding: hpdf_insert_page has stray printf).</li>
</ul><h3>libHaru 2.1.0 released</h3>

<p>This release includes the following changes:</p>
<p>This release includes the following changes:</p>

<ul>
<li>Initial support for Alpha channel in RGB and palette-based PNG images.</li>
<li>HPDF_GetTTFontDefFromFile() function.</li>
<li>FreeBasic bindings. (Klaus Siebke)</li>
<li>Python bindings. (Li Jun)</li>
<li>U3D support. (Michail Vidiassov)</li>
<li>New build system based on autotools.</li>
<li>The following bugs have been fixed:</li>
<li>Fixed bug #1682456 (NULL dereference in LoadType1FontFromStream()).</li>
<li>Fixed bug #1628096 (NULL pointer may be dereferenced).</li>
<li>Typo in HPdfExtGState() function in C# bindings.</li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/libharu">libharu</a></p>
<ul>
<li>Initial support for Alpha channel in RGB and palette-based PNG images.</li>
<li>HPDF_GetTTFontDefFromFile() function.</li>
<li>FreeBasic bindings. (Klaus Siebke)</li>
<li>Python bindings. (Li Jun)</li>
<li>U3D support. (Michail Vidiassov)</li>
<li>New build system based on autotools.</li>
<li>The following bugs have been fixed:</li>
<li>Fixed bug #1682456 (NULL dereference in LoadType1FontFromStream()).</li>
<li>Fixed bug #1628096 (NULL pointer may be dereferenced).</li>
<li>Typo in HPdfExtGState() function in C# bindings.</li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/libharu">libharu</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>

</body>
</html>
</html>

0 comments on commit bf28ca7

Please sign in to comment.