I Need to convert docx file to pdf using open source library
Loading
I Need to convert docx file to pdf using open source 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.
Mohit KalaPosted Jul 31, 2023, 10:56 AM
I Need Free Library?
Vishal YelvePosted Jul 28, 2023, 1:54 PM
https://products.fileformat.com/word-processing/net/docx-to-pdf-converter/#:~:text=In%20order%20to%20convert%20DOCX,can%20convert%20DOCX%20to%20PDF.
https://www.gemboxsoftware.com/document/examples/c-sharp-convert-word-to-pdf/6007
https://www.codeproject.com/Questions/346784/How-to-convert-word-document-to-pdf-in-Csharp
Marvin ReidPosted Jul 27, 2023, 3:54 PM
If you cannot find a suitable open source package, you can try using the LEADTOOLS SDK. You can take that .Docx file and convert it to a PDF through use of the DocumentConverter. Here is an example:
https://www.leadtools.com/help/sdk/tutorials/dotnet-fx-winforms-convert-files-with-the-document-converter.html
Leon DPosted Jul 24, 2023, 1:59 AM
You can check Free Spire.Doc, it's not open source but robust and easy to use.
https://www.e-iceblue.com/Download/download-word-for-net-free.html
Here is a simple example for converting word docx to pdf:
In addition, it also supports lots of custom word to pdf conversion options, including encrypting the result pdf, retain bookmarks, embedding fonts and many more. You can check the following article for more details:
https://www.e-iceblue.com/Tutorials/Spire.Doc/Spire.Doc-Program-Guide/How-to-Convert-Word-to-PDF.html
Vahid FarahmandianPosted Jul 21, 2023, 11:36 AM
You can check these GitHub repos: