PdfDocument Methods |
The PdfDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes the PdfDocument's underlying stream, invalidates all pages, and
clears the Pages collection.
| |
| Combine(Stream, Stream) |
Combines one or more streams containing PDF documents into a single stream.
| |
| Combine(Stream, String) |
Combines one or more paths containing PDF documents into a single stream.
| |
| Combine(String, String) |
Combines one or more files containing PDF documents into a single file.
| |
| Combine(Stream, PdfSaveOptions, Stream) |
Combines one or more streams containing PDF documents into a single stream
and encrypts the document with the supplied password.
| |
| Combine(Stream, PdfSaveOptions, String) |
Combines one or more paths containing PDF documents into a single stream and
encrypts the document with the supplied password.
| |
| Combine(String, Stream, Stream) | Obsolete.
Combines one or more streams containing PDF documents into a single stream
and encrypts the document with the supplied password.
| |
| Combine(String, Stream, String) | Obsolete.
Combines one or more paths containing PDF documents into a single stream and
encrypts the document with the supplied password.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPdfACompatible |
Checks the Output Intent color profiles and the PDF/A compatibility level (from metadata) of all source documents.
Note! IsPdfACompatible() method does not check for compliance with the PDF/A standard.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Repair(Stream, Stream, RepairOptions) |
Repairs the PDF document in the Stream input, saving the repaired PDF to the Stream output.
| |
| Repair(String, String, RepairOptions) |
Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.
| |
| Repair(Stream, Stream, RepairOptions, SecureString, SecureString) |
Repairs the PDF document in the Stream input, saving the repaired PDF to the Stream output.
| |
| Repair(String, String, RepairOptions, SecureString, SecureString) |
Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.
| |
| Repair(String, String, Stream, Stream, RepairOptions) | Obsolete.
Repairs the PDF document in the Stream input, saving the repaired PDF to the Stream output.
| |
| Repair(String, String, String, String, RepairOptions) | Obsolete.
Repairs the PDF document in file intputPath, saving the repaired PDF to the file outputPath.
| |
| Save(Stream) |
Saves a PdfDocument into the supplied stream.
| |
| Save(String) |
Saves a PdfDocument to a new file.
| |
| Save(Stream, PdfSaveOptions) |
Saves a PdfDocument into the supplied stream.
| |
| Save(String, PdfSaveOptions) |
Saves a PdfDocument to a new file.
| |
| Save(String, Stream) | Obsolete.
Saves a PdfDocument into the supplied stream, encrypting with the supplied
password.
| |
| Save(String, String) | Obsolete.
Saves a PdfDocument into a new file encrypting with the supplied password.
| |
| Save(String, String, Stream) | Obsolete.
Saves a PdfDocument into a stream encrypting with the supplied passwords.
| |
| Save(String, String, String) | Obsolete.
Saves a PdfDocument into a new file encrypting with the supplied passwords.
| |
| Separate(String, String, Stream, PdfStreamCreator) | Obsolete.
Separates a single PDF into multiple files: one file per page.
| |
| Separate(Stream, PdfStreamCreator, SecureString, SecureString, RepairOptions, PdfPageSavedHandler) |
Separates a single PDF into multiple files: one file per page.
| |
| Separate(String, String, String, String, String, Boolean) | Obsolete.
Separates a single PDF into multiple files: one file per page.
| |
| Separate(String, String, String, Boolean, SecureString, SecureString, RepairOptions, PdfPageSavedHandler) |
Separates a single PDF into multiple files: one file per page.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |