PDFRasterizer.NET 4.0 is now available. Supports .NET Core. Renders pixel-perfectly.

Constructor Document

Namespace TallComponents.PDF
Class Document

Opens an existing document.

Syntax

public Document(Stream stream)

Parameters


Stream stream
The stream from which the document is read.

The document should have no open password set.

This method gives you full control how the document is read. It requires that the stream remains open during the lifetime of the document.

Provided that the argument stream is seekable, information will be read from the PDF file on demand. E.g. if one hits page 10 , we seek to the correct position, skipping all other pages, and we return page 10. When after that one request say page 5 we seek back and read that page. This means that one should not close/dispose the stream during the hole session one needs the document, or pages, bookmarks, info extracted from it.

If the stream is not seekable, we will read information eagerly, i.e. the entire document will first be read into memory before we access it.

Download PDFKit.NET 4.0
We will send you a download link

  • This field is for validation purposes and should be left unchanged.
Why do we ask your email address?
We send tips that speed up your evaluation
We let you know about bug fixes
You can always unsubscribe with one click
We never share your address with a 3rd party
Thank you for your download

We have sent an email with a download link.