Hi,
I have to write this .net code in classic ASP.Can someone please translate this in to classic ASP. I dont know whether Aspose.PDF supports these methods in ASP.
Pdf pdf = new Pdf();
pdf.BindFO(@"C:\SummaryAllXml.xml", @"C:\bar_summaryAll_pdf.xsl");
byte[] myDataBuffer = pdf.GetBuffer(); //webClient.DownloadData(strURL);
MemoryStream ms = new MemoryStream();
pdf.Save(ms);
return ms.GetBuffer();
Waiting for your response.
Thanks,
Sankalp Singhal