Aspose::Pdf::Facades::PdfFileEditor::Insert metod

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

Infogar sidor från en annan fil i den inmatade Pdf filen.

bool Aspose::Pdf::Facades::PdfFileEditor::Insert(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t insertLocation, const System::SharedPtr<System::IO::Stream> &portStream, const System::ArrayPtr<int32_t> &pageNumber, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Inmatningsström för Pdf filen.
insertLocationint32_tInfogningsposition i inmatningsfilen.
portStreamconst System::SharedPtr<System::IO::Stream>&Ström av Pdf fil för sidor.
pageNumberconst System::ArrayPtr<int32_t>&Sidnumret för den importerade i portFile.
outputStreamconst System::SharedPtr<System::IO::Stream>&Utdataström

ReturnValue

Sant om operationen lyckades.

Se även

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

Infogar dokumentet i ett annat dokument och lagrar resultatet i ett svarsobjekt.

bool Aspose::Pdf::Facades::PdfFileEditor::Insert(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t insertLocation, const System::SharedPtr<System::IO::Stream> &portStream, const System::ArrayPtr<int32_t> &pageNumber, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Ström med källdokument
insertLocationint32_tPlats där annat dokument kommer att infogas.
portStreamconst System::SharedPtr<System::IO::Stream>&Document som ska infogas.
pageNumberconst System::ArrayPtr<int32_t>&Array av sidnummer i det andra dokumentet som ska infogas.
responseconst System::SharedPtr<System::Web::HttpResponse>&Svarobjekt där resultatet kommer att lagras.

ReturnValue

Sant om operationen lyckades.

Se även

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

Infogar sidor från en annan fil i den inmatade Pdf filen.

bool Aspose::Pdf::Facades::PdfFileEditor::Insert(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t insertLocation, 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>&Inmatningsström för Pdf filen.
insertLocationint32_tInfogningsposition i inmatningsfilen.
portStreamconst System::SharedPtr<System::IO::Stream>&Ström av Pdf fil för sidor.
startPageint32_tFrån vilken sida att börja.
endPageint32_tTill vilken sida att sluta.
outputStreamconst System::SharedPtr<System::IO::Stream>&Utdataström

ReturnValue

True vid lyckat resultat, annars false.

Se även

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

Infogar innehållet i filen i källfilen och lagrar resultatet i ett HttpResponse‑objekt.

bool Aspose::Pdf::Facades::PdfFileEditor::Insert(const System::String &inputFile, int32_t insertLocation, const System::String &portFile, const System::ArrayPtr<int32_t> &pageNumber, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputFileconst System::String&Källfilnamn.
insertLocationint32_tPage nummer där den andra filen kommer att infogas.
portFileconst System::String&Sökväg till fil som ska infogas.
pageNumberconst System::ArrayPtr<int32_t>&Array av sidnummer i källfilen som ska infogas.
responseconst System::SharedPtr<System::Web::HttpResponse>&Svarobjekt där resultatet kommer att lagras.

ReturnValue

true om infogning lyckades.

Se även

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

Infogar sidor från en annan fil i den inmatade Pdf filen.

bool Aspose::Pdf::Facades::PdfFileEditor::Insert(const System::String &inputFile, int32_t insertLocation, const System::String &portFile, const System::ArrayPtr<int32_t> &pageNumber, const System::String &outputFile)
ParameterTypBeskrivning
inputFileconst System::String&Inmatnings Pdf fil.
insertLocationint32_tInfogningsposition i inmatningsfilen.
portFileconst System::String&Sidor från Pdf filen.
pageNumberconst System::ArrayPtr<int32_t>&Sidnumret för den importerade i portFile.
outputFileconst System::String&Utdata Pdf fil.

ReturnValue

True vid lyckat resultat, annars false.

Se även

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

Infogar sidor från en annan fil i Pdf-filen på en position.

bool Aspose::Pdf::Facades::PdfFileEditor::Insert(const System::String &inputFile, int32_t insertLocation, const System::String &portFile, int32_t startPage, int32_t endPage, const System::String &outputFile)
ParameterTypBeskrivning
inputFileconst System::String&Inmatnings Pdf fil.
insertLocationint32_tPosition i indatafilen.
portFileconst System::String&Porteringsfilen Pdf.
startPageint32_tStartposition i portFile.
endPageint32_tSlutposition i portFile.
outputFileconst System::String&Utdata Pdf fil.

ReturnValue

True vid lyckat resultat, annars false.

Se även