文檔首頁(yè)>>E-iceblue中文文檔>>將 Word 轉(zhuǎn)換為 PDF
將 Word 轉(zhuǎn)換為 PDF
可以使用 Spire.Doc for .NET 在 Azure 應(yīng)用程序(例如 Azure Web 應(yīng)用程序和 Azure Functions 應(yīng)用程序)中執(zhí)行 Word 到 PDF 的轉(zhuǎn)換。在本文中,您可以看到使用 Spire.Doc for .NET 實(shí)現(xiàn)此功能的代碼示例。
輸入Word文檔:
第 1 步:安裝 Spire.Doc NuGet 包作為 NuGet.org 項(xiàng)目的參考。
第 2 步:添加以下代碼以將 Word 轉(zhuǎn)換為 PDF。
[C#]
//Create a Document instance Document document = new Document(); //Load the Word document document.LoadFromFile(@"sample.docx"); //Create a ToPdfParameterList instance ToPdfParameterList ps = new ToPdfParameterList { UsePSCoversion = true }; //Save Word document to PDF using PS conversion document.SaveToFile("ToPdf.pdf", ps);
[VB.NET]
Private Sub SurroundingSub() Dim document As Document = New Document() document.LoadFromFile("sample.docx") Dim ps As ToPdfParameterList = New ToPdfParameterList With { .UsePSCoversion = True } document.SaveToFile("ToPdf.pdf", ps) End Sub
輸出 PDF 文檔:
歡迎下載|體驗(yàn)更多E-iceblue產(chǎn)品
如需獲取更多產(chǎn)品相關(guān)信息請(qǐng)咨詢慧都在線客服