Hi,
In my Sharepoint Site, I want to convert both doc files as well as docx files to Pdf format. I referred the below link
I got the pdf files in some cases and in some cases the pdf file is not generated. The Option Convert To Pdf works only for doc files and the context menu is disabled in case of docx files. I want to do both conversions using the same exe. i modified Elements.xml file like this
http://schemas.microsoft.com/sharepoint/">
<DocumentConverter Id="{0CCBC151-D68C-4925-ACCC-803693C9D47C}"
Name="Convert Word Document To PDF"
App="ConvertDocToPdf.exe"
From="doc"
To="pdf"
/>
<DocumentConverter Id="{268B3F3F-3043-4179-A34A-50F9CB541757}"
Name="Convert Word Document To PDF"
App="ConvertDocToPdf.exe"
From="docx"
To="pdf"
/>
But it has no effect. Any help is greatly appreciated.
Thanks in advance.
R.Saranya.