Examples
font_demo.c
line_demo.c
line_demo.c is a program which shows various
line graphics.
- show source code
- show source code(ruby)
- show source code(Delphi/Free Pascal)
- show source code(c#)
- show pdf
text_demo.c
text_demo2.c
png_demo,
jpeg_demo, raw_image_demo
These demo programs explain how to load a
picture.
png_demo
jpeg_demo
raw_image_demo
png_demo
jpeg_demo
raw_image_demo
encoding_list.c
encryption.c, permission.c
These programs describe how to create an
encrypted pdf file.
encryption.c
encryption.c
- show source code
- show source code(ruby)
- show pdf (The user password
is "user")
arc_demo.c
arc_demo is a program which shows how to use arc
and circle functions.
ttfont_demo.c
ttfont_demo shows how to load and use TrueType
font.
This program uses the font named Penguin Attack written by Dustin Norlander(http://www.dustismo.com/)
This program uses the font named Penguin Attack written by Dustin Norlander(http://www.dustismo.com/)
text_annotation.c,
link_annotation.c
These programs describe the way of using text,
link and web-link annotations.
text_annotation.c
link_annotation.c
text_annotation.c
link_annotation.c
outline_demo.c
jpfont_demo.c
jpfont_demo shows how to create a pdf-file which
uses japanese font.
- show source code
- show source code(ruby)
- show source code(c#)
- show pdf files (Asian
Font Pack is required to display this pdf-file.)
image_demo.c
character_map.c
charactor_map is a program to create the list of
characters for multibyte encodings.
Usage of this program is "character_map <encoding-name> <font-name>".
For example, type as follows to create list for Korean of KSCms-UHC-HW-H encoding.
./character_map KSCms-UHC-HW-H BatangChe
Usage of this program is "character_map <encoding-name> <font-name>".
For example, type as follows to create list for Korean of KSCms-UHC-HW-H encoding.
./character_map KSCms-UHC-HW-H BatangChe
grid_sheet.c
grid_sheet is a program which uses to design a
report. A positioning works becomes easy by overlaying
a page with this grid sheet (See text_demo2.c).