Aspose::Words::LowCode::Splitter::Split method

Splitter::Split(const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&) method

Splits a document from an input stream into multiple parts based on the specified split options and returns the resulting parts as an array of streams in the specified save format.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Splitter::Split(const System::SharedPtr<System::IO::Stream> &inputStream, Aspose::Words::SaveFormat saveFormat, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions> &options)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&The input stream.
saveFormatAspose::Words::SaveFormatThe save format.
optionsconst System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&Document split options.

See Also

Splitter::Split(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&) method

Splits a document from an input stream into multiple parts based on the specified split options and returns the resulting parts as an array of streams in the specified save format.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Splitter::Split(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::SaveOptions> &saveOptions, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions> &options)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&The input stream.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::SaveOptions>&The save options.
optionsconst System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&Document split options.

See Also

Splitter::Split(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&) method

Splits a document into multiple parts based on the specified split options and saves the resulting parts to files in the specified save format.

static void Aspose::Words::LowCode::Splitter::Split(const System::String &inputFileName, const System::String &outputFileName, Aspose::Words::SaveFormat saveFormat, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions> &options)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name used to generate file name for document parts using rule “outputFile_partIndex.extension”
saveFormatAspose::Words::SaveFormatThe save format.
optionsconst System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&Document split options.

See Also

Splitter::Split(const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&) method

Splits a document into multiple parts based on the specified split options and saves the resulting parts to files. The output file format is determined by the extension of the output file name.

static void Aspose::Words::LowCode::Splitter::Split(const System::String &inputFileName, const System::String &outputFileName, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions> &options)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name used to generate file name for document parts using rule “outputFile_partIndex.extension”
optionsconst System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&Document split options.

See Also

Splitter::Split(const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&) method

Splits a document into multiple parts based on the specified split options and saves the resulting parts to files in the specified save format.

static void Aspose::Words::LowCode::Splitter::Split(const System::String &inputFileName, const System::String &outputFileName, const System::SharedPtr<Aspose::Words::Saving::SaveOptions> &saveOptions, const System::SharedPtr<Aspose::Words::LowCode::SplitOptions> &options)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name used to generate file name for document parts using rule “outputFile_partIndex.extension”
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::SaveOptions>&The save options.
optionsconst System::SharedPtr<Aspose::Words::LowCode::SplitOptions>&Document split options.

See Also