The requirement is to convert documents(.doc & .rtf) files to PDF format.But I shouldn't use any Openoffice, Itextsharp or even interop dll's while due to unavailability of license issue. The management suggested using CutePDF writer might be able to convert.
I installed CutePDF writer, set it as a default printer. The whole day I googled for this, I didn't find any cute PDF programmatical interface(like .dll) to use in the C# code. Can anyone guide this how to do? or suggest me if it is not possible to convert by using cute pdf writer which is a correct way or not.