Aspose::Pdf::Facades::PdfFileEditor::MakeNUp metod
PdfFileEditor::MakeNUp(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, const System::SharedPtr<System::IO::Stream>&, bool) method
Skapar ett N-Up‑dokument från de flera inmatade PDF‑strömmarna till outputStream. Varje sida i outputStream kommer att innehålla flera sidor, vilka är kombinationer av sidor i inmatningsströmmarna med samma sidnummer. De flera sidorna staplas horisontellt om isSidewise är sant och staplas vertikalt om isSidewise är falskt.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &inputStreams, const System::SharedPtr<System::IO::Stream> &outputStream, bool isSidewise)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStreams | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | Inmatnings Pdf strömmar. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-pdf-ström. |
| isSidewise | bool | Staplingssätt, true för horisontellt och false för vertikalt. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::ArrayPtr<System::String>&, const System::String&, bool) method
Skapar ett N-Up‑dokument från de flera inmatade PDF‑filerna till outputFile. Varje sida i outputFile kommer att innehålla flera sidor, vilka är kombinationer av sidor i inmatningsfilerna med samma sidnummer. De flera sidorna staplas horisontellt om isSidewise är sant och staplas vertikalt om isSidewise är falskt.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::ArrayPtr<System::String> &inputFiles, const System::String &outputFile, bool isSidewise)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFiles | const System::ArrayPtr<System::String>& | Inmatningsfiler Pdf. |
| outputFile | const System::String& | Sökväg och namn för utdata-pdf-fil. |
| isSidewise | bool | Staplingssätt, true för horisontellt och false för vertikalt. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Typedef ArrayPtr
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method
Skapar ett N-Up‑dokument från de två inmatade PDF‑strömmarna till 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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstInputStream | const System::SharedPtr<System::IO::Stream>& | första inmatningsströmmen. |
| secondInputStream | const System::SharedPtr<System::IO::Stream>& | andra inmatningsströmmen. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-pdf-ström. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t) method
Skapar ett N-Up‑dokument från inmatningsströmmen och sparar resultatet i output‑strömmen.
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Inmatnings-pdf-ström. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-pdf-ström. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<PageSize>&) method
Skapar ett N-Up‑dokument från den första inmatningsströmmen till output‑strömmen.
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Inmatnings-pdf-ström. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-pdf-ström. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
| pageSize | const System::SharedPtr<PageSize>& | Sidstorleken för utdata-pdf-filen. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Skapar ett N-up‑dokument och lagrar resultatet i ett HttpResponse‑objekt.
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Ström för källdokumentet. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
| pageSize | const System::SharedPtr<PageSize>& | Storlek på Page i resultatfilen. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | HttpResponse‑objekt där resultatet kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method
Skapar N-up-dokument och lagrar resultatet i 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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Ström för inmatningsdokumentet. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | HttpResponse där resultatet kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::String&, const System::String&, const System::String&) method
Skapar ett N-Up‑dokument från de två inmatade PDF‑filerna till outputFile. Varje sida i outputFile kommer att innehålla två sidor, en sida från den första inmatningsfilen och en annan från den andra inmatningsfilen. De två sidorna staplas horisontellt.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &firstInputFile, const System::String &secondInputFile, const System::String &outputFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstInputFile | const System::String& | första inmatningsfilen. |
| secondInputFile | const System::String& | andra inmatningsfilen. |
| outputFile | const System::String& | Sökväg och namn för utdata-pdf-fil. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::String&, const System::String&, int32_t, int32_t) method
Skapar ett N-Up‑dokument från firstInputFile till outputFile.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &inputFile, const System::String &outputFile, int32_t x, int32_t y)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Sökväg och namn för inmatnings-pdf-fil. |
| outputFile | const System::String& | Sökväg och namn för utdata-pdf-fil. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::String&, const System::String&, int32_t, int32_t, const System::SharedPtr<PageSize>&) method
Skapar ett N-Up‑dokument från inmatningsfilen till 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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Sökväg och namn för inmatnings-pdf-fil. |
| outputFile | const System::String& | Sökväg och namn för utdata-pdf-fil. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
| pageSize | const System::SharedPtr<PageSize>& | Sidstorleken för utdata-pdf-filen. |
ReturnValue
boolesk – Sant för lyckat, annars falskt.
Se även
- Class String
- Typedef SharedPtr
- Class PageSize
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::String&, int32_t, int32_t, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Skapar ett N-up‑dokument och lagrar resultatet i ett HttpResponse‑objekt.
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Sökväg till källfil. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
| pageSize | const System::SharedPtr<PageSize>& | Storlek på Page i resultatfilen. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | HttpResponse‑objekt där resultatet kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Class String
- Typedef SharedPtr
- Class PageSize
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::MakeNUp(const System::String&, int32_t, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method
Skapar N-up-dokument och lagrar resultatet i HttpResponse.
bool Aspose::Pdf::Facades::PdfFileEditor::MakeNUp(const System::String &inputFile, int32_t x, int32_t y, const System::SharedPtr<System::Web::HttpResponse> &response)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Källfilnamn. |
| x | int32_t | Antal kolumner. |
| y | int32_t | Antal rader. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | HttpResponse‑objekt där resultatet kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Class String
- Typedef SharedPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++