Aspose::Pdf::Facades::PdfConverter::BindPdf method
Contents
[
Hide
]PdfConverter::BindPdf(System::SharedPtr<Aspose::Pdf::Document>) method
Binds a PDF document to the PdfConverter instance for further processing.
void Aspose::Pdf::Facades::PdfConverter::BindPdf(System::SharedPtr<Aspose::Pdf::Document> srcDoc) override
| Parameter | Type | Description |
|---|---|---|
| srcDoc | System::SharedPtr<Aspose::Pdf::Document> | The Document object representing the source PDF to be bound. |
Remarks
This method initializes the PdfConverter with the specified PDF document. It also processes dynamic XFA forms within the document, if present.
See Also
- Typedef SharedPtr
- Class Document
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::BindPdf(System::SharedPtr<System::IO::Stream>) method
Binds a Pdf Stream for convert.
void Aspose::Pdf::Facades::PdfConverter::BindPdf(System::SharedPtr<System::IO::Stream> inputStream) override
| Parameter | Type | Description |
|---|---|---|
| inputStream | System::SharedPtr<System::IO::Stream> | The pdf Stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::BindPdf(System::String) method
Binds a Pdf file for converting.
void Aspose::Pdf::Facades::PdfConverter::BindPdf(System::String inputFile) override
| Parameter | Type | Description |
|---|---|---|
| inputFile | System::String | The pdf file. |
See Also
- Class String
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++