Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet method
PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Создаёт буклет из PDF‑файла и сохраняет его в HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<PageSize> &pageSize, const System::ArrayPtr<int32_t> &leftPages, const System::ArrayPtr<int32_t> &rightPages, const System::SharedPtr<System::Web::HttpResponse> &response)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток документа. |
| pageSize | const System::SharedPtr<PageSize>& | Желаемый размер страницы. |
| leftPages | const System::ArrayPtr<int32_t>& | Массив номеров страниц, которые будут размещены слева. |
| rightPages | const System::ArrayPtr<int32_t>& | Массив номеров страниц, которые будут размещены справа. |
| ответ | const System::SharedPtr<System::Web::HttpResponse>& | Объект HttpResponse. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Typedef ArrayPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Создает буклет из исходного файла и сохраняет результат в HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Web::HttpResponse> &response)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток документа. |
| pageSize | const System::SharedPtr<PageSize>& | Желаемый размер страницы в выходном файле. |
| ответ | const System::SharedPtr<System::Web::HttpResponse>& | Объект ответа, в котором будет сохранён результат. |
ReturnValue
true, если буклет был успешно построен.
См. также
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method
Создаёт буклет из InputStream в outputStream.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток pdf. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной поток pdf. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&) method
Создаёт пользовательский буклет из firstInputStream в outputStream.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, const System::ArrayPtr<int32_t> &leftPages, const System::ArrayPtr<int32_t> &rightPages)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной поток pdf. |
| leftPages | const System::ArrayPtr<int32_t>& | Левые страницы. |
| rightPages | const System::ArrayPtr<int32_t>& | Правые страницы. |
ReturnValue
boolean — True при успехе, иначе false.
См. также
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&) method
Создаёт буклет из входного потока и сохраняет результат в выходной поток.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток PDF. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной поток pdf. |
| pageSize | const System::SharedPtr<PageSize>& | Размер страницы выходного pdf‑файла. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&) method
Создаёт буклет из firstInputStream в outputStream.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::ArrayPtr<int32_t> &leftPages, const System::ArrayPtr<int32_t> &rightPages)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной поток pdf. |
| pageSize | const System::SharedPtr<PageSize>& | Размер страницы выходного pdf‑файла. |
| leftPages | const System::ArrayPtr<int32_t>& | Левые страницы. |
| rightPages | const System::ArrayPtr<int32_t>& | Правые страницы. |
ReturnValue
boolean — True при успехе, иначе false.
См. также
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Typedef ArrayPtr
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::String&, const System::SharedPtr<PageSize>&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Создаёт буклет из исходного файла и сохраняет результат в объекты HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::SharedPtr<PageSize> &pageSize, const System::ArrayPtr<int32_t> &leftPages, const System::ArrayPtr<int32_t> &rightPages, const System::SharedPtr<System::Web::HttpResponse> &response)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Путь к исходному файлу. |
| pageSize | const System::SharedPtr<PageSize>& | Желаемый размер страницы. |
| leftPages | const System::ArrayPtr<int32_t>& | Массив номеров страниц, которые будут размещены слева. |
| rightPages | const System::ArrayPtr<int32_t>& | Массив номеров страниц, которые будут размещены справа. |
| ответ | const System::SharedPtr<System::Web::HttpResponse>& | Объект HttpResponse, в котором будет сохранён результат. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Class String
- Typedef SharedPtr
- Class PageSize
- Typedef ArrayPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::String&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Создаёт буклет из исходного файла и сохраняет результат в объекты HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Web::HttpResponse> &response)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Путь к исходному файлу. |
| pageSize | const System::SharedPtr<PageSize>& | Желаемый размер страницы в выходном файле. |
| ответ | const System::SharedPtr<System::Web::HttpResponse>& | Объект HttpResponse, в котором будет сохранён результат. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Class String
- Typedef SharedPtr
- Class PageSize
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::String&, const System::String&) method
Создаёт буклет из входного файла в выходной файл.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::String &outputFile)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Путь и имя входного pdf‑файла. |
| outputFile | const System::String& | Путь и имя выходного pdf‑файла. |
ReturnValue
boolean — True при успехе, иначе false.
См. также
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::String&, const System::String&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&) method
Создаёт пользовательский буклет из firstInputFile в outputFile.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::String &outputFile, const System::ArrayPtr<int32_t> &leftPages, const System::ArrayPtr<int32_t> &rightPages)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Входной файл. |
| outputFile | const System::String& | Путь и имя выходного pdf‑файла. |
| leftPages | const System::ArrayPtr<int32_t>& | Левые страницы буклета. |
| rightPages | const System::ArrayPtr<int32_t>& | Правые страницы буклета. |
ReturnValue
boolean — True при успехе, иначе false.
См. также
- Class String
- Typedef ArrayPtr
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::String&, const System::String&, const System::SharedPtr<PageSize>&) method
Создаёт буклет из inputFile в outputFile.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Путь и имя входного pdf‑файла. |
| outputFile | const System::String& | Путь и имя выходного pdf‑файла. |
| pageSize | const System::SharedPtr<PageSize>& | Размер страницы выходного pdf‑файла. |
ReturnValue
True, если операция завершилась успешно.
См. также
- Class String
- Typedef SharedPtr
- Class PageSize
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeBooklet(const System::String&, const System::String&, const System::SharedPtr<PageSize>&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&) method
Создаёт пользовательский буклет из firstInputFile в outputFile.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::ArrayPtr<int32_t> &leftPages, const System::ArrayPtr<int32_t> &rightPages)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Входной файл. |
| outputFile | const System::String& | Путь и имя выходного pdf‑файла. |
| pageSize | const System::SharedPtr<PageSize>& | Размер страницы выходного pdf‑файла. |
| leftPages | const System::ArrayPtr<int32_t>& | Левые страницы. |
| rightPages | const System::ArrayPtr<int32_t>& | Правые страницы. |
ReturnValue
boolean — True при успехе, иначе false.
См. также
- Class String
- Typedef SharedPtr
- Class PageSize
- Typedef ArrayPtr
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++