API Reference > Classes > OdPdf3DStreamExtractor Class > OdPdf3DStreamExtractor Methods > OdPdf3DStreamExtractor::openPdfDocument Method
OdPdf3DStreamExtractor::openPdfDocument Method
Syntax
C++
virtual ExtractResult openPdfDocument(const OdString& path, const OdString& password) = 0;
Parameters 
Description 
const OdString& path 
[in] A reference to an OdString object that contains the path to the PDF document.  
const OdString& password 
[in] A reference to an OdString object that contains the password for the PDF document.  

A value of the ExtractResult enumeration that contains the result of the process.

Opens a PDF document.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.