473,770 Members | 6,950 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5473
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*******@yaho o.com> wrote in message
news:15******** *************** **@posting.goog le.com...
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*******@yaho o.com> wrote in message
news:15******** *************** **@posting.goog le.com...
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******* *******@tk2msft ngp13.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*******@yaho o.com> wrote in message
news:15******** *************** **@posting.goog le.com...
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*******@yaho o.com> wrote in message
news:15******** *************** ***@posting.goo gle.com...
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******* *******@tk2msft ngp13.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*******@yaho o.com> wrote in message
news:15******** *************** **@posting.goog le.com...
> 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*******@yaho o.com> wrote in message
news:15******** *************** ***@posting.goo gle.com...
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******* *******@TK2MSFT NGP11.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*******@yaho o.com> wrote in message
news:15******** *************** ***@posting.goo gle.com...
> 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******* *******@tk2msft ngp13.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*******@yaho o.com> wrote in message
>> news:15******** *************** **@posting.goog le.com...
>> > 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
2417
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 xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
3
2189
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. Visual Studios does not want to cooperate. This is what I'm following: To generate a dataset From the Data menu, choose Generate DataSet. Tip If the Generate DataSet command is not enabled, click the page; the page must have focus for the...
1
475
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 OledbDataAdapter tool from the Data tab of the Toolbox. When OledbDataAdapter has been added to the Component tray i am able to generate a connection to Access database and generate Connection object and also the Test Connection has Succeeded. Now...
9
1821
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 does generate application behavior straight from the metamodel, without generating code. And we did not need "a decade of know-how in maintaining systems with more than 30 million lines of generated code" to understand that it is not necessary to...
4
2078
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 than creating a file. I assume I should be using System.IO.MemoryStream but can't get this to work. ' XML will be serialized to file.xml, in UTF-8, with BOM. Dim tw As New System.Xml.XmlTextWriter( _ New System.IO.FileStream("file.xml",...
10
18610
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 tablename; Here this function generate unique id for each row of the table. Regards..
1
2325
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 Page." After a lot of googling, all i can find that this applies to is when trying to use enum-type datatypes as bit-vector flags, or when use designers to make an expandable property in the property tool-window. However, NEITHer of these...
5
3698
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 form; the form must have focus for the menu to appear. The Generate Dataset dialog box is displayed.
0
2261
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 assistance. I say additional because I've already had help which is greatly appreciated. I do try to take the time and understand the provided script in hopes on not having to trouble others on those. But here it goes...
2
7391
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 some of our projects. I can configure a project(s) to generate the required XML Documentation file by editing the project properties via VS or I believe, if we were using one, a XML configuration file for MSBuild. We usually build our solutions...
0
9425
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10225
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10053
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10001
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9867
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7415
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6676
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.