About 50 results
Open links in new tab
  1. c# - Convert Word doc and docx format to PDF in .NET Core without ...

    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 practically impossible, …

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

  3. How do I convert Word files to PDF programmatically?

    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 cases you …

  4. 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 converted PDF. …

  5. Basic Powershell - batch convert Word Docx to PDF

    Mar 24, 2013 · Also - how would I need to change it to also convert doc (not docX) files, as well as use the local files (files in same location as the script location)? Sorry - never done PowerShell scripting...

  6. 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.

  7. 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 able to …

  8. Converting docx to pdf with pure python (on linux, without libreoffice)

    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 abiword seems easiest to …

  9. Convert the docx file into pdf in python - Stack Overflow

    Jul 28, 2021 · 3 I am workin on a report generator, and I used pip install python-docx and import docx. Now I have made a new docx file, edited it but I want to save it in pdf instead of docx file. And the …

  10. Convert doc/docx to pdf in AWS Lambda? - Stack Overflow

    I also came across this problem of conversion of Word document (doc/docx) to PDF or any other document type. I solved this problem through LibreOffice with Python 3.8 (will work with python 3.6 …