Represents a facade class that performs page splitting.
Inheritance Hierarchy SystemObject
SautinSoft.Pdf.FacadesPdfSplitter
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public static class PdfSplitter
Public NotInheritable Class PdfSplitter
The PdfSplitter type exposes the following members.
Methods | Name | Description |
---|
| Split(Stream) |
Splits all pages of a PDF document loaded from the specified stream and with the Default options into separate documents.
|
| Split(String, FuncInt32, String) |
Splits all pages from a PDF document loaded from a file with the specified path and with the Default options into separate documents.
|
| Split(Stream, PdfLoadOptions, Int32, Int32) |
Splits the specified pages of a PDF document loaded from the specified stream and with the specified options into separate documents.
|
| Split(String, PdfLoadOptions, Int32, Int32, FuncInt32, String) |
Splits the specified pages from a PDF document loaded from a file with the specified path and with the specified options into separate documents.
|
TopSee Also