Aspose::Pdf::Facades::PdfFileEditor::MakeNUp метод

Содержание
[ ]

PdfFileEditor::MakeNUp(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, const System::SharedPtr<System::IO::Stream>&, bool) method

Создает N‑Up документ из нескольких входных PDF‑потоков в outputStream. Каждая страница outputStream будет содержать несколько страниц, которые являются комбинацией страниц входных потоков с одинаковыми номерами. Эти несколько страниц размещаются горизонтально, если isSidewise равно true, и вертикально, если isSidewise равно false.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &inputStreams, const System::SharedPtr<System::IO::Stream> &outputStream, bool isSidewise)
ПараметрТипОписание
inputStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Входные потоки Pdf.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.
isSidewiseboolСпособ укладки: true — горизонтально, false — вертикально.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::ArrayPtr<System::String>&, const System::String&, bool) method

Создает N‑Up документ из нескольких входных PDF‑файлов в outputFile. Каждая страница outputFile будет содержать несколько страниц, которые являются комбинацией страниц входных файлов с одинаковыми номерами. Эти несколько страниц размещаются горизонтально, если isSidewise равно true, и вертикально, если isSidewise равно false.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::ArrayPtr<System::String> &inputFiles, const System::String &outputFile, bool isSidewise)
ПараметрТипОписание
inputFilesconst System::ArrayPtr<System::String>&Входные файлы Pdf.
outputFileconst System::String&Путь и имя выходного pdf‑файла.
isSidewiseboolСпособ укладки: true — горизонтально, false — вертикально.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method

Создает N‑Up документ из двух входных PDF‑потоков в outputStream.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream> &firstInputStream, const System::SharedPtr<System::IO::Stream> &secondInputStream, const System::SharedPtr<System::IO::Stream> &outputStream)
ПараметрТипОписание
firstInputStreamconst System::SharedPtr<System::IO::Stream>&Первый входной поток.
secondInputStreamconst System::SharedPtr<System::IO::Stream>&Второй входной поток.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t) method

Создает N‑Up документ из входного потока и сохраняет результат в выходной поток.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, int32_t x, int32_t y)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток pdf.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.
xint32_tКоличество столбцов.
yint32_tКоличество строк.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<PageSize>&) method

Создает N‑Up документ из первого входного потока в выходной поток.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, int32_t x, int32_t y, const System::SharedPtr<PageSize> &pageSize)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток pdf.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.
xint32_tКоличество столбцов.
yint32_tКоличество строк.
pageSizeconst System::SharedPtr<PageSize>&Размер страницы выходного pdf‑файла.

ReturnValue

True, если операция завершилась успешно.

См. также

PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Web::HttpResponse>&) method

Создает N‑up документ и сохраняет результат в объект HttpResponse.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t x, int32_t y, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Web::HttpResponse> &response)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток исходного документа.
xint32_tКоличество столбцов.
yint32_tКоличество строк.
pageSizeconst System::SharedPtr<PageSize>&Размер Page в результирующем файле.
ответconst System::SharedPtr<System::Web::HttpResponse>&Объект HttpResponse, в котором будет сохранён результат.

ReturnValue

True, если операция завершилась успешно.

См. также

PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method

Создает N‑up документ и сохраняет результат в HttpResponse.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t x, int32_t y, const System::SharedPtr<System::Web::HttpResponse> &response)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного документа.
xint32_tКоличество столбцов.
yint32_tКоличество строк.
ответconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse, в котором будет сохранён результат.

ReturnValue

True, если операция завершилась успешно.

См. также

PdfFileEditor::MakeNUp(const System::String&, const System::String&, const System::String&) method

Создает N‑Up документ из двух входных PDF‑файлов в outputFile. Каждая страница outputFile будет содержать две страницы: одна из первого входного файла, другая — из второго входного файла. Эти две страницы размещаются горизонтально.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &firstInputFile, const System::String &secondInputFile, const System::String &outputFile)
ПараметрТипОписание
firstInputFileconst System::String&Первый входной файл.
secondInputFileconst System::String&Второй входной файл.
outputFileconst System::String&Путь и имя выходного pdf‑файла.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::String&, const System::String&, int32_t, int32_t) method

Создает N‑Up документ из firstInputFile в outputFile.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &inputFile, const System::String &outputFile, int32_t x, int32_t y)
ПараметрТипОписание
inputFileconst System::String&Путь и имя входного pdf‑файла.
outputFileconst System::String&Путь и имя выходного pdf‑файла.
xint32_tКоличество столбцов.
yint32_tКоличество строк.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::String&, const System::String&, int32_t, int32_t, const System::SharedPtr<PageSize>&) method

Создает N‑Up документ из входного файла в outputFile.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &inputFile, const System::String &outputFile, int32_t x, int32_t y, const System::SharedPtr<PageSize> &pageSize)
ПараметрТипОписание
inputFileconst System::String&Путь и имя входного pdf‑файла.
outputFileconst System::String&Путь и имя выходного pdf‑файла.
xint32_tКоличество столбцов.
yint32_tКоличество строк.
pageSizeconst System::SharedPtr<PageSize>&Размер страницы выходного pdf‑файла.

ReturnValue

boolean — True при успехе, иначе false.

См. также

PdfFileEditor::MakeNUp(const System::String&, int32_t, int32_t, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Web::HttpResponse>&) method

Создает N‑up документ и сохраняет результат в объект HttpResponse.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &inputFile, int32_t x, int32_t y, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Web::HttpResponse> &response)
ПараметрТипОписание
inputFileconst System::String&Путь к исходному файлу.
xint32_tКоличество столбцов.
yint32_tКоличество строк.
pageSizeconst System::SharedPtr<PageSize>&Размер Page в результирующем файле.
ответconst System::SharedPtr<System::Web::HttpResponse>&Объект HttpResponse, в котором будет сохранён результат.

ReturnValue

True, если операция завершилась успешно.

См. также

PdfFileEditor::MakeNUp(const System::String&, int32_t, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method

Создает N‑up документ и сохраняет результат в HttpResponse.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &inputFile, int32_t x, int32_t y, const System::SharedPtr<System::Web::HttpResponse> &response)
ПараметрТипОписание
inputFileconst System::String&Имя исходного файла.
xint32_tКоличество столбцов.
yint32_tКоличество строк.
ответconst System::SharedPtr<System::Web::HttpResponse>&Объект HttpResponse, в котором будет сохранён результат.

ReturnValue

True, если операция завершилась успешно.

См. также