About 50 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. How can I convert a Word document to PDF? - Stack Overflow

    Jun 11, 2010 · Closed 4 years ago. 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 …

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

    Mar 4, 2009 · I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached.

  5. Basic Powershell - batch convert Word Docx to PDF

    Mar 24, 2013 · Basic Powershell - batch convert Word Docx to PDF Asked 12 years, 6 months ago Modified 3 years, 11 months ago Viewed 87k times

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

  7. Converting docx into pdf in java - Stack Overflow

    I am trying to convert a docx file which contains table and images into a pdf format file. I have been searching everywhere but did not get proper solution, request to give proper and correct …

  8. Convert Word File to PDF using PHPWord library - Stack Overflow

    May 31, 2024 · 0 I attempted to convert my Word document to PDF, but the formatting was lost and did not match the original. Specifically, I was converting a certificate from a Word file to …

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

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