Open XML SDK - add a support to save Word docx as PDF. 3rd party tools are costly and do not render complex docx as SaveAs2 of Word Interop.
Word Interop is a nice solution, yet very slow (comparing to OpenXml) and unreliable (we encountered that if a user clicks Ctrl+C to copy something, whilst Interop is running in a background, generating multiple documents, its content will be pasted onto one of those documents, although the user intended to paste it somewhere else) . There are 3rd party solutions to save as PDF from OpenXml, yet they do not render correctly our relatively complex invoices (header with image and table, footer with table and so on), so for now we ended up to generate them all as docx and then run Word Interop from a server to convert them into pdf, using SaveAs2 method.

2 comments
-
Anonymous commented
Need this fonctionality too.
-
NASHAT ALHAZAYMEH commented
this is the only missing feature that everyone worked on OpenXml looking for