Answered by:
How to convert text file into PDF in C#

Question
-
Hi,
we have requirement like to convert a text file into a PDF file in C#. First we have to read the text file and display the same data into PDF file. Please help on this.
Regards,
Vijay
Thursday, August 2, 2012 12:41 PM
Answers
-
Hi,
one of th solutions can be found here: http://www.codeproject.com/Articles/12266/Convert-a-Text-File-to-a-PDF-File
Mitja
- Proposed as answer by Dave A Gordon Thursday, August 2, 2012 11:11 PM
- Marked as answer by Bob ShenModerator Thursday, August 9, 2012 8:41 AM
Thursday, August 2, 2012 12:56 PM -
Many developers use the iText library (http://itextpdf.com/) to create and manipulate PDF files.
You can also find some useful articles at the following linkshttp://www.codeproject.com/Articles/12266/Convert-a-Text-File-to-a-PDF-File
http://www.codeproject.com/Articles/4690/Text2PDFBye.
Luigi Bruno
- Proposed as answer by Dave A Gordon Thursday, August 2, 2012 11:10 PM
- Marked as answer by Bob ShenModerator Thursday, August 9, 2012 8:41 AM
Thursday, August 2, 2012 1:14 PM
All replies
-
Hi,
one of th solutions can be found here: http://www.codeproject.com/Articles/12266/Convert-a-Text-File-to-a-PDF-File
Mitja
- Proposed as answer by Dave A Gordon Thursday, August 2, 2012 11:11 PM
- Marked as answer by Bob ShenModerator Thursday, August 9, 2012 8:41 AM
Thursday, August 2, 2012 12:56 PM -
Many developers use the iText library (http://itextpdf.com/) to create and manipulate PDF files.
You can also find some useful articles at the following linkshttp://www.codeproject.com/Articles/12266/Convert-a-Text-File-to-a-PDF-File
http://www.codeproject.com/Articles/4690/Text2PDFBye.
Luigi Bruno
- Proposed as answer by Dave A Gordon Thursday, August 2, 2012 11:10 PM
- Marked as answer by Bob ShenModerator Thursday, August 9, 2012 8:41 AM
Thursday, August 2, 2012 1:14 PM