word to pdf in vb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Minu Thomas
    New Member
    • Jan 2010
    • 5

    word to pdf in vb

    Hi,
    i m a beginer in vb.i like know in detail how to convert a file in word(.doc) to pdf .
    thanks
    minu
  • vb5prgrmr
    Recognized Expert Contributor
    • Oct 2009
    • 305

    #2
    GoTo Adobe and download their print to pdf driver, install, make it default printer and use ShellExecute API with "print" keyword to print document to pdf...



    Good Luck

    Comment

    • Minu Thomas
      New Member
      • Jan 2010
      • 5

      #3
      hi
      thanks for your answer.But i dnt want print in pdf.I just want to convert a word file to pdf .
      Thanks,
      minu

      Comment

      • vb5prgrmr
        Recognized Expert Contributor
        • Oct 2009
        • 305

        #4
        Then download their SDK...



        Good Luck

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          Then use office 2007 and add the plug in to save as PDF or XPS format.

          Comment

          Working...