473,394 Members | 1,828 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Generate PDF from ASP.NET

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
Nov 18 '05 #1
5 5450
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


Nov 18 '05 #2
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

Nov 18 '05 #3
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

Nov 18 '05 #4
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


Nov 18 '05 #5
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


Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
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 inside it --> <xs:schema...
3
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 the page and I have the walkthrough instructions. ...
1
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 where i connect to Access Database by dragging...
9
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 MDA tool (it has no fancy modeling GUI). But it...
4
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 require but I need to generate this in memory rather...
10
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 mysql:- select md5(concat_ws("Row name")) from...
1
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 occurred while trying to generate the property value for...
5
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 If you do not see the Data menu, click in the...
0
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 little over my head. I could use some additional...
2
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 Sandcastle to generate CHM help file documentation for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.