-2

I want to generate a report by the Console Application to DOC and PDF how can I do this?

user3154466
  • 23
  • 2
  • 5
  • Just use this tool and that utility. Seriously. A report of what? What did you try? Did you Google a little? There are a plethora of libraries to generate PDF and DOC... – Adriano Repetti Jan 15 '14 at 16:00

1 Answers1

0

Use:Itextsharp

ITextSharp is a library used to create PDF documents. It provides all of the primitive functions necessary to create a PDF document. However, since all of the methods are based on primitive operations, it is easy to confuse the look and feel of a document without enforcing certain standards. This helper class provides two key benefits. First, it simplifies the creation of PDF documents. Second, it helps enforce standards in terms of the look and feel of a document.

Community
  • 1
  • 1