XPS to PDF and Image Converter

Convert xps to png and set resolution in X, Y direction

    VeryDOC XPS to PNG Command Line Converter can be used to convert xps file to png in batch from script. Meanwhile it allows you to set resolution for output PNG file in X and Y direction. This software also can be used to convert xps to PDF, EPS, PS, BMP, TIFF, JPEG, PNG, PCX, etc. formats. Through adjusting the resolution, you can control output png size and quality. In this article, I will show you how to convert xps to png by command line.

Step 1. Download XPS to PNG Converter

  • Please download this Windows application to your computer. Once downloading finishes, there will be one zip file. Please extract it to some folder then you can check the elements in it.
  • If you need to do the conversion together with C/C++, Delphi, ASP, PHP, C#, .NET, etc., please download the SDK version.

Step 2. Convert xps to png by command line

  • Please do the conversion according to the usage and be in compliance with the examples.
  • Usage:xps2pdf [options] <xps-file> [<out-file>]
    Examples:
    When converting single xps to png file, please refer to the following command line template.
    xps2pdf.exe C:\in.xps C:\out.png
    When you need to convert xps to png in batch, please refer to the following command line templates.
    xps2pdf.exe C:\in\*.xps C:\out\*.png
  • for /r D:\test %F in (*.xps) do "xps2pdf.exe" "%F" "%~dpnF.png"
    for %F IN (D:\test\*.xps) DO "xps2pdf.exe" "%F" "%~dpnF.png"

  • When you need to convert xps to png and set resolution in X and Y directions, please refer to the following template.
  • xps2pdf.exe -xres 600 -yres 600 C:\in.xps C:\out.png
    xps2pdf.exe -xres 600 -yres 600 C:\in.xps C:\out-%04d.png
    xps2pdf.exe -width 1024 -height 768 C:\in.xps C:\out-%04d.png

    -width <int>          : this parameter is an order to set page width to output png file.
    -height <int>         : this parameter is an order to set page height to png file.
    -multipagetif         : when you need to create multipage TIFF format, it will be useful.
    -xres <int>           : this parameter can help you set X resolution to image file
    -yres <int>           : this parameter can help you set Y resolution to image file

    Now let us check the conversion effect from the following snapshot. During the using, if you have any question, please contact our support team.

    input xps and output png

    Note:this feature is only available in the latest version of XPS to PNG Converter which was updated in Apr  9 2013. If you are old customers and would like to update, please contact us then we will update for you.


     

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
XPS to PDF and Image Converter

VeryDOC XPS to Tiff Command Line Converter

 VeryDOC XPS to Tif Converter can be used to convert from Microsoft XPS Document to tiff file in batch. This application can generate high quality tiff file and the conversion is done without going over GDI, nor via a PDF printer driver. No matter converting XPS file to single page tiff file and multipage tiff file, this software can satisfy your needs.  What’s more, this software also can be used to convert xps to PDF professionally. When converting  xps to various image file formats like JPEG, PNG, PCX, etc. this software is also available.

Free download XPS to Tif Converter

  • All the VeryDOC software are free downloading and allows you to use it free hundreds of times. And please rest assured that this software is absolutely clear without virus.
  • And this is Windows application so it can not work under Mac or Linux. But if you need, we can customize one for you.

Convert xps to tiff by command line

  • This software is command line application so you call it from script. And when you need to convert xps file to tiff from C/C++, Delphi, ASP, PHP, C#, .NET, etc. Using the COM object (or DLL Library, or Command Line), there is also such version available.

Usage:xps2pdf [options] <xps-file> [<out-file>]
Examples:

  • When converting single xps file to tiff, please refer to the following command line template.
    xps2pdf.exe C:\in.xps C:\out.tif
    When converting xps to tif, please use bat file or wild character.
  • xps2pdf.exe C:\in\*.xps C:\out\*.tif
    for /r D:\test %F in (*.xps) do "xps2pdf.exe" "%F" "%~dpnF.tif"
    for %F IN (D:\test\*.xps) DO "xps2pdf.exe" "%F" "%~dpnF.tif"

  • Sometimes when we need to convert xps to multipage tiff file, please refer to the following command line template.
    xps2pdf.exe -xres 600 -yres 600 -bitcount 1 –multipagetif C:\in.xps C:\out-%04d.tif
  • -multipagetif : this parameter is an order to create multipage TIFF format
    -xres <int>           : this parameter is an order to offset content in X resolution to image file
    -yres <int>           : this parameter is an order to offset content in Y resolution to image file
    -bitcount <int>     : for color depth setting, please use this parameter and add some values

Now let us check the conversion effect from the following snapshot. This software converts XPS file to black&white multipage tiff as default. When you need to convert colorful single page tiff file, please add corresponding parameters.  During the using, if you have any question, please contact us as soon as possible.

input PDF and output tiff

     

     

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
XPS to PDF and Image Converter

Convert XPS to PDF and Optimize PDF file for fast web view

  It is known to all that XPS (XML Paper Specification) is a fixed file format developed by Microsoft and it is very similar to PDF file format. However, PDF is built based on XML and XPS is built based on PostScript language. By VeryDOC XPS to PDF Converter, you can convert XPS to PDF easily from script. Meanwhile this software also allows you to optimize PDF file for fast web view.  This function is excellent when you need to upload the output PDF from XPS to website for clients checking. In the following part, I will show you how to use this software.

Download XPS to PDF Converter

  1. This application is command line version software so you do not need to install it. Once downloading finishes, please extract the downloaded zip file to some folder then you can check the elements in it.
  2. Once downloading finishes, please check usage together with readme.txt and website introduction.

Convert XPS to PDF and Optimize PDF

  1. Please note that optimizing PDF is totally different with compressing PDF. Once optimization finishes, the size of the PDF will not be reduced but when you upload it to website and then check it from internet, the page viewing can reached in a surprising speed. You do not need to download the whole PDF file then you can check the specified page or page range.
  2. Convert XPS to PDF
  • When you need simply convert XPS to PDF singly or in batch, please refer to the following command line templates.
  • xps2pdf.exe C:\in.xps C:\out.pdf
    xps2pdf.exe C:\in\*.xps C:\out\*.pdf
    for /r D:\test %F in (*.xps) do "xps2pdf.exe" "%F" "%~dpnF.pdf"
    for %F IN (D:\test\*.xps) DO "xps2pdf.exe" "%F" "%~dpnF.pdf"
    From the above command line, we can deduce that when do batch conversion from XPS to PDF, you can either use wild characters or write some batch file then the conversion can be done automatically.

3. When converting XPS to PDF and optimize PDF file, please refer to the following command line templates.
   xps2pdf.exe -linearize C:\in.xps C:\out.pdf
    -
linearize : this parameter is an order to optimize PDF file for fast web view. Just adding this parameter and you do not need to set other options, this software will help you convert XPS to PDF and linearize elements in the PDF file. Now let us check the conversion effect from XPS to PDF from the following snapshot. input xps and output PDF

During the using, if you have any question, please contact our support team. And note that this function is only available for the updated version since Apr 9th 2013.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
XPS to PDF and Image Converter

VeryDOC XPS to EPS Converter-convert xps to eps file in batch

   VeryDOC XPS to EPS Converter is a command line Windows application, which can be used to convert xps to eps from script. Meanwhile this software can also be used to convert xps to PDF, PS, BMP, TIFF, JPEG, PNG, PCX, etc. format in batch. There are also developer version and SDK version of this software, which allows you to call it together with Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET, etc. Using the COM object (or DLL Library, or Command Line). In this article, I will show you how this software works when use it as command line software.

Step 1. Download XPS to EPS Converter

  • This software is command line version software and we have compressed it to zip file. Once downloading finishes, please extract it to some folder and then use it according to the usage and examples.
  • When you need switch users frequently,  please register this software by Administrator Right.

Step 2. Convert XPS to EPS

  • If you need to know more about this software, please visit VeryDOC homepage as I can not list all its information here.
  • When converting XPS file to EPS file, please refer to the following examples.

Usage: xps2pdf [options] <xps-file> [<out-file>]
Examples

  • when converting single xps to eps, please refer to the following template.
    xps2pdf.exe C:\in.xps C:\out.eps
  • when converting xps to eps in batch, please refer to the following command line.
    xps2pdf.exe C:\in\*.xps C:\out\*.eps
  • You can also use the following command line to write bat file then you can run the conversion automatically.

    for /r D:\test %F in (*.xps) do "xps2pdf.exe" "%F" "%~dpnF.eps"
    for %F IN (D:\test\*.xps) DO "xps2pdf.exe" "%F" "%~dpnF.eps"

By one of the above command lines, you can convert xps to eps in batch in a few seconds. This method can also be applied when converting xps to other file formats. During the conversion, you can adjust image resolution and specify image width and height.

  • When adjust image resolution, please refer to the following command line.
  • xps2pdf.exe -xres 600 -yres 600 -bitcount 1 C:\in.xps C:\out-%04d.eps
    -xres <int>: this parameter is an order to set X resolution to image file
    -yres <int>: this parameter is an order to set Y resolution to image file
    -bitcount <int>: this parameter is an order to set color depth for image conversion

Note:this software overwrites same name file as default.  So when you do not need to overwrite the existed file, please add parameter skip, which will avoid being overwrite the existed file.  -skip   this parameter is an order that don't overwrite an output file if it already exists. If you have any good suggestion for this software, please contact our support team.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
XPS to PDF and Image Converter

VeryDOC XPS to PDF Converter-updated for better quality

     Recently VeryDOC XPS to PDF Converter has been updated with many bugs fixed and many new functions added. By the updated version, you can convert XPS to PDF more easily but get better quality. In the following part, I will show you how to use this software and check how about the latest version.

Step 1. Download XPS to PDF Converter

  • This software is command line version and for uploading easily, we have compressed it to zip file. Once downloading finishes, please extract the zip file to some folder then you can check the elements in it.
  • Note this software is Windows application and it can not work under other system.

Step 2. Converter XPS to PDF

  • When convert XPS to PDF and do not set other limitations, there is no big difference in the usage. If you are old customers, this step can be ignored. If you are fresh, please pay attention to the usage and example.
    Usage:xps2pdf [options] <xps-file> [<out-file>]
    Examples;
  • When converting single XPS to PDF, please refer to the following command line.
    xps2pdf.exe C:\in.xps C:\out.pdf
    When you need to do the conversion in batch, you can either use wild character or write some bat file.
  • xps2pdf.exe C:\in\*.xps C:\out\*.pdf

Now let us compare the conversion effect from the following snapshot. The first one is converted by the older version and the second one is converted by the latest version. Even if you zoom it much more bigger, there will not be sawtooth around the image. Meanwhile please compare the color, the new version can make the output PDF fresh.  We try to improve the output PDF quality by enhancing resolution and try to convert the raster image part to vector during the conversion. For one thing, the conversion speed can be fasted and for another thing the quality can be enhanced. PDF from xps by older version and new version

And this software has been updated based on the better quality, meanwhile there are many other functions have been added. Say by the new version, you can convert XPS to image file formats like EPS, PS, BMP, TIFF, JPEG, PNG, PCX, etc. And in the following articles, I will show you these new functions one by one. So if you are really in need of this software, please pay attention to our knowledge base. Even if more functions have been added but the price is still the same as before USD$79. If you are older user and want to update this software, please contact our support team

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