tclhpdf(6) 0.1.0 "tclhpdf Destination Handler"

NAME

tclhpdf - tclhpdf Destination Handler

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    REFERENCE
    SEE ALSO
    KEYWORDS
    COPYRIGHT

SYNOPSIS

COMMANDS
hpdfDestinationObj setXYZ left top zoom
hpdfDestinationObj setFit
hpdfDestinationObj setFitH top
hpdfDestinationObj setFitV left
hpdfDestinationObj setFitR left bottom right top
hpdfDestinationObj setFitB
hpdfDestinationObj setFitBH top
hpdfDestinationObj setFitBV left

DESCRIPTION

The Destination handler command have subcommands for destination handling.

COMMANDS

hpdfDestinationObj setXYZ left top zoom
setXYZ defines the appearance of a page with three parameters which are left, top and zoom.

left is the left coordinates of the pege. top is the top coordinates of the pege. zoom is the page magnified factor. The value must be between 0.08(8%) to 32(%).

hpdfDestinationObj setFit
setFit sets the appearance of the page to displaying entire page within the window.

hpdfDestinationObj setFitH top
setFitH defines the appearance of a page to magnifying to fit the width of the page within the window and setting the top position of the page to the value of the "top" parameter.

top is the top coordinates of the pege.

hpdfDestinationObj setFitV left
setFitV defines the appearance of a page to magnifying to fit the height of the page within the window and setting the left position of the page to the value of the "top" parameter.

left is the left coordinates of the pege.

hpdfDestinationObj setFitR left bottom right top
setFitR defines the appearance of a page to magnifying the page to fit a rectangle specified by left, bottom, right and top.

left is the left coordinates of the pege. bottom is the bottom coordinates of the pege. right is the right coordinates of the pege. top is the top coordinates of the pege.

hpdfDestinationObj setFitB
setFitB sets the appearance of the page to magnifying to fit the bounding box of the page within the window.

hpdfDestinationObj setFitBH top
setFitBH defines the appearance of a page to magnifying to fit the width of the bounding box of the page within the window and setting the top position of the page to the value of the "top" parameter.

top is the top coordinates of the pege.

hpdfDestinationObj setFitBV left
setFitBV defines the appearance of a page to magnifying to fit the height of the bounding box of the page within the window and setting the top position of the page to the value of the "top" parameter.

left is the left coordinates of the pege.

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>