Adobe FRAMEMAKER 6.0 Manual page 152

Mif reference
Table of Contents

Advertisement

Syntax
<PDFBookInfo
<Key string>
<Value string>
...
>
View only book statements
In versions 6.0 and later, a book can be View Only. The following statements indicate whether the book is
View Only, and how to display the book window when it is View Only.
Syntax
<BViewOnly boolean>
<BViewOnlyWinBorders boolean>
<BViewOnlyWinMenubar boolean>
<BViewOnlyPopup boolean>
<BViewOnlyNoOp 0xnnn>
BDisplayText statement
The BDisplayText statement defines the the type of text to display in the book window next to the book
component icons. It can appear anywhere in the file but normally appears just after the book's View Only
statements.
Specifies the information that appears in the Document Info dic-
tionary when you save the book as PDF
Each Document Info entry consists of one Key statement fol-
lowed by at least one Value statement.
A string of up to 255 ASCII characters that represents the name
of a Document Info field; in PDF the name of a Document Info
field must be 126 characters or less.
Represent non-printable characters via #HH, where # identifies a
hexadecimal representation of a character, and HH is the hexa-
decimal value for the character. For example, use #23 to repre-
sent the "#" character. Zero-value hex -codes (#00) are illegal.
For more information, see "PDF Document Info" on page 99.
A string of up to 255 ASCII characters that represents the value
of a Document Info field; because a single MIF string contains no
more than 255 ASCII characters, you can use more than one
Value statement for a given Key
A Value can include Unicode characters; represent Unicode char-
acters via &#xHHHH;, where &#x opens the character code, the
";" character closes the character code, and HHHH are as many
hexadecimal values as are required to represent the character.
For more information, see "PDF Document Info" on page 99.
You can repeat paired groupings of Key and Value statements
End of PDFBookInfo statement
Yes specifies View Only book (locked)
No suppresses display of scroll bars and border buttons in book
window of View Only book
No suppresses display of book window menu bar in View Only
book ( Unix only)
No suppresses display of book context menus in View Only book
Disables a command in a View Only document; command is
specified by hex function code (see page 59)
ADOBE FRAMEMAKER 6.0
152
MIF Book File Statements

Advertisement

Table of Contents
loading

Table of Contents