❔ C# Library - Word to PDF?
Hey.
I have a project that can export data as word using SharpDocX library. Bottom line is somewhere in my code i reach a point where I have a byte array that can be deserialized to a docx document.
Do you know of a library that can transform the docx to a pdf?
5 Replies
Stack Overflow
Convert word file(.docx & doc) to .pdf using c#
How i can convert word file (.docx & doc ) to .pdf in c# without using SaveAs() or Save() method ? or without uploading on server?
Software Recommendations Stack Exchange
.NET library to convert Microsoft Office docs to PDF
I am looking for a library (open source or paid) that can convert Microsoft Office documents (.docx, .xlsx etc.) and images to PDF. This library must be accessible from .NET.
I had a look at ABCpd...
unfortunately those are all paid libraries
do yall know of any open source ones?
maybe even a JS one that i can interop?
Office interop is free
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.