ekocas.blogg.se

Word to pdf con
Word to pdf con










Method 2: Using File Converter (Freeware)įile Converter is a simple tool which allows you to convert or compress one or several files using the context menu in Explorer.

  • Click Convert Word Docs to PDF in the Send to menu.
  • Select the documents, right-click on the selection, and click Send to.
  • Now, open the folder that contains the Word documents that you want to convert to PDF.
  • Name the shortcut accordingly - e.g., Convert Word Docs to PDF.
  • Optionally, assign a nice-looking icon by clicking on the Change Icon button.
  • Prefix the shortcut target with wscript.exe and then followed by a space.
  • Create a shortcut to the script doc2pdf.vbs in the SendTo folder.
  • Open File Explorer and browse the following SendTo folder: C:\Users\%username%\AppData\Roaming\Microsoft\Windows\SendTo.
  • vbs extension, and in a permanent folder.
  • Copy the above VBScript code to Notepad.
  • word to pdf con

    Set objDoc = (docPath)Ĭonvert Word documents to PDF using VBScript PdfPath = fso.GetParentFolderName(docPath) & "\" & _ Set objWord = CreateObject("Word.Application") If LCase(Right(docPath, 4)) = ".doc" Or LCase(Right(docPath, 5)) = ".docx" Then

    word to pdf con word to pdf con

    Set fso = CreateObject("Scripting.FileSystemObject")ĭocPath = fso.GetAbsolutePathName(docPath) Here is a simple script I wrote to do the job: 'Convert. Using a VBScript, you can bulk convert Word documents to PDF. Microsoft Office has automation or scripting support.

    word to pdf con

    Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product Solution Aspose.Email Product Solution Aspose.Slides Product Solution Aspose.Imaging Product Solution Aspose.BarCode Product Solution Aspose.Diagram Product Solution Aspose.Tasks Product Solution Aspose.OCR Product Solution Aspose.Note Product Solution Aspose.CAD Product Solution Aspose.3D Product Solution Aspose.HTML Product Solution Aspose.GIS Product Solution Aspose.ZIP Product Solution Aspose.Page Product Solution Aspose.PSD Product Solution Aspose.OMR Product Solution Aspose.SVG Product Solution Aspose.Finance Product Solution Aspose.Font Product Solution Aspose.TeX Product Solution Aspose.PUB Product Solution Aspose.Drawing Product Solution Aspose.Audio Product Solution Aspose.Video Product Solution Aspose.RELATED: How to Batch Convert Excel Sheets into PDF Files How to Batch Convert Word Documents into PDF Files Method 1: Using a custom VBScript












    Word to pdf con