convert Adobe PDF into MS Word from C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joshi123
    New Member
    • Aug 2011
    • 1

    convert Adobe PDF into MS Word from C++

    Hi All,

    does anybody know an API to convert Adobe PDF documents into MS Word format from C++ code?

    Your help is appreciated,
    Joshi
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    There are any number of free converters that chage pdf into doc or docx format. Maybe you could start one of these as a child process passing the fie name to convert as a parameter.

    I thin you want to avoid writing a converter. There's a lot of info on this subject available through a search: convert Adobe PDF documents into MS Word format

    Your solution does not involve C++.

    Comment

    • mark make
      New Member
      • Aug 2011
      • 2

      #3
      Take a look at this one: http://www.pdfkit.com/pdf-to-word-api.htm

      Comment

      • wenbuyi
        New Member
        • Nov 2015
        • 1

        #4
        PDFLib

        you can try PDFLib, it's an open source library, built in C++. i find a free online PDF to word tool using PDFLib http://www.online-code.net/pdf-to-word.html, so before your coding, you can go to have a performance.

        Comment

        • weaknessforcats
          Recognized Expert Expert
          • Mar 2007
          • 9214

          #5
          Can you not just open the .pdf file in Word? I have Word 2016 and it converts the pdf to .docx when you open the pdf file.

          Comment

          Working...