| Chapter 1 | Introduction
|
Contains a list of features, system requirements, and description
of the expiration mechanism.
|
| Chapter 2 |
Object Model Overview
|
Describes main objects such as PdfManager, PdfDocument and
PdfPage, and their relationships. Also contains a detailed description of
the PdfParam object.
|
| Chapter 3 |
Your First AspPDF Application
|
Describes a simple "Hello World!" application. Also discusses
document saving options (to disk, memory and HTTP stream).
|
| Chapter 4 |
Drawing
|
Describes the PdfCanvas object and its drawing
methods.
|
| Chapter 5 |
Image and Graphics Objects
|
Describes usage of external images, transparencies and graphics objects.
|
| Chapter 6 |
Text and Fonts
|
Describes text-drawing methods and font management.
|
| Chapter 7 |
Tables
|
Describes AspPDF's table support, demonstrates
tabular report generation.
|
| Chapter 8 |
Security
|
Contains PDF security overview, describes the Encrypt and Sign methods.
|
| Chapter 9 |
Working with Existing PDFs
|
Describes text extraction, template fill-in, other document modifications,
using PDF pages as templates.
|
| Chapter 10 |
Interactive Features
|
Discusses actions, destination, annotations and outlines.
|
| Chapter 11 |
Form Creation
|
Describes interactive forms and form fields such as text boxes,
checkboxes, pushbuttons, etc.
|
| Chapter 11a |
Existing Form Fill-in
|
Demonstrates how AspPDF can be used to fill existing interactive forms programmatically.
|
| Chapter 12 |
Miscellaneous Features
|
Barcodes, document stitching, metadata, PDF/A.
|
| Chapter 13 |
HTML to PDF Conversion
|
Describes the usage of the ImportFromUrl method.
|
| Chapter 14 |
PDF to Image Conversion
|
Describes the PdfPreview object and its usage. Also describes document printing
and structured text extraction.
|
| Chapter 15 |
Color Spaces, Patterns and Shadings
|
Describes the PdfColorSpace and PdfFunction objects, and also patterns and shadings.
|
| Chapter 16 |
IE-based HTML-to-PDF Conversion
|
Describes HTML-to-PDF conversion based on the Internet Explorer rendering engine.
|
| Chapter 17 |
Transparency
|
Describes AspPDF's support for the PDF transparency model.
|
| Appendix A |
Pre-defined Color Names
|
Contains a table of pre-defined color names.
|
| Appendix B |
Special Font Tables
|
Contains Symbol and ZapfDingbats glyphs and their respective numeric codes.
|