发布时间:2019-07-05编辑:佚名阅读(2575)
public void Word2PDF(string srcDocPath, string dstPdfPath) { // Load the document from disk. Document srcDoc = new Document(srcDocPath); // Save the document in PDF format. srcDoc.Save(dstPdfPath, SaveFormat.Pdf); }
关键字: C# Aspose.word Word转PDF
2人
0人
0人
0人