Aspose::Pdf::Facades::PdfFileEditor::Append metod

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

Lägger till sidor som väljs från en array av dokument i portStreams. Resultatdokumentet inkluderar firstInputFile och alla portStreams‑dokumentens sidor i intervallet startPage till endPage.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream> &inputStream, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &portStreams, int32_t startPage, int32_t endPage, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Indata Pdf ström.
portStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Dokument att kopiera sidor från.
startPageint32_tPage börjar i portStreams-dokument.
endPageint32_tPage slutar i portStreams-dokument.
outputStreamconst System::SharedPtr<System::IO::Stream>&Utdata Pdf ström.

ReturnValue

True vid lyckat resultat, annars false.

Se även

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

Lägger till dokument i källdokumentet och sparar resultatet i response‑objektet.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream> &inputStream, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &portStreams, int32_t startPage, int32_t endPage, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Ström som innehåller källdokumentet.
portStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Array av strömmar med dokument som ska bifogas.
startPageint32_tStart sida för bifogad sida.
endPageint32_tSlut sida för bifogade sidor.
responseconst System::SharedPtr<System::Web::HttpResponse>&Svarobjekt där dokumentet kommer att sparas.

ReturnValue

true om operationen lyckades.

Se även

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

Lägger till sidor, som väljs från portStream inom intervallet startPage till endPage, i portStream i slutet av firstInputStream.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &portStream, int32_t startPage, int32_t endPage, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Indata filström.
portStreamconst System::SharedPtr<System::IO::Stream>&Sidor från Pdf filström.
startPageint32_tPage börjar i portFile-ström.
endPageint32_tPage slutar i portFile-ström.
outputStreamconst System::SharedPtr<System::IO::Stream>&Utdata Pdf filström.

ReturnValue

True vid lyckat resultat, annars false.

Se även

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

Lägger till dokument i källdokumentet och sparar resultatet i HttpResponse‑objektet.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::String &inputFile, const System::ArrayPtr<System::String> &portFiles, int32_t startPage, int32_t endPage, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputFileconst System::String&Namn på fil som innehåller källdokumentet.
portFilesconst System::ArrayPtr<System::String>&Array av filnamn som innehåller bifogade dokument.
startPageint32_tStart sida för bifogade sidor.
endPageint32_tSlut sida för bifogade sidor.
responseconst System::SharedPtr<System::Web::HttpResponse>&Svarobjekt där dokumentet kommer att sparas.

ReturnValue

sant om operationen lyckades.

Se även

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

Lägger till sidor som väljs från portFiles‑dokument. Resultatdokumentet inkluderar firstInputFile och alla portFiles‑dokumentens sidor i intervallet startPage till endPage.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::String &inputFile, const System::ArrayPtr<System::String> &portFiles, int32_t startPage, int32_t endPage, const System::String &outputFile)
ParameterTypBeskrivning
inputFileconst System::String&Inmatnings Pdf fil.
portFilesconst System::ArrayPtr<System::String>&Dokument att kopiera sidor från.
startPageint32_tPage börjar i portFiles-dokument.
endPageint32_tPage slutar i portFiles-dokument.
outputFileconst System::String&Utdata Pdf dokument.

ReturnValue

Sant om operationen lyckades.

Se även

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

Lägger till sidor som väljs från portFile inom intervallet startPage till endPage, i portFile i slutet av firstInputFile.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::String &inputFile, const System::String &portFile, int32_t startPage, int32_t endPage, const System::String &outputFile)
ParameterTypBeskrivning
inputFileconst System::String&Inmatnings Pdf fil.
portFileconst System::String&Sidor från Pdf fil.
startPageint32_tPage startar i portFile.
endPageint32_tPage slutar i portFile.
outputFileconst System::String&Utdata Pdf dokument.

ReturnValue

Sant om operationen lyckades.

Se även