About 448,000 results
Open links in new tab
  1. Converting a pdf to word document using java - Stack Overflow

    Aug 9, 2013 · I've successfully converted JPEG to Pdf using Java, but don't know how to convert Pdf to Word using Java, the code for converting JPEG to Pdf is given below. Can anyone tell …

  2. Convert PDF to .docx with Python - Stack Overflow

    Apr 22, 2018 · I am not aware of a way to convert a pdf file into a Word file using libreoffice. However, you can convert from a pdf to a html and then convert the html to a docx. Firstly, get …

  3. bash - Python: Convert PDF to DOC - Stack Overflow

    Sep 17, 2022 · How to convert a pdf file to docx. Is there a way of doing this using python? I've saw some pages that allow user to upload PDF and returns a DOC file, like PdfToWord …

  4. Loop over PDF files and transform them into doc with word

    Aug 26, 2017 · I am trying to use VBA coding - which I am pretty new to - to obtain a series of .doc documents from PDFs (which are not images), that is, I am trying to loop over various …

  5. Convert .doc files to pdf using python COM interface to Microsoft …

    May 15, 2011 · How can I convert a Word document in PDF by calling the Word COM interface from Python?

  6. c# - Convert Word doc and docx format to PDF in .NET Core …

    Oct 5, 2017 · It's like asking to convert from Word to PDF without the help of Microsoft. It's theoratically possible, but Word is such a huge application, that in the general case, it's …

  7. Convert PDF to Word Doc using excel VBA code - Stack Overflow

    Sep 12, 2018 · everyone. Im need a VBA code to convert excel data to PDf to word doc, i wrote a macro that prints out excel as a pdf but now i would like to print it out as word from that pdf, so …

  8. .net - How to convert PDF to WORD in c# - Stack Overflow

    Does anyone know a .NET component to convert PDF to Word or RTF programmatically? I don't want to use OCR and Adobe dependent solutions.

  9. Convert word file(.docx & doc) to .pdf using c# - Stack Overflow

    Jul 18, 2016 · How i can convert word file (.docx & doc ) to .pdf in c# without using SaveAs() or Save() method ? or without uploading on server?

  10. How to convert pdf to docx in libreoffice 6.4? - Stack Overflow

    Aug 26, 2020 · I have libreoffice 6.4 installed in my ubuntu 18.04 container. The goals is to convert a pdf file to docx. I have already tried these commands : libreoffice --headless - …