Hi All,
i am using pdfcrowd dll for converting html to pdf...my problem is that there is a method for pdf creation
fileStream = new FileStream(repame, FileMode.CreateNew);
while using this the file is created at C:\\Program Files\\Common Files\\Microsoft Shared\\DevServer\\10.0\\
now i want to change the path to my server folder , what i have to do ?
Thanks