Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对EvoPdf有疑问。看下面的行:
EvoPdf.Document pdfDocument = new EvoPdf.Document(docFile);
docFile文件的有效路径在哪里。我已经检查了两次。异常消息是:
docFile
Could not create the Document. The method parameter cannot be null
有什么建议么?