Did more investigation. I wrote a small console app of my own that i could provide our key to get past the elevated rights.
Once i did this, i got the following message:
docx conversion failed: cannot load font, and cannot find any fallback fonts.
I see you have a resource folder in the sample app you sent that had the following files:
pdftron_layout_resources.plugin
pdftron_smart_substituion.plugin
so i added this directory and set my WordToPDFOptions.SetLayoutResourcesPluginPath() and .SetSmartSubstitutionPluginPath() to this resources directory.
It worked.
So what are this .plugin files and do i need to create them to deploy to my azure web site?
Thanks for any help on this.