I assume you are speaking of an ASP.Net project. For if you just want to do
this with a Windows desktop app and you create it within Visual Studio 2003,
then you can included Crystal Reports in the deployed project.
For the ASP.net project, if you want a free solution, you can go to the
site
http://itextsharp.sourceforge.net/, find your way to where you can
download the iTextSharp.dll, include it in your project and everything is
fine--that is if your web host will allow you to put dlls at the site--and
if you have enough endurance to create and format all of the PDF output
using the methods of the iTextSharp class.
I assume there are also solutions you can purchase.
"bbdobuddy" <(E-Mail Removed)> wrote in message
news:C83B8B86-9E10-410D-9521-(E-Mail Removed)...
> So there isn't anything for free that I can accomplish this with.
> I am trying to generate some reports in my .net project and they want the
> reports in .pdf. I think that converting the Crystal Reports to PDF would
> cause my client to buy the Crystal Reports Liscense but I am not sure.
>
> Does anybody have any input on this.
> Thanks
>
>
> "Grant Merwitz" wrote:
>
>> You will need to buy a 3rd party API to do this.
>> Unless you want to write one yourself, but that'll take months
>>
>> 2 i've seen are:
>>
>> ABCPdf
>> PDFAspose (or maybe AsposePDF)
>>
>>
>> "bbdobuddy" <(E-Mail Removed)> wrote in message
>> news:3F8CD1CB-EAB2-48DF-A1C6-(E-Mail Removed)...
>> > Hi,
>> >
>> > I am generating some text in a text file that I want to generate to a
>> > pdf
>> > file but I am not sure how to do this in .net.
>> >
>> > Any help would be appreciated
>> > Thanks
>> > Brian
>> >
>>
>>
>>