.NET to pdf
-
I need to generate pdf dynamically, programmatically from an ASP.NET web form. I use C# for the code behind. I retrieve data from a SQL server database. I need to let a user on my web application have the option of generating a pdf document with this data, save it on a local drive or path of choice, and view it. Thank you in advance..
-
I need to generate pdf dynamically, programmatically from an ASP.NET web form. I use C# for the code behind. I retrieve data from a SQL server database. I need to let a user on my web application have the option of generating a pdf document with this data, save it on a local drive or path of choice, and view it. Thank you in advance..
I think Crystal Reports which comes with VS Enterprise Architect has PDF export functionality
-
I think Crystal Reports which comes with VS Enterprise Architect has PDF export functionality
-
I need to generate pdf dynamically, programmatically from an ASP.NET web form. I use C# for the code behind. I retrieve data from a SQL server database. I need to let a user on my web application have the option of generating a pdf document with this data, save it on a local drive or path of choice, and view it. Thank you in advance..
Check this out: http://sourceforge.net/projects/pdflibrary/ It's officially in BETA, but I've been using it in one application for a little while now without problems. Andrew Connell IM on MSN andrew@aconnell.com
-
Check this out: http://sourceforge.net/projects/pdflibrary/ It's officially in BETA, but I've been using it in one application for a little while now without problems. Andrew Connell IM on MSN andrew@aconnell.com
I have tried using the project u mention. It currently generates a single page pdf document. I was not able to figure out how to make multi page pdf documents with it..have u had any success in this regard??when i tried adding more text than a single page could hold it kind of ran out of the page..how do i tweak or add to the code to make it generate as many pages as necessary to hold the data??if you could please help me on this matter..i appreciate your time.. Thank you in advance..
-
I have tried using the project u mention. It currently generates a single page pdf document. I was not able to figure out how to make multi page pdf documents with it..have u had any success in this regard??when i tried adding more text than a single page could hold it kind of ran out of the page..how do i tweak or add to the code to make it generate as many pages as necessary to hold the data??if you could please help me on this matter..i appreciate your time.. Thank you in advance..
Hmmm... never had the need... all my reports are one page. If I uncover anything I'll keep you informed. Andrew Connell IM on MSN andrew@aconnell.com
-
Hmmm... never had the need... all my reports are one page. If I uncover anything I'll keep you informed. Andrew Connell IM on MSN andrew@aconnell.com