Hi <o:p>,
i am using pdf downloading in following process</o:p><o:p></o:p><o:p></o:p><o:p></o:p><o:p></o:p>
Document doc = new Document(“in.doc”);<o:p></o:p>
MemoryStream aPdfStream = new MemoryStream();
doc.Save(aPdfStream, SaveFormat.AsposePdf);
Aspose.Pdf.Pdf pdf = new Aspose.Pdf.Pdf();
pdf.BindXML(aPdfStream, null);
pdf.Save(“xyz.pdf”, Aspose.Pdf.SaveType.OpenInAcrobat, Response);
But i am getting evalution version even our company had word license. please tell me how to download with the evaluation version in the pdf when converting from word(we licence for word).
Thanks and Regards
Marala