diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-15 23:18:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-15 23:18:00 +0800 |
commit | 5deb135cdfd801c25e047f9ee30ee85ab23eecf6 (patch) | |
tree | c5c349ef5107b58db326431d66adb3a0732789f1 /print/libharu/pkg-descr | |
parent | e83fe84a25e5d3c92ab2781549317593ed18fa80 (diff) | |
download | freebsd-ports-gnome-5deb135cdfd801c25e047f9ee30ee85ab23eecf6.tar.gz freebsd-ports-gnome-5deb135cdfd801c25e047f9ee30ee85ab23eecf6.tar.zst freebsd-ports-gnome-5deb135cdfd801c25e047f9ee30ee85ab23eecf6.zip |
add libharu 2.0.8
Haru Free PDF Library
Diffstat (limited to 'print/libharu/pkg-descr')
-rw-r--r-- | print/libharu/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/libharu/pkg-descr b/print/libharu/pkg-descr new file mode 100644 index 000000000000..dbe9627e448b --- /dev/null +++ b/print/libharu/pkg-descr @@ -0,0 +1,15 @@ +HARU is a free, cross platform, open-sourced software library for generating +PDF. It supports the following features. + 1. Generating PDF files with lines, text, images. + 2. Outline, text annotation, link annotation. + 3. Compressing document with deflate-decode. + 4. Embedding PNG, Jpeg images. + 5. Embedding Type1 font and TrueType font. + 6. Creating encrypted PDF files. + 7. Using various character set (ISO8859-1~16, MSCP1250~8, KOI-8R). + 8. Supporting CJK fonts and encodings. + +You can add the feature of PDF creation by using HARU without understanding +complicated internal structure of PDF. + +WWW: http://libharu.sourceforge.net/ |