creating a PDF from ASP and ASP.net
-
Hello all, ;) I'm developing a web application with ASP. I'm trying to write the output (text) as a report in PDF format. :confused: I'm trying to do that in ASP and also in ASP.Net So, I was wondering if any one has some hints for me on how to create and write to PDF from both ASP and ASP.net :~ Please let me know, any hints are appreciated Thanks in advance for all your help.
-
Hello all, ;) I'm developing a web application with ASP. I'm trying to write the output (text) as a report in PDF format. :confused: I'm trying to do that in ASP and also in ASP.Net So, I was wondering if any one has some hints for me on how to create and write to PDF from both ASP and ASP.net :~ Please let me know, any hints are appreciated Thanks in advance for all your help.
Have a look at PDFLib[^]. It supports both, plus a heap of other languages. It's not free for commercial use, but it's pretty good. It is free for open-source or private use, though (the Lite version only). Ryan Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)
Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact" -
Have a look at PDFLib[^]. It supports both, plus a heap of other languages. It's not free for commercial use, but it's pretty good. It is free for open-source or private use, though (the Lite version only). Ryan Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)
Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"it looks good, thanks a lot. So there is no way to do it directly from ASP or ASP.net, I have to use a 3rd party software to accomplish that. Thanks
-
it looks good, thanks a lot. So there is no way to do it directly from ASP or ASP.net, I have to use a 3rd party software to accomplish that. Thanks
DotNet WebDev Newbe wrote: So there is no way to do it directly from ASP or ASP.net Not from ASP, and I've never done ASP.NET, but I don't think there is a way without using 3rd party software. Ryan Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)
Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"