Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd метод
Содержание
[
Скрывать
]PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream>&, int32_t, const System::SharedPtr<System::IO::Stream>&) method
Разделяет от указанного места и сохраняет заднюю часть как новый поток файла.
bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t location, const System::SharedPtr<System::IO::Stream> &outputStream)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Исходный поток файла Pdf. |
| location | int32_t | Позиция разделения. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной Pdf файловый поток. |
ReturnValue
True при успехе, иначе false.
Примечания
Потоки НЕ закрываются после этой операции, если не указано CloseConcatedStreams.
См. также
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream>&, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method
Разделяет с указанного места и сохраняет заднюю часть в объект HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t location, const System::SharedPtr<System::Web::HttpResponse> &response)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Поток исходного документа. |
| location | int32_t | Точка разбиения. |
| ответ | const System::SharedPtr<System::Web::HttpResponse>& | Объект HttpResponse. |
ReturnValue
true, если разделение прошло успешно.
См. также
- Typedef SharedPtr
- Class Stream
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::SplitToEnd(const System::String&, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method
Разделяет с указанного места и сохраняет заднюю часть в объект HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::String &inputFile, int32_t location, const System::SharedPtr<System::Web::HttpResponse> &response)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | имя исходного файла. |
| location | int32_t | Точка разбиения. |
| ответ | const System::SharedPtr<System::Web::HttpResponse>& | Объекты HttpResponse. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Class String
- Typedef SharedPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::SplitToEnd(const System::String&, int32_t, const System::String&) method
Разделяет от указанного места и сохраняет заднюю часть как новый файл.
bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::String &inputFile, int32_t location, const System::String &outputFile)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Исходный файл Pdf. |
| location | int32_t | Позиция разделения. |
| outputFile | const System::String& | Путь к выходному файлу Pdf. |
ReturnValue
True при успехе, иначе false.
См. также
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++