Just use Word Interop and Document.ExportAsFixedFormat
Third-party tools to convert word documents to PDF.
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.
Developer technologies | C#
2 additional answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2023-06-10T00:17:40.8+00:00 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.
-
Deleted
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