65.9K
CodeProject is changing. Read more.
Home

TEXT to PDF Converter in .NET using Reporter.NET

Aug 27, 2002

viewsIcon

202382

downloadIcon

4838

This is a PDF converter tool which can read text documents and convert them to PDF documents. You can configure this tool to generate custom PDF reports with different fonts, colors, sizes and so on. Thanks to Otto Mayor (author of open source PDF library - www.sourceforge.net).

Introduction

SPeeDeeF.NET was developed based on an open source project Reporter.NET by otto mayor (www.sourceforge.net). Basically, it uses the Reporter.NET PDF libraries to convert text files to PDF files. Inputs: Reads any type of text file. Output: PDF file will be generated according to page settings specified.

Installation

  • Download the zipped source and unzip the source.
  • Open the solution file in Visual Studio .NET.
  • Compile and run the application.

Configuration

  • Page size can be configured.
  • Font sizes can be configured.
  • Page settings (landscape/portrait) can be configured.
  • Text color can be controlled.

References