Document Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The Document type exposes the following members.
Methods
Name | Description | |
---|---|---|
Append | Appends the contents of specified PDF document to the current document. | |
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Overrides ObjectFinalize.) | |
FlattenDocument | Flattens document (replaces all input controls with static text) making PDF forms uneditable. | |
GetDocumentBytes | Gets the bytes of the document. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load(Stream) | Loads document from specified stream. | |
Load(String) | Loads document from specified file. | |
Load(Stream, String) | Loads document from specified stream. | |
Load(String, String) | Loads document from specified file. | |
LoadAndApplyProfiles | Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction. | |
LoadProfiles | Loads profiles from file. | |
LoadProfilesFromString | Loads profiles from JSON string. | |
MergeDocuments(Document) | Merges two documents. | |
MergeDocuments(Document) | Merges multiple documents. | |
MergeDocuments(Document, Document) | Merges three documents. | |
MergeDocuments(Document, Document, Document) | Merges four documents. | |
Save(Stream) | Saves the document to the specified stream. | |
Save(String) | Saves the document to the specified file. | |
SaveRange(Stream, Int32, Int32) | Saves the specified range of pages to the specified stream. | |
SaveRange(String, Int32, Int32) | Saves range of pages to the specified file. | |
SaveText(Stream) | Saves the document as text to the specified stream. | |
SaveText(String) | Saves the document as text to the specified file. | |
Sign(String, String) | Signs document with digital signature. | |
Sign(String, String, RectangleF, String, String, String) | Signs document with digital signature. | |
Sign(String, String, RectangleF, String, String, String, NullableDateTime) | Signs document with digital signature. | |
Sign(String, String, Single, Single, Single, Single, String, String, String) | Signs document with digital signature. | |
Sign(String, String, Single, Single, Single, Single, String, String, String, NullableDateTime) | Signs document with digital signature. | |
specialOverrideAddFontDataFile | Add Font Files to be used as first priority when writing the file | |
specialOverrideSetDebugUseOnlyUseFixedIVForEncrypton | Force regular encrypt for the successful unit-test | |
specialOverrideSetForcedTimestamp | Force writing of specific timestamp to file | |
specialOverrideSetForcedVersionInfo | Force writing of test version info to file | |
ToString | (Inherited from Object.) |
See Also