Click or drag to resize

PdfSplitterSplit(Stream) Method

Splits all pages of a PDF document loaded from the specified stream and with the Default options into separate documents.

Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public static IEnumerable<Stream> Split(
	Stream stream
)

Parameters

stream  Stream
The stream from which to load a PDF document.

Return Value

IEnumerableStream
An IEnumerable<Stream>s that represents each separate document.
See Also