Aspose::Pdf::Facades::PdfFileEditor::Concatenate method
PdfFileEditor::Concatenate(const System::ArrayPtr<System::SharedPtr<Document>>&, System::SharedPtr<Document>) method
Sammanfogar dokument.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::ArrayPtr<System::SharedPtr<Document>> &src, System::SharedPtr<Document> dest)
| Parameter | Typ | Beskrivning |
|---|---|---|
| src | const System::ArrayPtr<System::SharedPtr<Document>>& | Array av källdokument. |
| dest | System::SharedPtr<Document> | Destinationsdokument. |
ReturnValue
Sant om sammanslagning är lyckad.
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Document
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, const System::SharedPtr<System::IO::Stream>&) method
Sammanfogar filer.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | Array av strömmar som ska sammanfogas. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Ström där resultatfilen kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Sammanfogar filer och lagrar resultatet i HttpResponse‑objektet.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &inputStream, const System::SharedPtr<System::Web::HttpResponse> &response)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | Strömarray som innehåller filer att sammanfoga. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | Svarobjekt/ |
ReturnValue
sant om operationen lyckades.
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::ArrayPtr<System::String>&, const System::SharedPtr<System::Web::HttpResponse>&) method
Sammanfogar filer och sparar resultatet i HttpResposnse‑objektet.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::ArrayPtr<System::String> &inputFiles, const System::SharedPtr<System::Web::HttpResponse> &response)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFiles | const System::ArrayPtr<System::String>& | Array av filer att sammanfoga. |
| response | const System::SharedPtr<System::Web::HttpResponse>& | Svarobjekt. |
ReturnValue
true om sammanslagning lyckades.
Se även
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class HttpResponse
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::ArrayPtr<System::String>&, const System::String&) method
Sammanfogar filer till en fil.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::ArrayPtr<System::String> &inputFiles, const System::String &outputFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFiles | const System::ArrayPtr<System::String>& | Array av filer att sammanfoga. |
| outputFile | const System::String& | Namn på utdatafil. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef ArrayPtr
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method
Slår samman två Pdf dokument till ett nytt Pdf dokument med sidor i alternerande ordning och fyller de tomma platserna med tomma sidor. t.ex.: dokument1 har 5 sidor: p1, p2, p3, p4, p5. dokument2 har 3 sidor: p1’, p2’, p3’. Sammanfogning av de två Pdf dokumenten kommer att producera resultatsdokumentet med sidor: p1, p1’, p2, p2’, p3, p3’, p4, blankpage, p5, blankpage.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::SharedPtr<System::IO::Stream> &firstInputStream, const System::SharedPtr<System::IO::Stream> &secInputStream, const System::SharedPtr<System::IO::Stream> &blankPageStream, const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstInputStream | const System::SharedPtr<System::IO::Stream>& | Den första Pdf strömmen. |
| secInputStream | const System::SharedPtr<System::IO::Stream>& | Den andra Pdf strömmen. |
| blankPageStream | const System::SharedPtr<System::IO::Stream>& | Den Pdf strömmen med tom sida. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata Pdf ström. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method
Sammanfogar två filer.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::SharedPtr<System::IO::Stream> &firstInputStream, const System::SharedPtr<System::IO::Stream> &secInputStream, const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstInputStream | const System::SharedPtr<System::IO::Stream>& | Ström för första filen. |
| secInputStream | const System::SharedPtr<System::IO::Stream>& | Ström för andra filen. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Ström där resultatfilen kommer att lagras. |
ReturnValue
Sant om operationen lyckades.
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::String&, const System::String&, const System::String&, const System::String&) method
Slår samman två Pdf dokument till ett nytt Pdf dokument med sidor i alternerande ordning och fyller de tomma platserna med tomma sidor. t.ex.: dokument1 har 5 sidor: p1, p2, p3, p4, p5. dokument2 har 3 sidor: p1’, p2’, p3’. Sammanfogning av de två Pdf dokumenten kommer att producera resultatsdokumentet med sidor: p1, p1’, p2, p2’, p3, p3’, p4, blankpage, p5, blankpage.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::String &firstInputFile, const System::String &secInputFile, const System::String &blankPageFile, const System::String &outputFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstInputFile | const System::String& | Första filen. |
| secInputFile | const System::String& | Andra filen. |
| blankPageFile | const System::String& | PDF-fil med tom sida. |
| outputFile | const System::String& | Resultatfil. |
ReturnValue
Sant om operationen lyckades.
Se även
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::Concatenate(const System::String&, const System::String&, const System::String&) method
Sammanfogar två filer.
bool Aspose::Pdf::Facades::PdfFileEditor::Concatenate(const System::String &firstInputFile, const System::String &secInputFile, const System::String &outputFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstInputFile | const System::String& | Första filen att sammanfoga. |
| secInputFile | const System::String& | Andra filen att sammanfoga. |
| outputFile | const System::String& | Utdatafil. |
ReturnValue
Sant om operationen lyckades.
Se även
- Class String
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++