Aspose::Pdf::Facades::PdfFileEditor::Insert metod
Innehåll
[
Dölj
]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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Inmatningsström för Pdf filen. |
| insertLocation | int32_t | Infogningsposition i inmatningsfilen. |
| portStream | const System::SharedPtr<System::IO::Stream>& | Ström av Pdf fil för sidor. |
| pageNumber | const System::ArrayPtr<int32_t>& | Sidnumret för den importerade i portFile. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdataström |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Ström med källdokument |
| insertLocation | int32_t | Plats där annat dokument kommer att infogas. |
| portStream | const System::SharedPtr<System::IO::Stream>& | Document som ska infogas. |
| pageNumber | const System::ArrayPtr<int32_t>& | Array av sidnummer i det andra dokumentet som ska infogas. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | Svarobjekt där resultatet kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Inmatningsström för Pdf filen. |
| insertLocation | int32_t | Infogningsposition i inmatningsfilen. |
| portStream | const System::SharedPtr<System::IO::Stream>& | Ström av Pdf fil för sidor. |
| startPage | int32_t | Från vilken sida att börja. |
| endPage | int32_t | Till vilken sida att sluta. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdataström |
ReturnValue
True vid lyckat resultat, annars false.
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Källfilnamn. |
| insertLocation | int32_t | Page nummer där den andra filen kommer att infogas. |
| portFile | const System::String& | Sökväg till fil som ska infogas. |
| pageNumber | const System::ArrayPtr<int32_t>& | Array av sidnummer i källfilen som ska infogas. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | Svarobjekt där resultatet kommer att lagras. |
ReturnValue
true om infogning lyckades.
Se även
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Inmatnings Pdf fil. |
| insertLocation | int32_t | Infogningsposition i inmatningsfilen. |
| portFile | const System::String& | Sidor från Pdf filen. |
| pageNumber | const System::ArrayPtr<int32_t>& | Sidnumret för den importerade i portFile. |
| outputFile | const System::String& | Utdata Pdf fil. |
ReturnValue
True vid lyckat resultat, annars false.
Se även
- Class String
- Typedef ArrayPtr
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFile | const System::String& | Inmatnings Pdf fil. |
| insertLocation | int32_t | Position i indatafilen. |
| portFile | const System::String& | Porteringsfilen Pdf. |
| startPage | int32_t | Startposition i portFile. |
| endPage | int32_t | Slutposition i portFile. |
| outputFile | const System::String& | Utdata Pdf fil. |
ReturnValue
True vid lyckat resultat, annars false.
Se även
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++