About 35,900 results
Open links in new tab
  1. 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?

  2. 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 …

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

    How can I convert a Word document in PDF by calling the Word COM interface from Python?

  4. How do I convert Word files to PDF programmatically? [closed]

    Mar 4, 2009 · Microsoft PDF add-in for word seems to be the best solution for now but you should take into consideration that it does not convert all word documents correctly to pdf and in some …

  5. Converting docx to pdf with pure python (on linux, without …

    Jun 22, 2018 · Summary: PythonAnywhere has a number of Python packages for PDF manipulation installed, and one of them may do what you want. However, shelling out to …

  6. r - How to convert docx to PDF? - Stack Overflow

    Mar 5, 2018 · I want to ask if it is possible to convert text files such as word document or text document to PDF using R ? I thought of converting it to .rmd and then to PDF using this code …

  7. How can I convert a Word document to PDF? [closed]

    Jun 11, 2010 · How can I convert a Word document to PDF where the document contains various things, such as tables. When trying to use iText, the original document looks different to the …

  8. Java:using apache POI how to convert ms word file to pdf?

    By using apache POI how to convert ms word file to pdf? I an using the following code but its not working giving errors I guess I am importing the wrong classes? import java.io.File; import java.io.

  9. Command `libreoffice --headless --convert-to pdf test.docx

    May 20, 2015 · I have to wait for long after using this LibreOffice command which is intended to convert DOCX into PDF: libreoffice --headless --convert-to pdf test.docx --outdir /pdf But I'm …

  10. Convert Word doc, docx and Excel xls, xlsx to PDF with PHP

    43 I am looking for a way to convert Word and Excel files to PDF using PHP. The reason for this, is I need to be able to combine files of various formats into one document. I know that if I am …