This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite PDF generator.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Pdf |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Pdf |
Classes
Class | Description | |
---|---|---|
PdfCommandConsumer |
Implements the PDf command consumer.
|
|
PdfCommandFactory |
Creates PDf commands based on web request and configuration data.
|
|
PdfContext |
Provides the context for the execution of pdf commands.
|
|
PdfContext2 |
Provides the context for the execution of pdf commands.
|
|
PdfFilterStream |
Implements the stream for filtering HTML output.
|
|
PdfModule |
Generates PDF from HTML output
|
|
PdfSettings |
Provides PDF generation settings.
|
|
PdfUtility |
Provides various PDF utility functions
|
Interfaces
Interface | Description | |
---|---|---|
IPdfContext |
Provides the context for the execution of pdf commands.
|