How to call doc2any.exe from C++ source code
#include "stdAfx.h" #pragma hdrstop #pragma warning(disable:4311) #pragma warning(disable:4312) void SilentSpawnVeryPDFAndWait( const CString fileNameIn , const CString fileNameOut) // launch excel to PDF converter { ...