Image to XPS Converter

Print Tiff file and specify paper size by command line directly

  When you need to print tiff files and specify paper size through command line operation, maybe you can have a free trial of software VeryDOC Image to XPS Converter, which is able to specify any other printer name to instead of "Microsoft XPS Document Writer" printer; By this function, you can print tiff file easily and swiftly. In the following part, I will show you how to use this software.

Step 1. Download Image to XPS Converter

  • This software is command line version software, so when downloading finishes, it is an zip file. Please extract this zip file to some folder then you can check the elements in it.
  • Please note this is Windows application and it can not work under Mac and Linux system now.

Step 2. Print Tiff by Command Line

  • When you use this software, please refer to the usage and examples.
    Usage:img2xps.exe [options] [Options] <Image Files>
  • When you print tiff file, please refer to the following command line template.
  • img2xps.exe -printer "Microsoft XPS Document Writer" -paper "612x792pt" C:\input.tif
    img2xps.exe -printer "XPS Printer" -paper "612x792pt" C:\input.tif
    When you input the command line, please use parameter –print to specify printer that you will use in the conversion. And during the printing, you can specify paper size by parameter –paper.
    Parameter related:
    -printer <string> : this parameter can be used to specify printer name to xps printing.
    -paper <string>   : when you need to set paper size to xps format, please add this parameter.
        auto   : retrieve paper size from image file
        number : standard paper size
        others : user defined paper size
    If you do not specify paper size, this software will retrieve paper size from image file. When you need to specify paper size, please use format of "612x792pt" by specifying width and height.  And during the printing job, you can also specify the printing output folder, then you can do the printing job together with conversion.

  • When you choose the paper size, please refer to the formats from the following website.Paper size can be selected either standard papers or user defined papers.  Look at following page for the standard papers: http://www.verypdf.com/artprint/document-converter/index.htm
    I will list some of them here for your reference.
  • #define DMPAPER_LEGAL                5  /* Legal 8 1/2 x 14 in                */
    #define DMPAPER_STATEMENT            6  /* Statement 5 1/2 x 8 1/2 in         */
    #define DMPAPER_EXECUTIVE            7  /* Executive 7 1/4 x 10 1/2 in        */
    #define DMPAPER_A3                   8  /* A3 297 x 420 mm                    */
    #define DMPAPER_A4                   9  /* A4 210 x 297 mm                    */
    #define DMPAPER_A4SMALL             10  /* A4 Small 210 x 297 mm              */
    #define DMPAPER_A5                  11  /* A5 148 x 210 mm                    */
    #define DMPAPER_B4                  12  /* B4 (JIS) 250 x 354                 */
    #define DMPAPER_B5                  13  /* B5 (JIS) 182 x 257 mm              */
    #define DMPAPER_FOLIO               14  /* Folio 8 1/2 x 13 in                */
    #define DMPAPER_QUARTO              15  /* Quarto 215 x 275 mm                */
    #define DMPAPER_10X14               16  /* 10x14 in                           */
    #define DMPAPER_11X17               17  /* 11x17 in                           */
    #define DMPAPER_NOTE                18  /* Note 8 1/2 x 11 in                 */
    #define DMPAPER_ENV_9               19  /* Envelope #9 3 7/8 x 8 7/8          */
    #define DMPAPER_ENV_10              20  /* Envelope #10 4 1/8 x 9 1/2         */
    #define DMPAPER_ENV_11              21  /* Envelope #11 4 1/2 x 10 3/8        */
    #define DMPAPER_ENV_12              22  /* Envelope #12 4 \276 x 11           */
    #define DMPAPER_ENV_14              23  /* Envelope #14 5 x 11 1/2            */
    #define DMPAPER_CSHEET              24  /* C size sheet                       */

    If you need to check more, please visit the webpage I stated above. By this software, you can print tiff file and specify paper size by command line directly. 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: -1 (from 1 vote)
Image to XPS Converter

VeryDOC Tiff to XPS Command Line Converter

   VeryDOC Tiff to XPS Converter can be used to convert single page tiff file to single page XPS file and convert multipage tiff file to multipage XPS file. During the conversion, this software allows you to specify page width and height, add watermark to output XPS file and so on. This function is especially good when you need to print content in tiff file and then add watermark. In the following part, I will show you how to use this software.

Step 1. Download Tiff to XPS Converter

This software is command line version, so once downloading finishes, there will be an zip file in the downloading folder. Please extract it to some folder then you can check the elements in it and find executable file.

  • Note this software is Windows application which can work in all the Windows system both of 32-bit and 64-bit. But if you need to use this software under Mac and Linux, we can customize one for you.

Step 2. Convert Tiff to XPS

  • When you run the conversion, please refer to the usage and examples.
    Usage:img2xps.exe [options] [Options] <Image Files>
  • Example
  • img2xps.exe C:\input.tif   \out.xps
    img2xps.exe C:\*.tif C:\out.xps
    img2xps.exe C:\test*.tif C:\*.xps
    By the above command line you can convert single tiff to xps file, or do the batch conversion by wild character. Meanwhile if you just need to convert a few tif files to XPS in some folder, you can try to add some suffix to those tiff file then add use wild character to do the small batch conversion. Say in C disk, you just need to convert tiff file with text title, like text001.tif, text.002.tif, then you can use wild character text*.tif  to do the small batch conversion.

  • When you need to convert tiff file to XPS and add watermark, please refer to the following command line templates.
  • img2xps.exe -wtext "Watermark" C:\input.tif
    img2xps.exe -wtext "Watermark" -wtype 1 C:\input.tif
    img2xps.exe -wtext "Watermark" -wf "Arial" C:\input.tif
    img2xps.exe -wtext "Watermark" -wh 200 C:\input.tif
    img2xps.exe -wtext "Watermark" -wb -wi -wu -ws C:\input.tif
    img2xps.exe -wtext "Watermark" -wo 80 C:\input.tif
    Parameters Related:
    -wtext <string>        : watermark on printed document
      -wtype <int>           : type of watermark
      -wf <string>           : font name of watermark
      -wh <int>              : font height of watermark
      -wc <string>           : color of watermark,
        Now let us check the conversion effect from the following snapshot.

    input tif file and output XPS

By this software, you can convert multipage tiff file to multipage XPS file and add watermark. When adding watermark, you can specify watermark color, style, size and so on. Then you can print the XPS file directly. 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)
EMF to Vector Converter

VeryDOC EMF to Raster Command Line Converter

   VeryDOC EMF to Raster Converter can be used to convert EMF to raster image file formats like BMP, GIF, JPEG, PNG, TGA, PCX, PNM, RAS, PBM, TIFF  etc. And during the conversion, this software allows you to specify width, height, resolution and so on.  As command line version application, this software is available via an easily integrated COM object (or DLL Library, or Command Line), enabling developers to access the converter via any programming or scripting languages, such as Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET. In the following part, I will show you how to use this software.

Step 1. Download EMF to Raster Converter

Note: this software is Windows application, which can work under all the Window system both of 32-bit and 64-bit. But if you need to use this software under Mac or Linux platform, we need to customize one for you.

  • When downloading finishes, please extract it to some folder. Then find the executable file and call it from MS Dos Windows.
  • When you use this software, please refer to the usage and examples.

Step 2. Convert EMF to Rater

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

  • When you run the conversion, please refer to the following command line templates.
  • emf2vec.exe -xres 100 -yres 100 C:\in.emf C:\out.bmp
    emf2vec.exe -xres 100 -yres 100 C:\in.emf C:\out.gif
    emf2vec.exe -xres 200 -yres 200 C:\in.emf C:\out.jpg
    emf2vec.exe -rotate 90 C:\in.emf C:\out.png
    emf2vec.exe -bitcount 1 C:\in.emf C:\out.tif
    emf2vec.exe -width 800 -height 600 C:\in.emf C:\out.tga
    emf2vec.exe -xres 100 -yres 100 C:\in.emf C:\out.pcx
    emf2vec.exe -xres 100 -yres 100 C:\in.emf C:\out.pnm
    emf2vec.exe -xres 100 -yres 100 C:\in.emf C:\out.pbm
    emf2vec.exe -xres 100 -yres 100 C:\in.emf C:\out.ras
    Parameter:
    -width <int>        : Set page width to image file
    -height <int>       : Set page height to image 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

    Now let us check the conversion effect from the following snapshot. If you use the trial version, there will be water mark on the output. When you register it, this matter can be solved.

    input EMF and output BMP

  • When you need to do the batch conversion, please write bat file or use wild character. For example:
    emf2vec.exe C:\*.emf C:\*.bmp

By this software, you can also convert EMF file to various vector image formats like EMF, PS (Postscript), EPS, SVG, SWF, XPS, HPGL, PCL etc. Especially when you need to convert EMF to PDF or PDF/A, this software can help you a lot. And we will publish more articles about converting EMF to PDF in our knowledge base, please pay attention to it.  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)
EMF to Vector Converter

VeryDOC EMF/WMF to HPGL Command Line Converter

   VeryDOC EMF/WMF to HPGL Command Line Converter can be used to convert EMF, WMF to HPGL file by command line in batch. And there is also developer version available, which always you to develop software based on this software. And by the sever version, you can also call it together with other applications like  Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET, etc. In the following part, I will show you how to use this software.

Some knowledge about HPGL

HPGL (Hewlett-Packard Graphics Language), a kind of printing control language, is the standard print format for HP plotters, say when data stream sent to HP (and compatible) plotters, you can use file format of HPGL.  If you are now plotting to a Hewlett-Packard plotter, you are using HPGL file format! Most CAD programs output HPGL directly because they can print on HP plotters.

   HPGL is a an open language vector graphics file format, assuring optimal file size with very fast and 100% accurate rendering.  HPGL/RTL can be output by all CAD/CAM/CAE systems.   All HP printers starting with the LaserJet 3 include HPGL as an integral part of PCL support. So normally speaking, you can use CAD reader to open HPGL file.

Step 1. Download EMF to HPGL Converter

  • As this is command line software, you need to unzip it to some folder then you can check elements in it and find executable file.
  • This is Windows application, which can work under all the Windows system both of 32-bit and 64-bit.

Step 2. Convert EMF to HPGL

  • When you need to convert EMF to HPGL file, please refer to the following command line.
  • emf2vec.exe C:\in.emf C:\out.hpgl
    emf2vec.exe C:\in.emf C:\out.plt
    emf2vec.exe C:\in.wmf C:\out.hpgl
    emf2vec.exe C:\in.wmf C:\out.plt

  • When you need to do the conversion in batch, you can either use bat file or use wild character.
  • emf2vec.exe C:\*.wmf C:\*.hpgl
    emf2vec.exe C:\*.emf C:\*.hpgl

Now let us check the conversion effect from the following snapshot. And the content of HPGL file is from VeryPDF website, you can compare them then you can know the conversion effect.

output HPGL file

As the nature of HGPL, after conversion all the image part will be removed from original EMF file. But the font part will be processed perfectly.  By this software, you can also convert EMF file to various raster and vector images like EPS, SVG, SWF, XPS, HPGL, PCL, BMP, GIF, JPEG, PNG, TGA, PCX, PNM, RAS, PBM, TIFF  etc. When converting EMF files to PDF, there are many options available. Please check parameters in readme.txt.

By this method you can convert EMF to HPGL easily, 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)
EMF to Vector Converter

VeyDOC EMF to XPS Command Line Converter

VeryDOC EMF to XPS Command Line Converter can be used to convert EMF to XPS by command line in batch. Through conversion, we can convert image EMF file to searchable XPS file. And during the conversion, you can specify the height, width, resolution and others of the output XPS file. In the following part, I will show you how to use this software.

Step 1. Download EMF to XPS Converter

  • This software is command line Windows application which can work under all the Windows system both of 32-bit and 64-bit.
  • Once downloading finishes, please extract it to some folder then check elements in it and find executable file of em2vec.exe.

Step 2. Know more about XPS and this converter

  • XPS document format consists of structured XML markup that defines the layout of a document and the visual appearance of each page, along with rendering rules for distributing, archiving, rendering, processing and printing the documents.XPS file is ultimately a final document format ideal for publishing, archiving and transmitting as it is difficult to be edited, shared or viewed unless you have professional XPS software installed.
  • EMF to XPS Converter can also be used to convert EMF file, WMF file to other file format both of rater and vector like SVG, SWF, XPS, HPGL,BMP, GIF, JPEG, PNG, TGA, PDF and so on so forth.

Step 3. Convert EMF to XPS

  • When you run this software, please do the conversion according to the usage and examples.
    Usage:emf2vec [options] <emf-file> [<out-file>]
  • When you need to convert emf or wmf to xps, please refer to the following command line template.
    emf2vec.exe C:\in.emf C:\out.xps
    emf2vec.exe C:\in.wmf C:\out.xps
  • When you need to do the batch conversion, please write bat file or use wild character.
    emf2vec.exe C:\*.emf C:\*.xps
  • When you meet some WMF file can not be converted properly, please try to add parameter –repairwmf which is really good when you need to repair some special WMF files. emf2vec.exe –repairwmf  C:\in.emf C:\out.xps
  • When input emf file containing some special character, which can not be converted properly, please add parameter –unicode.
    -unicode            : enable Unicode conversion

Now let us check the conversion effect from the following two snapshots.

input EMF file
                              input EMF file

output XPS file
                                 output XPS file

In the output PDF file, you can search content according to your needs. Say when you input search word Tool, all the content with Tool will be shown one by one. So it will be much more easily to check and find information in EMF file. During the conversion, if you encounter any problem, 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)