I've seen others ask this but I think my requirement is the most strict yet:
I need to programmatically convert MS Word .DOC (Office 2003 or earlier) or .DOCX (Office 2007 or later) files into PDF files. This needs to happen on an ad-hoc basis over time - not once, not with a set of files sitting on my desktop right now.
My platform runs in the cloud, so I have no server on which to run one of the many server-side conversion tools out there and I cannot write a VB or C# or Java application in which to make this happen. For instance, I cannot use Aspose.words or Libre Office since I have no computer on which to install them or an app that uses them.
I am thinking I need a client-side, web browser-based solution, JavaScript for instance. Is there such a library? From the other questions I see have been asked here over the last couple of years, I think the answer is no, but I thought I'd better check to be sure.
Thanks!