I want to convert docx file to pdf.
I have tried microsoft office interop but it doesn't work without office.
Is there any other way to convert docx file into pdf ?(using .net free library)
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.
Marvin ReidPosted Sep 26, 2022, 8:48 PM
You can use the DocumentConverter class to convert the DOCX files to PDF. Here is an example:
https://www.leadtools.com/help/sdk/v22/tutorials/dotnet-console-convert-files-with-the-document-converter.html
Prince JainPosted Jan 19, 2021, 10:02 AM
I am refering below url
https://www.c-sharpcorner.com/UploadFile/698727/convert-word-file-to-pdf-using-C-Sharp/
Prince JainPosted Jan 19, 2021, 6:43 AM
Tina TangPosted Jan 19, 2021, 1:57 AM
Ben ThompsonPosted Jan 18, 2021, 10:25 PM
Prince JainPosted Jan 18, 2021, 6:08 PM
Sachin SinghPosted Jan 18, 2021, 4:44 PM