About 471,000 results
Open links in new tab
  1. Convert .doc files to pdf using python COM interface to Microsoft Word

    May 15, 2011 · How can I convert a Word document in PDF by calling the Word COM interface from Python?

  2. 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 Thanks in advance

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

  4. c# - Convert Word doc and docx format to PDF in .NET Core without ...

    Oct 5, 2017 · I need to display Word .doc and .docx files in a browser. There's no real client-side way to do this and these documents can't be shared with Google docs or Microsoft Office 365 for legal …

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

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

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

  8. docx to pdf conversion with LibreOffice under Windows

    1 I downloaded libreoffice to try to convert docx to pdf. Having a hard time getting it to run. I've looked around on forums and it seems the command is soffice --convert-to pdf filename.docx or libreoffice - …

  9. Converting a PDF document to DOCX using R? - Stack Overflow

    Aug 9, 2022 · # path of pdf file pdf_file = 'tests/demo_custom.pdf' # will create .docx in same path docx_file = 'tests/demo_custom.docx' # Here is where we convert pdf to docx parse(pdf_file, …

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

    Jul 28, 2021 · 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 …