metodo Aspose::Page::XPS::XpsDocument::MergeToPdf
Contenuti
[
Nascondere
]XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Unione di documenti XPS in PDF utilizzando l’istanza Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | File XPS per l’unione con questo documento a un dispositivo di output. |
| pdfStream | System::SharedPtr<System::IO::Stream> | Uno stream PDF di output. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opzioni di salvataggio del Document. |
Vedi anche
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Unione di documenti XPS in PDF utilizzando l’istanza Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | File XPS per l’unione con questo documento a un dispositivo di output. |
| outPdfFilePath | System::String | Un percorso di file PDF di output. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opzioni di salvataggio del Document. |
Vedi anche
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++