Namespace Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Streaming
Classes
|
Provides on-demand access to pages and form fields from a PDF without loading the entire document into memory. |
|
Exposes page metadata and resources from a source PDF for streaming scenarios without fully loading the page content. |
|
Writes a single page’s content directly to a stream in a streaming workflow; content is flushed when the writer is disposed. |
|
Applies a digital signature to an existing PDF using incremental update, avoiding a full file rewrite. |
|
Streams a PDF document to an output System.IO.Stream, letting you write pages sequentially without holding the full document in memory. |
|
Configures how PDF output is produced during streaming (compression, image quality, metadata, and annotation handling). |