Converting .doc file to .pdf file format in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vel
    New Member
    • Oct 2007
    • 12

    Converting .doc file to .pdf file format in C#

    Hello,
    Anybody know the way to convert the .doc file to .pdf file in C# without using any tool .

    Thanks in Advance
    Vel...
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Moved to .NET Forum - ASP Forum is for Classic ASP only.

    Dr B

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Well, there are free open source 3rd party tools like iText# that can generate PDFs. I suggest you download the source code and study them to see how they do it.

      But as far as I know there is no simple, built-in way to generate PDFs in .NET.

      Comment

      • Daxthecon
        New Member
        • Jul 2008
        • 63

        #4
        Crystal Reports has a way to do it. But you would almost have to do it on your local machine if you are trying to do this to another machine it wouldn't be possible. And no this is not a symple program to use. Good Luck

        Comment

        Working...