C
C#13mo ago
abc

❔ 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
TheBoxyBear
TheBoxyBear13mo ago
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?
TheBoxyBear
TheBoxyBear13mo ago
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...
abc
abc13mo ago
unfortunately those are all paid libraries do yall know of any open source ones? maybe even a JS one that i can interop?
TheBoxyBear
TheBoxyBear13mo ago
Office interop is free
Accord
Accord13mo ago
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.