About 408,000 results
Open links in new tab
  1. 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. …

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

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

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

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

  6. Creating a PDF from Word with navigation pane in PDF

    May 2, 2017 · I have MS Word 2013 and MS Print to PDF for creating PDF documents. I use heading styles for creating headings in my document and I can see them in Word's navigation …

  7. Convert .doc files to pdf using python COM interface to Microsoft …

    How can I convert a Word document in PDF by calling the Word COM interface from Python?

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

    Mar 19, 2012 · The 2007 Microsoft Office Add-in: Microsoft Save as PDF and 2007 Microsoft Office Add-in: Microsoft Save as XPS allow a Microsoft Office Word 2007 to export and save …

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

  10. excel - Saving Word document as PDF - Stack Overflow

    Jul 3, 2020 · CreateBookmarks:=wdExportCreateNoBookmarks, DocStructureTags:=True, _ BitmapMissingFonts:=True, UseISO19005_1:=False I am using Excel VBA to do a Mailmerge …