Aspose::Words::LowCode::Splitter::RemoveBlankPages method

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

Removes empty pages from the document and saves the output in the specified format.

static System::SharedPtr<System::Collections::Generic::List<int32_t>> Aspose::Words::LowCode::Splitter::RemoveBlankPages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, Aspose::Words::SaveFormat saveFormat)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&The input stream.
outputStreamconst System::SharedPtr<System::IO::Stream>&The output stream.
saveFormatAspose::Words::SaveFormatThe save format.

ReturnValue

List of page numbers has been considered as blank and removed.

See Also

Splitter::RemoveBlankPages(const System::String&, const System::String&) method

Removes empty pages from the document and saves the output.

static System::SharedPtr<System::Collections::Generic::List<int32_t>> Aspose::Words::LowCode::Splitter::RemoveBlankPages(const System::String &inputFileName, const System::String &outputFileName)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name.

ReturnValue

List of page numbers has been considered as blank and removed.

See Also

Splitter::RemoveBlankPages(const System::String&, const System::String&, Aspose::Words::SaveFormat) method

Removes empty pages from the document and saves the output in the specified format.

static System::SharedPtr<System::Collections::Generic::List<int32_t>> Aspose::Words::LowCode::Splitter::RemoveBlankPages(const System::String &inputFileName, const System::String &outputFileName, Aspose::Words::SaveFormat saveFormat)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name.
saveFormatAspose::Words::SaveFormatThe save format.

ReturnValue

List of page numbers has been considered as blank and removed.

See Also