An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Just use Word Interop and Document.ExportAsFixedFormat
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In one of our projects, we have a requirement to convert Microsoft Word documents to PDF using the Azure Function C# .NET language.
We are specifically interested in exploring third-party tools licensed and owned by Microsoft, as they would align with our needs.
If anyone has insights or information regarding such tools, we would greatly appreciate it.
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Answer accepted by question author
Just use Word Interop and Document.ExportAsFixedFormat
Word interop is not supported on servers, and definitely not supported by azure functions.
Microsoft only has the open xml sdk (now open source) and office 365 rest api. Neither of these support what you want. So you will need a 3rd party package.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more