37
activePDF Toolkit <<Lite>><<Standard>><<Professional>> Edition
Text2PDF Extra Parameters
The Text2PDF subobject uses additional parameters and instructions for defining additional items or
inserting a page break. For additional information, refer to the following sections:
• Input Stream Extras
• Inserting a Page Break
Input Stream Extras
You can define additional items such as annotations in the Input Stream. These are defined on a line
by themselves.
Item
Description
.action o file.pdf
This will generate a link to open a specified PDF file.
This will generate a launch link to a specified program (.exe).
.stream rawpdfstream
This will insert a specified PDF stream into the file.
.line+n
This will add n lines to the line counter. You can use this when
.stream changes the internal line counter.
.line=n
This sets the internal line counter to n. You can use this when
.stream changes the internal line counter.
This will subtract n lines from the line counter. You can use
this when .stream changes the internal line.
.bs n
This line changes the current box style to n, where n is defined
by the AnnotBoxStyle property.
.action program.exe
.line-n
Inserting a Page Break
You can Insert a char(12) (form feed) into the stream after a carriage return/LF combination.
Method
The Text2PDF subobject contains the Convert method.
aptk4b 21705
Copyright 2005, activePDF, Inc. All Rights Reserved.
<<page#>>Insert
last