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

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

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

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

  8. How to convert Word document into PDF using PHPWord

    I am creating a Microsoft Word report using PHPWord. I basically start with a template and populate the fields and save it as a word report. I would like to convert this report into a pdf file. I...

  9. Convert Doc file to PDF in VB.Net - Stack Overflow

    Mar 19, 2012 · 1 I have an situation where i need to convert Doc file into PDF file. I am devepoing windows application in vb.net. and also i don't want to user third party dll if possible. so can anyone …

  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 require …