IDocumentSplitter2 Interface
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
Represents PDF document splitter that splits a document by pages containing specific text.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The IDocumentSplitter2 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CheckPermissions | Defines whether respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. | |
| LicenseInfo | Gets license information. | |
| OptimizeSplittedDocuments | Removes unused resources from splitted document parts. | |
| Password | PDF document password. | |
| RegistrationKey | Registration key. | |
| RegistrationName | Registration name. | |
| Version | Gets the component version number. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from IDisposable.) | |
| GetPageCount(Stream) | Returns count of pages in PDF or TIFF document. | |
| GetPageCount(String) | Returns count of pages in PDF or TIFF document. | |
| Split(Stream, String, Boolean, Boolean, Boolean) | Splits PDF or TIFF document by found text. | |
| Split(String, String, Boolean, Boolean, Boolean, String) | Splits PDF or TIFF document by found text. | |
| SplitCOM | Splits PDF or TIFF document by found text. The COM/ActiveX-compatible version of the method Split(String, String, Boolean, Boolean, Boolean, String). Returns a string with the file names of the generated PDF documents delimited by the line feed '\n'. | |
| SplitToVariant | Splits PDF or TIFF document by found text and returns the result PDF documents as array of byte arrays. This is COM/ActiveX-compatible version of the method Split(Stream, String, Boolean, Boolean, Boolean) for in-memory processing of PDF files. |
Events
| Name | Description | |
|---|---|---|
| PasswordRequired | Occurs when the password required to decrypt the document. | |
| ProgressChanged | Raised for each reported progress value. Allows to cancel the processing. |
See Also