Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Create PDF files in ASP.net

Reply
Thread Tools

Create PDF files in ASP.net

 
 
Frankwin
Guest
Posts: n/a
 
      03-06-2007
Hi,

I was wondering if there is any standard way to create PDF files in
ASP.net. I'm currently using a regular ASP application to generate PDF
files, but I'm in the process of converting the website to ASP.net.

Thanks

Frankwin

 
Reply With Quote
 
 
 
 
=?Utf-8?B?QWRsYWkgTWFzY2hpYWNo?=
Guest
Posts: n/a
 
      03-06-2007
Hi

did you try

http://itextsharp.sourceforge.net/

Adlai

-------------------------------------
If my answer helped you please press "Yes" bellow

אם תשובה זו עזרה לך, א*א הצבע "כן"

Adlai Maschiach
http://blogs.microsoft.co.il/blogs/adlaim/


"Frankwin" wrote:

> Hi,
>
> I was wondering if there is any standard way to create PDF files in
> ASP.net. I'm currently using a regular ASP application to generate PDF
> files, but I'm in the process of converting the website to ASP.net.
>
> Thanks
>
> Frankwin
>
>

 
Reply With Quote
 
 
 
 
Frankwin
Guest
Posts: n/a
 
      03-06-2007
Not yet. Will look at it now though.

Thanks

Frankwin

On Mar 6, 7:56*pm, Adlai Maschiach
<AdlaiMaschi...@discussions.microsoft.com> wrote:
> Hi
>
> did you try
>
> http://itextsharp.sourceforge.net/
>
> Adlai
>
> -------------------------------------
> If my answer helped you please press "Yes" bellow
>
> אם תשובה זו עזרה לך, א*א הצבע "כן"
>
> Adlai Maschiachhttp://blogs.microsoft.co.il/blogs/adlaim/
>
>
>
> "Frankwin" wrote:
> > Hi,

>
> > I was wondering if there is any standard way to create PDF files in
> > ASP.net. I'm currently using a regular ASP application to generate PDF
> > files, but I'm in the process of converting the website to ASP.net.

>
> > Thanks

>
> > Frankwin- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
Mark Rae
Guest
Posts: n/a
 
      03-06-2007
"Frankwin" <> wrote in message
news: oups.com...

> I was wondering if there is any standard way to create PDF files in
> ASP.net.


No standard way...

I use this: http://www.siberix.com/


 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      03-06-2007

"Frankwin" <> wrote in message
news: oups.com...
> Hi,
>
> I was wondering if there is any standard way to create PDF files in
> ASP.net. I'm currently using a regular ASP application to generate PDF
> files, but I'm in the process of converting the website to ASP.net.
>


I am still using an ASP (COM) component to do this in ASP.NET. ASPPdf. I
know it quite well from the classic ASP days, and haven't had time to
properly look at iTextSharp yet.

HTH

Mike


 
Reply With Quote
 
Frankwin
Guest
Posts: n/a
 
      03-07-2007
On Mar 6, 10:54 pm, "Mike" <some...@dot.net> wrote:
> "Frankwin" <frankwin.hooglan...@gmail.com> wrote in message
>
> news: oups.com...
>
> > Hi,

>
> > I was wondering if there is any standard way to create PDF files in
> > ASP.net. I'm currently using a regular ASP application to generate PDF
> > files, but I'm in the process of converting the website to ASP.net.

>
> I am still using an ASP (COM) component to do this in ASP.NET. ASPPdf. I
> know it quite well from the classic ASP days, and haven't had time to
> properly look at iTextSharp yet.
>
> HTH
>
> Mike


Yeah I'm currently using ASPPdf too, but it requires installation of a
DLL and my new hosting provider doesn't allow that, so that's why I
was wondering if there was a way to do it in .net without having to
install stuff.

 
Reply With Quote
 
Jon Paal [MSMD]
Guest
Posts: n/a
 
      03-07-2007
many webhosts accept/use the pdf component from websupergoo.

developer license is free for a link back





"Frankwin" <> wrote in message news: oups.com...
> On Mar 6, 10:54 pm, "Mike" <some...@dot.net> wrote:
>> "Frankwin" <frankwin.hooglan...@gmail.com> wrote in message
>>
>> news: oups.com...
>>
>> > Hi,

>>
>> > I was wondering if there is any standard way to create PDF files in
>> > ASP.net. I'm currently using a regular ASP application to generate PDF
>> > files, but I'm in the process of converting the website to ASP.net.

>>
>> I am still using an ASP (COM) component to do this in ASP.NET. ASPPdf. I
>> know it quite well from the classic ASP days, and haven't had time to
>> properly look at iTextSharp yet.
>>
>> HTH
>>
>> Mike

>
> Yeah I'm currently using ASPPdf too, but it requires installation of a
> DLL and my new hosting provider doesn't allow that, so that's why I
> was wondering if there was a way to do it in .net without having to
> install stuff.
>



 
Reply With Quote
 
Mark Rae
Guest
Posts: n/a
 
      03-07-2007
"Frankwin" <> wrote in message
news: oups.com...

> Yeah I'm currently using ASPPdf too, but it requires installation of a
> DLL and my new hosting provider doesn't allow that, so that's why I
> was wondering if there was a way to do it in .net without having to
> install stuff.


http://www.siberix.com is a proper .NET assembly, so no installation
required - just drop it in your \bin folder and you're good to go...


 
Reply With Quote
 
dgk
Guest
Posts: n/a
 
      03-08-2007
On 7 Mar 2007 05:35:29 -0800, "Frankwin"
<> wrote:

>On Mar 6, 10:54 pm, "Mike" <some...@dot.net> wrote:
>> "Frankwin" <frankwin.hooglan...@gmail.com> wrote in message
>>
>> news: oups.com...
>>
>> > Hi,

>>
>> > I was wondering if there is any standard way to create PDF files in
>> > ASP.net. I'm currently using a regular ASP application to generate PDF
>> > files, but I'm in the process of converting the website to ASP.net.

>>
>> I am still using an ASP (COM) component to do this in ASP.NET. ASPPdf. I
>> know it quite well from the classic ASP days, and haven't had time to
>> properly look at iTextSharp yet.
>>
>> HTH
>>
>> Mike

>
>Yeah I'm currently using ASPPdf too, but it requires installation of a
>DLL and my new hosting provider doesn't allow that, so that's why I
>was wondering if there was a way to do it in .net without having to
>install stuff.


I'm confused. A hosting site doesn't allow you to install a dll?
Aren't third party controls hosted in dlls? The app itself is in a
dll.

I use iTextSharp for this, and the dll just sits in the bin directory
along with the other dlls.

I suppose if you need to install a dll in the GAC or windows directory
then it would be another story.
 
Reply With Quote
 
Mark Rae
Guest
Posts: n/a
 
      03-08-2007
"dgk" <> wrote in message
news:...

> I'm confused. A hosting site doesn't allow you to install a dll?
> Aren't third party controls hosted in dlls? The app itself is in a
> dll.


Indeed.

> I use iTextSharp for this, and the dll just sits in the bin directory
> along with the other dlls.


Quite so - same with Siberix...

> I suppose if you need to install a dll in the GAC or windows directory
> then it would be another story.


In my experience, most 3rd-party add-ins do not *need* to be installed in
the GAC - software authors realise that the vast majority of ISPs either do
not permit this or at least charge for it, so they design their DLLs
accordingly so as not to risk losing lots of sales...


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF::Template - Create cascade PDF alwaysonnet Perl Misc 0 06-02-2010 09:48 AM
Postscript to PDF with pdf-tools, pdf-writer, or other Sean Nakasone Ruby 1 04-14-2008 09:13 PM
PDF::Writer, create pdf and insert in other pdf file. Ricardo Pog Ruby 1 03-26-2008 08:24 PM
GUIDE: Using xtopdf to create PDF from text and DBF files (including creating simple PDF e-books) vasudevram Python 0 07-22-2006 04:41 PM
How to create Unicode PDF bookmarks using PDF::API2? Bruce Horrocks Perl Misc 0 01-24-2006 11:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57