Click or drag to resize

PdfSplitter Class

Represents a facade class that performs page splitting.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FacadesPdfSplitter

Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public static class PdfSplitter

The PdfSplitter type exposes the following members.

Methods
 NameDescription
Public methodStatic memberSplit(Stream) Splits all pages of a PDF document loaded from the specified stream and with the Default options into separate documents.
Public methodStatic memberSplit(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.
Public methodStatic memberSplit(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.
Public methodStatic memberSplit(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