473,387 Members | 1,493 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,387 software developers and data experts.

convert a textFile to a pdf file.

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

Nov 19 '05 #1
8 1695
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" <bb*******@discussions.microsoft.com> wrote in message
news:3F**********************************@microsof t.com...
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

Nov 19 '05 #2
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" <bb*******@discussions.microsoft.com> wrote in message
news:3F**********************************@microsof t.com...
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


Nov 19 '05 #3
There are several open source options. Try iTextSharp at:
http://sourceforge.net/projects/itextsharp/ I've used this one in the past
and liked it. It's a tad cumbersome at times, but it gets the job done and
the price is right.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"bbdobuddy" <bb*******@discussions.microsoft.com> wrote in message
news:C8**********************************@microsof t.com...
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" <bb*******@discussions.microsoft.com> wrote in message
news:3F**********************************@microsof t.com...
> 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
>


Nov 19 '05 #4
Hello Brian,

I work for a company that has a product that can generate PDF documents
from text file. The company name is ceTe Software and the name
of the product is DynamicPDF Generator for .NET. Following is the
link to the download of fully functional evaluation version
http://www.cete.com/Products/Generat...T/Download.csp. Look at
the TmeMachine example which shows how the to generate PDF documents
from text files. The examples are downloaded with the product download.
Let me know if you have any further questions.

Vishal

bbdobuddy wrote:
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


Nov 19 '05 #5
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" <bb*******@discussions.microsoft.com> wrote in message
news:C8**********************************@microsof t.com...
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" <bb*******@discussions.microsoft.com> wrote in message
news:3F**********************************@microsof t.com...
> 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
>


Nov 19 '05 #6
<vi**********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...

Vishal,
Let me know if you have any further questions.


Your product looks excellent, and one of the least cumbersome PDF APIs I've
ever seen!

Quesion: I'm a self-employed contractor and typically spend between three
and six months on a project for a client after which I move on to the next
one - such is the life of an IT contractor. If I were to purchase a
developer license for your product, presumably I could use it in any
software I develop for any client and deploy it on as many of those clients'
workstations and servers as required?

However, in almost all cases, my clients require me to leave them with the
full source code of everything I develop so that their internal development
teams can support and extend it etc. Would this affect my license at all, or
would it be down to them to purchase additional licenses for their
developers?

Thanks,

Mark
Nov 19 '05 #7
Hello Mark,

I am gald you liked our product. Yes purchasing the developer license
will allow you to use the license to develop any number of applications
and distribute it royalty free as well as deploy it on any number of
client servers, work stations without any problem.

Once you distribute the application to the client, and if they wish to
do enhancements or further develop the application then they would need
to puchase a seperate license and in that case will not affect your
licensing.

Let me know if you have any further questions.
Thanks
Vishal Mehta

Mark Rae wrote:
<vi**********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...

Vishal,
Let me know if you have any further questions.


Your product looks excellent, and one of the least cumbersome PDF APIs I've
ever seen!

Quesion: I'm a self-employed contractor and typically spend between three
and six months on a project for a client after which I move on to the next
one - such is the life of an IT contractor. If I were to purchase a
developer license for your product, presumably I could use it in any
software I develop for any client and deploy it on as many of those clients'
workstations and servers as required?

However, in almost all cases, my clients require me to leave them with the
full source code of everything I develop so that their internal development
teams can support and extend it etc. Would this affect my license at all, or
would it be down to them to purchase additional licenses for their
developers?

Thanks,

Mark


Nov 19 '05 #8
<vi**********@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Let me know if you have any further questions.


If only I could afford to buy it...
Nov 19 '05 #9

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

Similar topics

7
by: Hans A | last post by:
I have a textfile "textfile.txt" containing a list of words. There is one word on each line. I want to pick two random lines from this textfile, and I have tried to do something like: //Loading...
1
by: Manfred Schwab | last post by:
Recording messages and print statements in a textfile during program execution. Is there a similar command to redirect errormessages or print statements into a standart asciifile during...
1
by: Larry Rekow | last post by:
I have a report that's created each day as a flat textfile. Because I came from the Access world, I created a macro that imports it with a schema that gives meaningful names to the various...
2
by: Pavel Novotny | last post by:
H I'm trying to import a | seperated text from string variable which represents a tabl with several fields, eg 6124079|PRIRUBA 11 DN250 PN6;CSN131160.0;11369.1;CSN131005.50|KS|11,100000|3437,...
6
by: Friso Wiskerke | last post by:
Hi all, I'm creating a fixed length textfile with data which is sent out to a third-party which in turn reads the file and processes it. Some of the characters are not part of the lower ASCII...
7
by: Peter Proost | last post by:
Hi, I'm creating an import module to read data from old textfiles, run some calculations on them and save them to sql server. I've figured out how to do a select on textfile using a schema.ini file...
1
by: Justin Fancy | last post by:
Hi everyone, I have a textfile which I need to read and compare dates. The text file summarizes every time I do an update to an internet site. Sample output is as follows: Copying...
2
by: Bart Kastermans | last post by:
I have written a little program that takes as input a text file, converts it to a list with appropriate html coding (making it into a nice table). Finally I want to upload this list as a textfile...
6
by: Alexandra | last post by:
Hi, I have a folder with hundreds of text files. Each text file contains a row with a date. I want to rename the text file with the date contained in this text file. Example: Suppose I have 2...
1
by: asedt | last post by:
With my Excel macro and two text files I want to create a new textfile containing the first textfile then text from the sheet and then the second textfile. My problem is that i don't know how to...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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.