tclhpdf(n) 0.1.0 "Tcl interface for Haru Free PDF library"

NAME

tclhpdf - Tcl interface for Haru Free PDF library

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    EXAMPLE
    REFERENCE
    SEE ALSO
    KEYWORDS
    COPYRIGHT

SYNOPSIS

package require Tcl 8.4
package require Hpdf ?2.3?

COMMANDS
::hpdf::new
::hpdf::free hpdfDocObj
::hpdf::getVersion

DESCRIPTION

This package is a interface for Haru Free PDF library. It allows you to make PDF documents by tcl language.

COMMANDS

::hpdf::new
return a new hpdf doc object.

::hpdf::free hpdfDocObj
free a hpdf doc object and all child objects of the doc object.

::hpdf::getVersion
get the Haru Free PDF Library version. not a version of tclhpdf.

EXAMPLE

see demo files and tests.

REFERENCE

SEE ALSO

tclhpdf, tclhpdfAnnotation, tclhpdfDescription, tclhpdfDoc, tclhpdfEncoder, tclhpdfExtGState, tclhpdfFont, tclhpdfImage, tclhpdfOutline, tclhpdfPage

KEYWORDS

pdf

COPYRIGHT

Copyright © 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp>
Copyright © 2007 OHTSUKA, yoshio <ohtsuka.yoshio@gmail.com>