0% found this document useful (0 votes)
56 views1 page

54 Chapter 4 Exposing PDF Special Capabilities: User Guide

The document is a user guide that outlines how to use various features in PDF documents like forms, links, encryption and interactive elements. It includes chapters on page layout, paragraphs, tables and programming flowables.

Uploaded by

Trogo Bo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views1 page

54 Chapter 4 Exposing PDF Special Capabilities: User Guide

The document is a user guide that outlines how to use various features in PDF documents like forms, links, encryption and interactive elements. It includes chapters on page layout, paragraphs, tables and programming flowables.

Uploaded by

Trogo Bo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

User Guide Table of contents

3.3 Using non-standard Type 1 fonts . . . . . . . . . . . . . . . . . . . . . 48


3.4 Standard Single-Byte Font Encodings . . . . . . . . . . . . . . . . . . 49
3.5 TrueType Font Support . . . . . . . . . . . . . . . . . . . . . . . . . . 51
3.6 Asian Font Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
3.7 RenderPM tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53

Chapter 4 Exposing PDF Special Capabilities 54


4.1 Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
4.2 Links and Destinations . . . . . . . . . . . . . . . . . . . . . . . . . . 54
4.3 Outline Trees . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.4 Page Transition Effects . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.5 Internal File Annotations . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.6 Encryption . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.7 Interactive Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59

Chapter 5 PLATYPUS - Page Layout and Typography Using Scripts 64


5.1 Design Goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
5.2 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
5.3 Flowables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
5.4 Guidelines for flowable positioning . . . . . . . . . . . . . . . . . . . . 66
5.5 Frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
5.6 Documents and Templates . . . . . . . . . . . . . . . . . . . . . . . . 68

Chapter 6 Paragraphs 71
6.1 Using Paragraph Styles . . . . . . . . . . . . . . . . . . . . . . . . . 72
6.2 Paragraph XML Markup Tags . . . . . . . . . . . . . . . . . . . . . . 76
6.3 Intra-paragraph markup . . . . . . . . . . . . . . . . . . . . . . . . . 77
6.4 Bullets and Paragraph Numbering . . . . . . . . . . . . . . . . . . . . 80

Chapter 7 Tables and TableStyles 82


7.1 Table User Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
7.2 TableStyle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
7.3 TableStyle User Methods . . . . . . . . . . . . . . . . . . . . . . . . . 83
7.4 TableStyle Commands . . . . . . . . . . . . . . . . . . . . . . . . . . 83

Chapter 8 Programming Flowables 89


8.1 DocAssign(self, var, expr, life='forever') . . . . . . . . . . . . . . . . . 89
8.2 DocExec(self, stmt, lifetime='forever') . . . . . . . . . . . . . . . . . . 89

Page 3

You might also like