|
Generate pdf document . . . -- Raj --
Hi All, In my application I have one of my page which shows receipt for the payment that user make using credit card. Is there any way that I present this page as pdf document so that user can save that pdf document ? I am trying to do this as this would give more proffesional look to receipt!. Thanks Raj |
|
-- Raj --
Yes, another thing that I have to make this modification in my VS 2003 project. And is web application. Raj |
|
-- vassy --
I'd like to know how to do this... I had im mind this question but I didn't get there, so I didn't answer yet. Thanks you did it. ----- Original Message ----- From: "Raj" To: "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" Sent: Monday, July 03, 2006 9:48 AM Subject: Re: Generate pdf document . . . Yes, another thing that I have to make this modification in my VS 2003 project. And is web application. Raj > |
|
-- Scorpion King --
try this http://www.dnzone.com/ShowDetail.asp?NewsId=231 Raj wrote: Yes, another thing that I have to make this modification in my VS 2003 project. And is web application. Raj |
|
-- Raj --
Thanks Scorpion King .... This would definitely help me, but I was also trying not to use third party service ... rather if I can simply do this using Crystal Reports. Raj |
|
-- Munir Hussain --
i dont know what the thread question was, but from this reply, i would suggest the following code : Private objReportSource As new ReportDocument ' ' Other initialization task such as DataSource, .... objReportSource.ExportToDisk(CrystalDecisions. .ExportFormatType.PortableDocFormat, "D:/abc.pdf") Hope it ll help. Munir Raj Thanks Scorpion King .... This would definitely help me, but I was also trying not to use third party service ... rather if I can simply do this using Crystal Reports. Raj --------------------------------- Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta. |
|
-- "Bradley, Peter" --
There's also an open source library. http://itextsharp.sourceforge.net /I've never used it, so I don't know if it's any good. Peter -----Original Message----- From: DotNetDevelopment Re: Generate pdf document . . . Thanks Scorpion King .... This would definitely help me, but I was also trying not to use third party service ... rather if I can simply do this using Crystal Reports. Raj |