Hi Guys,
Can anyone pl direct me on how to generate a PDF document from
ASP.NET.
I know it can be done using Crystal Reports.
I'm looking for any other alternative approaches.
First of all, can it be done without using any third party component ?
If not what are best components ?
Thanks for your advices.
Kishore 5 5377
Hi Kishore,
There are quite a few .Net implementations of PDF creators, some commercial
and some open source.
I've had fairly good success with this one: http://itextsharp.sourceforge.net
"MeDhanush" <me*******@yahoo.com> wrote in message
news:15*************************@posting.google.co m... Hi Guys,
Can anyone pl direct me on how to generate a PDF document from ASP.NET. I know it can be done using Crystal Reports. I'm looking for any other alternative approaches. First of all, can it be done without using any third party component ? If not what are best components ?
Thanks for your advices. Kishore
adding to Ken's post, I've been evaluating activepdf ( www.activepdf.com), it
looks pretty robust so far.
--
David Bartosik - Microsoft MVP
Visit www.davidbartosik.com
for Publisher and Web Design
Tips and How-to's.
"MeDhanush" <me*******@yahoo.com> wrote in message
news:15*************************@posting.google.co m... Hi Guys,
Can anyone pl direct me on how to generate a PDF document from ASP.NET. I know it can be done using Crystal Reports. I'm looking for any other alternative approaches. First of all, can it be done without using any third party component ? If not what are best components ?
Thanks for your advices. Kishore
Ken\David,
Thanks for the replies.
Based on my requirement ( i did't mention it in the original posting,
sorry for that),
1. iTextSharp is currently only ver 0.04, so i really don't like to go
PROD with 0.04. ( http://sourceforge.net/projects/itextsharp/)
But the good part is, it is developed in c#
2.activepdf did't mention about development platform, whether they
developed it in c# or using interop.( or I may be missing the link to
web page)
I'm really looking for a managed pdf converter.
So, my shot would be for one of the following
1.Dynamic PDF
a.DynamicPDF™ Generator.NET http://dynamicpdf.com/Products/Generator.NET/
2.Siberix
a.PDF Library http://www.siberix.com/pdf/index.html
b.Frame Set http://www.siberix.com/frameset/index.html
Can you guys pl comment on this.
Thanks again
Kishore
"David Bartosik - MS MVP" <db*******@mvps.org> wrote in message news:<O3**************@tk2msftngp13.phx.gbl>... adding to Ken's post, I've been evaluating activepdf (www.activepdf.com), it looks pretty robust so far.
-- David Bartosik - Microsoft MVP Visit www.davidbartosik.com for Publisher and Web Design Tips and How-to's.
"MeDhanush" <me*******@yahoo.com> wrote in message news:15*************************@posting.google.co m... Hi Guys,
Can anyone pl direct me on how to generate a PDF document from ASP.NET. I know it can be done using Crystal Reports. I'm looking for any other alternative approaches. First of all, can it be done without using any third party component ? If not what are best components ?
Thanks for your advices. Kishore
I've found iTextSharp to be quite stable and I use it in a production
environment.
The advantage is that if you find a bug, you have the source code so you can
fix it.
"MeDhanush" <me*******@yahoo.com> wrote in message
news:15**************************@posting.google.c om... Ken\David,
Thanks for the replies. Based on my requirement ( i did't mention it in the original posting, sorry for that), 1. iTextSharp is currently only ver 0.04, so i really don't like to go PROD with 0.04. (http://sourceforge.net/projects/itextsharp/) But the good part is, it is developed in c# 2.activepdf did't mention about development platform, whether they developed it in c# or using interop.( or I may be missing the link to web page)
I'm really looking for a managed pdf converter.
So, my shot would be for one of the following 1.Dynamic PDF a.DynamicPDF™ Generator.NET http://dynamicpdf.com/Products/Generator.NET/ 2.Siberix a.PDF Library http://www.siberix.com/pdf/index.html b.Frame Set http://www.siberix.com/frameset/index.html
Can you guys pl comment on this.
Thanks again Kishore
"David Bartosik - MS MVP" <db*******@mvps.org> wrote in message news:<O3**************@tk2msftngp13.phx.gbl>... adding to Ken's post, I've been evaluating activepdf (www.activepdf.com), it looks pretty robust so far.
-- David Bartosik - Microsoft MVP Visit www.davidbartosik.com for Publisher and Web Design Tips and How-to's.
"MeDhanush" <me*******@yahoo.com> wrote in message news:15*************************@posting.google.co m... > Hi Guys, > > Can anyone pl direct me on how to generate a PDF document from > ASP.NET. > I know it can be done using Crystal Reports. > I'm looking for any other alternative approaches. > First of all, can it be done without using any third party component ? > If not what are best components ? > > Thanks for your advices. > Kishore
Hi Kishore,
I see you got the answer from the iTextSharp author. Just for anyone
following this thread or picking it through a search, here's Gerald Henson's
reply:
"Just generate a key file using sn.exe, set the location of the key file in
the assemblyinfo.cs file of the itextsharp project, then rebuild. "
Ken
"MeDhanush" <me*******@yahoo.com> wrote in message
news:15**************************@posting.google.c om... Hi,
Thanks for the help of previous postings.., When I'm building the application along with itextsharp.dll, VS.NET complaining that this dll is not signed.
My application has .snk file.
I don't think I can sign itextsharp.dll.
Is there any way I can suppress this signature checking or is it technically all the DLL's needs to signed, if my application has a .snk ?
TIA Kishore
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message news:<OR**************@TK2MSFTNGP11.phx.gbl>... I've found iTextSharp to be quite stable and I use it in a production environment.
The advantage is that if you find a bug, you have the source code so you can fix it.
"MeDhanush" <me*******@yahoo.com> wrote in message news:15**************************@posting.google.c om... > Ken\David, > > Thanks for the replies. > Based on my requirement ( i did't mention it in the original posting, > sorry for that), > 1. iTextSharp is currently only ver 0.04, so i really don't like to go > PROD with 0.04. (http://sourceforge.net/projects/itextsharp/) > But the good part is, it is developed in c# > 2.activepdf did't mention about development platform, whether they > developed it in c# or using interop.( or I may be missing the link to > web page) > > I'm really looking for a managed pdf converter. > > So, my shot would be for one of the following > 1.Dynamic PDF > a.DynamicPDF? Generator.NET > http://dynamicpdf.com/Products/Generator.NET/ > 2.Siberix > a.PDF Library http://www.siberix.com/pdf/index.html > b.Frame Set http://www.siberix.com/frameset/index.html > > Can you guys pl comment on this. > > Thanks again > Kishore > > > "David Bartosik - MS MVP" <db*******@mvps.org> wrote in message > news:<O3**************@tk2msftngp13.phx.gbl>... >> adding to Ken's post, I've been evaluating activepdf >> (www.activepdf.com), >> it >> looks pretty robust so far. >> >> -- >> David Bartosik - Microsoft MVP >> Visit www.davidbartosik.com >> for Publisher and Web Design >> Tips and How-to's. >> >> "MeDhanush" <me*******@yahoo.com> wrote in message >> news:15*************************@posting.google.co m... >> > Hi Guys, >> > >> > Can anyone pl direct me on how to generate a PDF document from >> > ASP.NET. >> > I know it can be done using Crystal Reports. >> > I'm looking for any other alternative approaches. >> > First of all, can it be done without using any third party component >> > ? >> > If not what are best components ? >> > >> > Thanks for your advices. >> > Kishore This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Almoni |
last post by:
Hi,
I have a few .xsd files that include each other in the following way:
<!-- lets call the main schema file AA.xsd and it includes BB.xsd...
|
by: Garry Dawkins |
last post by:
Hey Frank, I'm a novice with this taking over someone elses application.
I'm attempting to add a dataset to a page. I have the query to populate...
|
by: jtsree |
last post by:
I am Using (Windows XP) Visual Studio.net 2003 professional edition working
on VB.net language.
I am bulding a very very simple project in VB.net...
|
by: Henk Verhoeven |
last post by:
We are not alone! "Where other MDA tools are generating programmingcode,
Codeless chooses not to generate code at all".
OK, phpPeanuts is not an...
|
by: Stephen |
last post by:
I need to generate input XML for another application by serialising classes
defined in an XSD document. The code below will generate the XML I...
|
by: Mamuninfo |
last post by:
Hello,
Have any function in the DB2 database that can generate unique id
for each string like oracle, mysql,sybase,sqlserver database.
In...
|
by: A Traveler |
last post by:
Hello, i am having this problem. The exact error message is:
"Unable to generate code for a value of type 'System.Web.UI.Page'. This
error...
|
by: pete |
last post by:
Help, I can not find this data wizard in my toolbox under data.
To generate a dataset
1.. From the Data menu, choose Generate DataSet.
Tip...
|
by: ward |
last post by:
Greetings.
Ok, I admit it, I bit off a bit more than I can chew.
I need to complete this "Generate Report" page for my employer and I'm
a...
|
by: bthubbard |
last post by:
This may not be the best group in which to post this. If there is a
better location please direct me there.
I have been experimenting with...
|
by: concettolabs |
last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
|
by: teenabhardwaj |
last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
|
by: Matthew3360 |
last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function.
Here is my code.
...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
| |