Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet‑metod

Innehåll
[ ]

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

Skapar en häfte från PDF‑filen och lagrar den i 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)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Indataström för dokumentet.
pageSizeconst System::SharedPtr<PageSize>&Önskad sidstorlek.
leftPagesconst System::ArrayPtr<int32_t>&Array av sidnummer som kommer att placeras till vänster.
rightPagesconst System::ArrayPtr<int32_t>&Array av sidnummer som kommer att placeras till höger.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse-objekt.

ReturnValue

Sant om operationen lyckades.

Se även

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

Skapar en häfte från källfilen och lagrar resultatet i 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)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Indataström för dokumentet.
pageSizeconst System::SharedPtr<PageSize>&Önskad sidstorlek i utdatafilen.
responseconst System::SharedPtr<System::Web::HttpResponse>&Response-objekt där resultatet kommer att sparas.

ReturnValue

Sant om häften byggdes framgångsrikt.

Se även

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

Skapar en häfte från InputStream till outputStream.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Inmatnings-pdf-ström.
outputStreamconst System::SharedPtr<System::IO::Stream>&utdata-pdf-ström.

ReturnValue

Sant om operationen lyckades.

Se även

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

Skapar ett anpassat häfte från firstInputStream till 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)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Inmatningsströmmen.
outputStreamconst System::SharedPtr<System::IO::Stream>&utdata-pdf-ström.
leftPagesconst System::ArrayPtr<int32_t>&De vänstra sidorna.
rightPagesconst System::ArrayPtr<int32_t>&De högra sidorna.

ReturnValue

boolesk – Sant för lyckat, annars falskt.

Se även

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

Skapar en häfte från inmatningsströmmen och sparar resultatet i output‑strömmen.

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)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Inmatnings-PDF-ström.
outputStreamconst System::SharedPtr<System::IO::Stream>&utdata-pdf-ström.
pageSizeconst System::SharedPtr<PageSize>&Sidstorleken för utdata-pdf-filen.

ReturnValue

Sant om operationen lyckades.

Se även

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

Skapar en häfte från firstInputStream till 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)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Inmatningsströmmen.
outputStreamconst System::SharedPtr<System::IO::Stream>&utdata-pdf-ström.
pageSizeconst System::SharedPtr<PageSize>&Sidstorleken för utdata-pdf-filen.
leftPagesconst System::ArrayPtr<int32_t>&De vänstra sidorna.
rightPagesconst System::ArrayPtr<int32_t>&De högra sidorna.

ReturnValue

boolesk – Sant för lyckat, annars falskt.

Se även

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

Skapar en häfte från källfilen och lagrar resultatet i HttpResponse‑objekt.

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)
ParameterTypBeskrivning
inputFileconst System::String&Sökväg till källfil.
pageSizeconst System::SharedPtr<PageSize>&Önskad sidstorlek.
leftPagesconst System::ArrayPtr<int32_t>&Array av sidnummer som ska placeras till vänster.
rightPagesconst System::ArrayPtr<int32_t>&Array av sidnummer som ska placeras till höger.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse‑objekt där resultatet kommer att lagras.

ReturnValue

Sant om operationen lyckades.

Se även

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

Skapar en häfte från källfilen och lagrar resultatet i HttpResponse‑objekt.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputFileconst System::String&Sökväg till källfil.
pageSizeconst System::SharedPtr<PageSize>&Önskad sidstorlek i utdatafilen.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse‑objekt där resultatet kommer att lagras.

ReturnValue

Sant om operationen lyckades.

Se även

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

Skapar en häfte från inmatningsfilen till utdatafilen.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::String &outputFile)
ParameterTypBeskrivning
inputFileconst System::String&Sökväg och namn för inmatnings-pdf-fil.
outputFileconst System::String&Sökväg och namn för utdata-pdf-fil.

ReturnValue

boolesk – Sant för lyckat, annars falskt.

Se även

PdfFileEditor::MakeBooklet(const System::String&, const System::String&, const System::ArrayPtr<int32_t>&, const System::ArrayPtr<int32_t>&) method

Skapar ett anpassat häfte från firstInputFile till 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)
ParameterTypBeskrivning
inputFileconst System::String&Inmatningsfilen.
outputFileconst System::String&Sökväg och namn för utdata-pdf-fil.
leftPagesconst System::ArrayPtr<int32_t>&De vänstra sidorna i häftet.
rightPagesconst System::ArrayPtr<int32_t>&De högra sidorna i häftet.

ReturnValue

boolesk – Sant för lyckat, annars falskt.

Se även

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

Skapar en häfte från inputFile till outputFile.

bool Aspose::Pdf::Facades::PdfFileEditor::MakeBooklet(const System::String &inputFile, const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
ParameterTypBeskrivning
inputFileconst System::String&Sökväg och namn för inmatnings-pdf-fil.
outputFileconst System::String&Sökväg och namn för utdata-pdf-fil.
pageSizeconst System::SharedPtr<PageSize>&Sidstorleken för utdata-pdf-filen.

ReturnValue

Sant om operationen lyckades.

Se även

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

Skapar ett anpassat häfte från firstInputFile till 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)
ParameterTypBeskrivning
inputFileconst System::String&Inmatningsfilen.
outputFileconst System::String&Sökväg och namn för utdata-pdf-fil.
pageSizeconst System::SharedPtr<PageSize>&Sidstorleken för utdata-pdf-filen.
leftPagesconst System::ArrayPtr<int32_t>&De vänstra sidorna.
rightPagesconst System::ArrayPtr<int32_t>&De högra sidorna.

ReturnValue

boolesk – Sant för lyckat, annars falskt.

Se även