EMF to Vector Converter

VeryDOC EMF to SVG Command Line Converter

   When you need to convert EMF to SVG by command line, this article may help you. Here I will introduce one method of converting EMF to SVG and specify margins in four directions. The tool I used in this method is VeryDOC EMF to SVG Command Line Converter, which also can be used to convert EMF and WMF to other image file formats like BMP, GIF, JPEG, PNG, TGA, PCX, PNM, RAS, PBM, TIFF  etc.

Some Knowledge About SVG

Here I will share some knowledge about SVG file format, hoping it will be helpful for you in future use of this software.  SVG is short for Scalable Vector Graphics which is an XML-based vector image format for two-dimensional graphics that has support for interactivity and animation.

Compare with other image file formats, SVG can be edited and modified. Now this file format is widely used on website design. SVG is text-based and when you use a graphics editor to produce an image, the program takes a picture of your completed artwork. If you use SVG, situation will go different. SVG can be edited by some applications like editing image by text.

Convert EMF to SVG

  • Please download EMF to SVG Command Line Converter. Once downloading finishes, there will be a zip file in downloading folder. Please extract it to some folder then you can check elements in it.
  • When you use this software, please refer to the usage and examples.

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

  • When you need to convert EMF to SVG and specify margins, please refer to the following command line template.
    emf2vec.exe -margin 100x100x100x100 C:\in.emf C:\out.svg
    Parameter Related
  • margin <string>    : Set page margin to output 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
    By the above parameters, you can specify output svg margins in four directions.

  • Meanwhile, you can also specify width and height to control output size.
    emf2vec.exe -width 612 -height 792 C:\in.emf C:\out.svg
  • -width <int>        : Set page width to output file
    -height <int>       : Set page height to output file

By this software, you can also convert EMF file other file formats by the following examples.

  emf2vec.exe C:\in.emf C:\out.pdf
   emf2vec.exe C:\in.wmf C:\out.pdf
   emf2vec.exe C:\in.emf C:\out.emf
   emf2vec.exe C:\in.emf C:\out.wmf
   emf2vec.exe C:\in.emf C:\out.ps
   emf2vec.exe C:\in.emf C:\out.eps

If you need to know more examples, please visit readme.txt file. During the using, if you have any question, please contact us as soon as possible.

EMF to Vector Converter

EMF to Postscript and EPS Command Line Converter

VeryDOC EMF to Postscript and EPS Command Line Converter  can be used to convert EMF to vector ps and eps file formats. Meanwhile this software also can be used to convert EMF to PDF, WMF, PS (Postscript), EPS, SVG, SWF, XPS, HPGL, PCL etc. Meanwhile  there is also developer version which allows you to develop new design software based on this software. In the following part, I will show you how to use this software.

Step 1. Download EMF to PS Converter

  • All the VeryDOC software are free to download and try, so please rest assured this software will not charge you without your permission.
  • Once downloading finishes, there will be one zip file in downloading folder. Please extract it to some folder then you can find exe file named emf2vec.exe in extracted folder. Please check parameter list and usage in read.txt file.

Step 2. Convert EMF to PS or EPS

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

  • When you need to convert single EMF file to PS or EPS, please refer to the following command line template.
    emf2vec.exe C:\in.emf C:\out.ps
    emf2vec.exe C:\in.emf C:\out.eps
    When you need to do the conversion in batch, please write bat file or use wild character.
    emf2vec.exe C:\*.emf C:\*.pdf
  • When the output file format is PS, there are some special functions for you to choose.
    -psmode <int>       : this parameter is an order to create vector Postscript file and there are three values available.
        -psmode 0:when you need to create Postscript via printer driver, please use value 0.
        -psmode 1: when you need to create Postscript via local interpreter 1, please add value 1. By this mode, the conversion speed will be a little slow.
        -psmode 2: when you need to create Postscript via local interpreter in a fast speed, please add value 2.
    If you do not set any value, this software will convert EMF to PS in mode 2. You can check from the following snapshot, the conversion speed is very fast. And once the conversion is successful, the result=ok.

MS Dos Operation

  • There are many parameters available for you to set output PS limitations. For example:

-width <int>        : Set page width to PDF file
  -height <int>       : Set page height to PDF file
  -xres <int>         : Set X resolution to image file
  -yres <int>         : Set Y resolution to image file
  -bitcount <int>     : Set color depth for image conversion
  -rotate <int>       : Rotate pages, 90, 180, 270
  -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
  -view               : View PDF file after creation

If you need to know more functions about this software, please visit website or readme.txt file. During the using, if you have any question, please contact us as soon as possible.

EMF to Vector Converter

EMF to WMF Command Line Converter

VeyDOC EMF to WMF Command Line Converter can be used to convert EMF to WMF by command line. And during the conversion, this software allows you to specify output WMF width and height. Meanwhile, by this software, you can convert EMF to other vector file formats like EPS, SVG, SWF, XPS, HPGL, PCL etc.

Some knowledge about WMF

WMF stands for Windows Metafile image file format,which stores a list of function calls that have to be issued to the Windows Graphics Device Interface (GDI) layer to display an image on screen. It was designed to be executed by the Windows GDI layer in order to restore the image, but as the WMF binary files contain the definition of the GDI graphic primitives that constitute this image, it is possible to design alternative libraries that render WMF binary files, or convert them into other graphic formats. When you need create logo, CAD file, you can use WMF as output for this format file can be enlarged to any degree without losing image quality.

Download  EMF to WMF  Converter

  • This software is Windows command line application. Once downloading finishes, there will be a zip file in downloading folder. Please extract it to some folder then you can check the elements in it.
  • There are only sever version and developer version available here. If you use this software for single computer, please use the sever version. Even if it is sever version but it can work well under computer or laptop.

Convert EMF to WMF and specify width and height

Usage:emf2vec[options] <emf-file> [<out-file>]

  • When you need to convert EMF to WMF and specify width and height, please refer to the following command line template.
    emf2vec.exe C:\in.emf C:\out.wmf
    emf2vec.exe C:\*.emf C:\*.wmf
    emf2vec.exe  -width 612 -height 792 C:\*.emf C:\*.wmf
  • -width <int>        : Set page width to output file
    -height <int>       : Set page height to output file
    By above command line, you can convert emf to wmf file single or in batch. When you do the batch conversion, you can write bat file or use wild character. And no matter how many input file there will be, this software will run the conversion very fast. Now let us check the conversion effect from the following snapshot.

    input emf and output wmf

By this software, you can also do lots of settings options as there are too many to be detailed, if you need to know more, please check parameter list in readme.txt file. During the using, if you have any question, please contact us as soon as possible.

PDF to PDF/A Converter

Convert PDF to PDF/A and set basic information

VeryDOC PDF to PDF/A Converter can be used to convert PDF to PDF/A in batch and during the conversion this software allows you to set basic information like author, keywords, and others by command line. It is known to all that PDF/A compliant files must not contain JavaScripts or an Interactive Form, so this software will remove those information automatically. And it will add some missing necessary elements. In the following part, I will show you how to use this software to convert PDF to PDF/A.

Step 1. Get one copy PDF to PDF/A Converter

  • Download PDF to PDF/A Converter. This software is Windows command line application which can work both under 32-bit and 64-bit. Once downloading finishes, there will be an zip file. Please extract it to some folder then you can check the elements in it.
  • Please rest assured to download this software as all the VeryDOC software are free downloading and they are absolutly clear.

Step 2. Convert PDF to PDF/A and set basic information

Usage: pdftools [options] <pdf-file> [<out-pdf>]

  • When you need to convert PDF to PDF/A and add basic information,please refer to the following command line templates.
    pdf2pdfa.exe -producer myproducer -creator mycreator C:\in.pdf C:\out.pdf
    pdf2pdfa.exe –tile VeryDoc –author Ada C:\in.pdf C:\out.pdf
    pdf2pdfa.exe –subject mylife –keywords find option C:\in.pdf C:\out.pdf
    Parameter related:
  • producer <string>  : Set 'producer' to PDF file
      -creator <string>   : Set 'creator' to PDF file
      -subject <string>   : Set 'subject' to PDF file
      -title <string>     : Set 'title' to PDF file
      -author <string>    : Set 'author' to PDF file
      -keywords <string>  : Set 'keywords' to PDF file
      -startpage <int>    : Set the current page when open the file
      -openaction <string>: Set OpenAction to PDF file
          OpenAction includes "FitBH", "FitH", "Fit", etc., for example:
       -openaction "FitBH" or -openaction "50"
       -openaction "50" means display pages with magnification=50%.

  • When you need to do the conversion in batch, please refer to the following command line template.
    pdf2pdfa.exe C:\in\*.pdf C:\out\*.pdf
    Or you can write some bat file for running the conversion systemly and automatically.

Now let us check the conversion effect from the following snapshot. The second PDF is output PDF file and there is reminder information showing PDF/A output. And please press ctr+D on the keyboard then you can find basic information.

input PDF and output PDF

If you need to know more functions, please visit website of this software. During the using, if you have any question, please contact us as soon as possible.

PDF to PDF/A Converter

Convert PDF to PDF/A and control open action

   VeryDOC PDF to PDF/A Converter can help you convert PDF to PDF/A and control open action. Some friends ask that “I was wondering if it is possible to specify an open action (to be more specific: make sure the print dialog is opened automatically when the PDF/A document is opened)”.  With this software, this  matter can be solved and this function is extremely good when you need to do the conversion systematically and automatically.  In the following part, I will show you how this software works.

Step 1. Download PDF to PDF/A Converter

  • This software will remove prohibited entries, e.g., JavaScript, Interactive Form etc from PDF during the conversion and it will add missing XMP metadata automatically. There are more functions of this software, please check details on the website.
  • Once downloading finishes, there will be zip file in downloading folder. Please extract zip file to folders and call it from MS Dos Windows.

Step 2. Convert PDF to PDF/A and set open action.

Usage of PDF to PDF/A Converter:pdftools [options] <pdf-file> [<out-pdf>]

  • When you need to do the conversion, please refer to the following command line template.
    pdf2pdfa.exe -startpage 2 C:\in.pdf C:\out.pdf
    pdf2pdfa.exe -startpage 2 -openaction 100 C:\in.pdf C:\out.pdf
  • -startpage <int>    : Set the current page when open the file
    -openaction <string>: Set OpenAction to PDF file
          OpenAction includes "FitBH", "FitH", "Fit", etc., for example:
          -openaction "FitBH" or -openaction "50"
          -openaction "50" means display pages with magnification=50%.

    By this software you can specify the started page when the output PDF/A is opened. This function can be used when converting PDF with thousands of pages to PDF/A and you need to let reader know the key point which is stated in some page.Then by specifying the start page, this matter can be solved well.  Meanwhile, you can control display pages with magnification, by this function the output PDF/A can be read with designed magnification.

  • This function can also be applied in batch conversion mode. When you need to convert PDF to PDF/A in batch and specify open action, you can write bat file or use wild character. Please refer to the following command line template.
    pdf2pdfa.exe  C-startpage 2 -openaction 100 :\in\*.pdf C:\out\*.pdf
  • During the conversion, this software also allows you to add basic information to PDF file, like producer, creator, subject, title and keywords. Please use this function like the following command line template.
    pdf2pdfa.exe -producer myproducer -creator mycreator C:\in.pdf C:\out.pdf

If you need to know, please pay more attention to our knowledge base. During the using, if you have any question, please contact us as soon as possible.