VeryDOC EMF to PDF Command Line Converter

   VeryDOC EMF to PDF Converter is a professional command line application which can be used to convert Metafile (EMF, WMF) to PDF in batch by command line. By this way, you can make EMF with big size to smaller PDF file which can be printed at high resolution. In the following part, I will show details about how to use this software.

Step 1. Download Metafile to PDF Command Line

  • As it is command line version software, we have compressed it to zip file. When the downloading finishes, please extract it to some folder. Then you can check the elements in it.
  • Before run the conversion, please read the website and readme.txt file carefully.

Step 2. Convert EMF to PDF

Usage: emf2pdf [options] <emf-file> [<pdf-file>]

Example:

  • When you need to convert single EMF file to PDF, please use the following template.
    emf2pdf [options] <emf-file> [<pdf-file>]
  • When converting EMF file to PDF in batch, you can use wild character or write bat file yourself. Please refer to the following template.
    emf2pdf.exe C:\*.emf C:\*.pdf
  • When you need to convert emf file to PDF/A, please refer to the following command line.
    emf2pdf.exe -pdfa C:\in.emf C:\out.pdf
    -pdfa               : Create PDF/A compliance PDF file
  • When you need to create PDF/X compliance PDF file, please refer to the following command line.
    emf2pdf.exe -pdfx C:\in.emf C:\out.pdf
    -pdfx               : Create PDF/X compliance PDF file
  • When converting emf to PDF and specify margins, please refer to the following command line.
    emf2pdf.exe -margin 100x100x100x100 C:\in.emf C:\out.pdf
  • -margin <string>    : Set page margin to PDF file
            -margin 10          : Set margin to 10pt to left
            -margin 10x10       : Set margin to 10pt to left,top
            -margin 10x10x10    : Set margin to 10pt to left,top,right
            -margin 10x10x10x10 : Set margin to 10pt to left,top,right,bottom

  • When you need to set password for the output PDF file, please refer to the following command line.
    emf2pdf.exe -ownerpwd 123 -keylen 2 -encryption 3900 C:\in.emf C:\out.pdf

-openpwd <string>   : Set 'open password' to PDF file
  -ownerpwd <string>  : Set 'owner password' to PDF file
  -keylen <int>       : Key length (40 or 128 bit)
        -keylen 0:  40 bit RC4 encryption (Acrobat 3 or higher)
        -keylen 1: 128 bit RC4 encryption (Acrobat 5 or higher)
        -keylen 2: 128 bit RC4 encryption (Acrobat 6 or higher)
As there are too many parameters, I can not list all of them. If you need to know more, please check the readme.txt file. During the using, if you have any question, please contact us as soon as possible.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!