示例代码:
Document pdfDocument = new Document(“d:\test1.pdf");test1.pdf (176.5 KB)
DocSaveOptions saveOptions = new DocSaveOptions();
saveOptions.Format = DocSaveOptions.DocFormat.Docx;
pdfDocument.Save(“d:\test1.Docx”, …...pdf转docx出现异常,System.NullReferenceExcepti 中文技术支持 arlpan2000 September...DocSaveOptions.DocFormat.DocX; pdfDocument.Save(“d:\test1.docx”, saveOptions);...