SYNTAX
Set the text at position
@
<Row> , <Col> HPDFPRINT [ DATA ] <cText>
[ FONT> <cFontName> ]
[ SIZE> <nFontSize> ]
[ BOLD ]
[ ITALIC ]
[ UNDERLINE ]
[ STRIKEOUT ]
[ COLOR <aColor> ]
[ CENTER | RIGHT ]
[ ANGLE <nAngle> ]
Print the text inside the specified region
@ <Row> , <Col> HPDFPRINT [ DATA ]
<cText>
TO <ToRow> , <ToCol>
FONT <cFontName> ]
SIZE <nFontSize> ]
BOLD ]
ITALIC ]
UNDERLINE ]
STRIKEOUT ]
COLOR <aColor> ]
CENTER | RIGHT | JUSTIFY ]
[ ANGLE <nAngle> ]
Show image at the page
@ <nRow> , <nCol> HPDFPRINT
IMAGE <cImage>
WIDTH <nWidth>
HEIGHT <nheight>
[ STRETCH> ]
Draw a line from the point to the specified point
@ <Row> , <Col> HPDFPRINT
LINE TO <ToRow> , <ToCol>
[ PENWIDTH <Width> ]
[ COLOR <aColor> ]
Draw a rectangle from the point to the specified point
@ <Row> , <Col> HPDFPRINT
RECTANGLE TO <ToRow> , <ToCol>
[ PENWIDTH> <Width> ]
[ COLOR <aColor> ]
[ FILLED> ]
Draw rouded rectangle from the point to the specified point
@ <Row> , <Col>
HPDFPRINT RECTANGLE TO <ToRow> , <ToCol>
[ PENWIDTH <Width> ]
[ COLOR <aColor> ]
[ FILLED ]
ROUNDED
[ CURVE <nCurve> ]
Draw a circle with radius at the specified point
@ <Row> , <Col> HPDFPRINT
CIRCLE RADIUS <nRadius>
[ PENWIDTH <Width> ]
[ COLOR <aColor> ]
[ FILLED> ]
Draw an ellipse with horizontal and vertical radius at the specified point
@ <Row> , <Col> HPDFPRINT
ELLIPSE HORIZONTAL RADIUS <nHRadius>
VERTICAL RADIUS <nVRadius>
[ PENWIDTH <Width> ]
[ COLOR <aColor> ]
[ FILLED ];
Draw an arc with radius an angle at the specified point
@ <Row> , <Col> HPDFPRINT
ARC RADIUS <nRadius>
ANGLE FROM <nFromAngle>
TO <nToAngle>
[ PENWIDTH <Width> ]
[ COLOR <aColor> ]
Draw a curve from the point to the specified point
@ <Row> , <Col> HPDFPRINT
CURVE FROM <nFromRow>, <nFromCol>
TO <ToRow> , <ToCol>
[ PENWIDTH <Width> ]
[ <lcolor : COLOR> <aColor> ]
Set a page link on the specified point
@ <Row> , <Col> HPDFPAGELINK <cLink> TO <nPage>
[ FONT <cFontName> ]
[ SIZE <nFontSize> ]
[ COLOR <aColor> ]
[ CENTER | RIGHT | JUSTIFY ]
[ BORDER> ]
[ WIDTH <nwidth> ]
Set a URL link on the specified point
@ <Row> , <Col> HPDFURLLINK <cTitle> TO <cLink>
[ FONT <cFontName> ]
[ SIZE <nFontSize> ]
[ COLOR <aColor> ]
[ CENTER | RIGHT | JUSTIFY> ]
Print commands:
@ <Row>, <Col> HPDFPRINT
SKEW <cText> ...
@ <Row>, <Col> HPDFPRINT
SCALE <cText> ...
@ <Row>, <Col> HPDFPRINT
RENDER <cText> ...
@ <Row>, <Col> HPDFPRINT
CIRCLED TEXT <cText> ...