Wiki

Clone wiki

Aspose for OpenXML / Convert Document to PDF

#!c#


 Document doc = new Document("Converting Document.docx");
            doc.Save("Document.Doc2PdfSave Out.pdf");

Download

Updated