Aspose::Words::LowCode::Splitter class

Splitter class

Provides methods intended to split the documents into parts using different criteria.

class Splitter

Methods

MethodDescription
static ExtractPages(const System::String&, const System::String&, int32_t, int32_t)Removes empty pages from the document and saves the output.
static ExtractPages(const System::String&, const System::String&, Aspose::Words::SaveFormat, int32_t, int32_t)Removes empty pages from the document and saves the output in the specified format.
static ExtractPages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, int32_t, int32_t)Removes empty pages from the document and saves the output in the specified format.
static RemoveBlankPages(const System::String&, const System::String&)Removes empty pages from the document and saves the output.
static RemoveBlankPages(const System::String&, const System::String&, Aspose::Words::SaveFormat)Removes empty pages from the document and saves the output in the specified format.
static RemoveBlankPages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat)Removes empty pages from the document and saves the output in the specified format.
static Split(const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::LowCode::Splitting::SplitOptions>&)Splits the document into parts.
static Split(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::SharedPtr<Aspose::Words::LowCode::Splitting::SplitOptions>&)Splits the document into parts.
static Split(const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<Aspose::Words::LowCode::Splitting::SplitOptions>&)Splits the document into parts.
Splitter()

See Also