PDF(英-中).PDF (89.8 KB)
请帮我用 Aspose.PDF for .NET把这个pdf转换成word,我想看一下是否跟我转换的效果一样,谢谢。
我已经将PDF文件转换为Word文件,无法观察到任何问题。我也与您分享了我的结果。
string path = "F:\\Aspose Work\\"; Aspose.Pdf.License lic = new Aspose.Pdf.License(); lic.SetLicense(path+"Aspose.Total.Product.Family.lic"); Document pdfDocument = new Document(path + "PD.pdf"); // Save the file into MS document format pdfDocument.Save(path + "PD1.doc", SaveFormat.Doc);
PD1.zip (19.1 KB)