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 blank pages from a document provided in an input stream and saves the updated document to an output stream in the specified save format. Returns a list of page numbers that were removed.
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)
Parameter | Type | Description |
---|---|---|
inputStream | const System::SharedPtr<System::IO::Stream>& | The input stream. |
outputStream | const System::SharedPtr<System::IO::Stream>& | The output stream. |
saveFormat | Aspose::Words::SaveFormat | The save format. |
ReturnValue
List of page numbers has been considered as blank and removed.
See Also
- Enum SaveFormat
- Class Splitter
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
Splitter::RemoveBlankPages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method
Removes blank pages from a document provided in an input stream and saves the updated document to an output stream in the specified save format. Returns a list of page numbers that were removed.
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, const System::SharedPtr<Aspose::Words::Saving::SaveOptions> &saveOptions)
Parameter | Type | Description |
---|---|---|
inputStream | const System::SharedPtr<System::IO::Stream>& | The input stream. |
outputStream | const System::SharedPtr<System::IO::Stream>& | The output stream. |
saveOptions | const System::SharedPtr<Aspose::Words::Saving::SaveOptions>& | The save options. |
ReturnValue
List of page numbers has been considered as blank and removed.
See Also
- Class SaveOptions
- Class Splitter
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
Splitter::RemoveBlankPages(const System::String&, const System::String&) method
Removes empty pages from the document and saves the output. Returns a list of page numbers that were removed.
static System::SharedPtr<System::Collections::Generic::List<int32_t>> Aspose::Words::LowCode::Splitter::RemoveBlankPages(const System::String &inputFileName, const System::String &outputFileName)
Parameter | Type | Description |
---|---|---|
inputFileName | const System::String& | The input file name. |
outputFileName | const System::String& | The output file name. |
ReturnValue
List of page numbers has been considered as blank and removed.
See Also
- Class Splitter
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
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. Returns a list of page numbers that were removed.
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)
Parameter | Type | Description |
---|---|---|
inputFileName | const System::String& | The input file name. |
outputFileName | const System::String& | The output file name. |
saveFormat | Aspose::Words::SaveFormat | The save format. |
ReturnValue
List of page numbers has been considered as blank and removed.
See Also
- Enum SaveFormat
- Class Splitter
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
Splitter::RemoveBlankPages(const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method
Removes empty pages from the document and saves the output in the specified format. Returns a list of page numbers that were removed.
static System::SharedPtr<System::Collections::Generic::List<int32_t>> Aspose::Words::LowCode::Splitter::RemoveBlankPages(const System::String &inputFileName, const System::String &outputFileName, const System::SharedPtr<Aspose::Words::Saving::SaveOptions> &saveOptions)
Parameter | Type | Description |
---|---|---|
inputFileName | const System::String& | The input file name. |
outputFileName | const System::String& | The output file name. |
saveOptions | const System::SharedPtr<Aspose::Words::Saving::SaveOptions>& | The save options. |
ReturnValue
List of page numbers has been considered as blank and removed.
See Also
- Class SaveOptions
- Class Splitter
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++