Aspose::Pdf::Facades::PdfConverter::BindPdf method

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
ParameterTypeDescription
srcDocSystem::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

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
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>The pdf Stream.

See Also

PdfConverter::BindPdf(System::String) method

Binds a Pdf file for converting.

void Aspose::Pdf::Facades::PdfConverter::BindPdf(System::String inputFile) override
ParameterTypeDescription
inputFileSystem::StringThe pdf file.

See Also