i have word documents. i want to convert in pdf asp.net C#
i want to convert a word Documents in pdf file in asp.net using C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
alice yangPosted Oct 8, 2020, 8:15 PM
Kip HackmanPosted Oct 5, 2020, 1:04 PM
Candy BrownPosted Dec 12, 2014, 5:17 AM
That CodeProject's article that Sanjeeb posted is really an over engineering... I mean essentially it is calling a MS Words automation indirectly via 'PDFConverter.exe', but you can just as well use a Word Interop in .NET (although you should note that it is not recommended to use it on a server side).
An alternative article that you could check out is this conversion from Word to a PDF file in C#. Also you can use a direct export of your PDF file in ASP.NET with this approach.
Hudson LanePosted Jun 16, 2014, 2:28 AM
http://www.aspose.com/.net/word-component.aspx
Ring ZhongPosted Sep 6, 2013, 5:13 AM
refer to this link, also recommended by Sanjeeb Lenka
http://www.c-sharpcorner.com/Forums/Thread/218581/convert-word-file-into-pdf-file.aspx
http://www.e-iceblue.com/Knowledgebase/Spire.Doc/Program-Guide/How-to-Convert-Word-to-PDF.html
Sanjeeb LenkaPosted Aug 13, 2013, 3:00 AM
refer to this link
http://www.codeproject.com/Articles/38592/Convert-Word-Documents-to-PDF-on-an-ASP-NET-Server