About 706,000 results
Open links in new tab
  1. Basic Powershell - batch convert Word Docx to PDF

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

  2. Export individual documents from mail merge - Stack Overflow

    Jul 3, 2020 · 3 Recently I've come across the similar situation where I want to save individual files in pdf format rather than saving one large file created by Mail merge function. I've written down this small …

  3. pdf generation - Save Open XML as PDF - Stack Overflow

    Can you "save" OpenXML directly to PDF? No, it needs to be rendered by some third-party component. If you're doing document generation on the server side and you don't need to be working with Office …

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

  5. c# - PDFsharp save to MemoryStream - Stack Overflow

    Jun 30, 2015 · I want to save a PdfSharp.Pdf.PdfDocument by its Save method to a Stream, but it doesn't attach the PDF header settings to it. So when I read back the Stream and return it to the …

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

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

  8. VBA: Within Excel how do I save a word document as a PDF?

    Aug 24, 2015 · I have some code that copies and pastes data from an Excel file into a word document, how can I get that word document to save as a PDF? My code is as follows: Sub RetailerGraphs() …

  9. Download and save PDF file with Python requests module

    Dec 29, 2015 · 150 I am trying to download a PDF file from a website and save it to disk. My attempts either fail with encoding errors or result in blank PDFs.

  10. vbscript to convert word doc to pdf - Stack Overflow

    Jan 10, 2012 · 2 I have written a short vbscript that opens a word document, edits a few bookmarks and saves to a new .doc file. I now need to convert this to a pdf file, which is straightforward enough to do …