Represents a facade class that performs page splitting.
Inheritance Hierarchy Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntaxpublic 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, PdfPageRange) |
Splits the specified page ranges of a PDF document loaded from the specified stream and with the specified 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.
|
Top
See Also