About 25,200 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 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, …

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

    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?

    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 …

  5. Command `libreoffice --headless --convert-to pdf test.docx --outdir ...

    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 getting no …

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

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

  8. Convert Word file to pdf in python - Stack Overflow

    Jan 23, 2023 · Convert Word file to pdf in python [duplicate] Asked 2 years, 10 months ago Modified 2 years, 10 months ago Viewed 3k times

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

  10. c# - How to convert a word document to pdf document using …

    Nov 8, 2022 · 3 We are working on file conversions in which I am trying to convert Word document (doc & docx) to PDF file using Microsoft Interop library. Below is the code snippet I've tried implementing.