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

XPS to PDF and Image Converter

New Features in new version of XPS to PDF Converter

VeryDOC has upgraded the XPS to PDF Converter today, the new version can be downloaded from following URL,

https://www.verydoc.com/xps2pdf.zip

XPS to PDF Converter home page,

https://www.verydoc.com/xps-to-pdf.html

The new version of XPS to PDF Converter has following new features,

1. Improve the quality a lot for images during XPS to PDF Conversion,

This is the image in original XPS file,

New Features in new version of XPS to PDF Converter

This is the image in the PDF file which converted by old version of XPS to PDF Converter,

New Features in new version of XPS to PDF Converter

This is the image in the PDF file which converted by new version of XPS to PDF Converter, as you see, the quality of image has been improved a lot,

New Features in new version of XPS to PDF Converter

2. Add new output formats, such as, EPS, PS, BMP, TIFF, JPEG, PNG, PCX, etc. formats,
3. Able to set paper width and height to output PDF file,
4. Able to Optimize PDF file for fast web view,
5. Able to create multipage TIFF format from input XPS file,
6. Able to set X, Y resolution when convert XPS file to raster image files, include BMP, TIFF, JPEG, PNG, PCX,
7. Able to set color depth for output image files,

If you encounter any problem for the new version of XPS to PDF Converter, please feel free to let us know (男孩 http://support.verypdf.com/), we are glad to assist you asap.

灯泡 The following are the command line parameters which included in latest version of XPS to PDF Converter Command Line product,

C:\>xps2pdf.exe
XPS to PDF Converter Command Line v2.0
XPS to PDF Converter does convert XPS files to PDF, EPS, PS, BMP, TIFF, JPEG, PNG, PCX, etc. formats.
http://www.verypdf.com
https://www.verydoc.com
Email: support@verydoc.com
Release Date: Apr  9 2013
Usage: xps2pdf [options] <xps-file> [<out-file>]
-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
-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 AES encryption (Acrobat 7 or higher)
-permission <int>     : Restrictions
-permission 0  : Deny anything
-permission 1  : Allowed print the document
-permission 2  : Allowed modify the content of the document
-permission 4  : Allowed copy text and graphics from the document
-permission 8  : Allowed add or modify annotations
-permission 16 : Allowed fill in interactive form fields
-permission 32 : Allowed extract text and graphics from the document
-permission 64 : Allowed assemble the document
-permission 128: Allowed print the document with high resolution
-linearize            : Optimize PDF file for fast web view
-width <int>          : Set page width to PDF file
-height <int>         : Set page height to PDF file
-multipagetif         : Create multipage TIFF format
-xres <int>           : Set X resolution to image file
-yres <int>           : Set Y resolution to image file
-bitcount <int>       : Set color depth for image conversion
-skip                 : don't overwrite an output file if it already exists
-$ <string>           : input registration key
Examples:
xps2pdf.exe C:\in.xps C:\out.pdf
xps2pdf.exe C:\in\*.xps C:\out\*.pdf
xps2pdf.exe -producer "Test Producer" -creator "Test Creator" -subject "Test Subject" C:\in.xps C:\out.pdf
xps2pdf.exe -linearize C:\in.xps C:\out.pdf
xps2pdf.exe -ownerpwd 123 -keylen 2 -permission 128 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"
xps2pdf.exe -xres 600 -yres 600 C:\in.xps C:\out.jpg
xps2pdf.exe -xres 600 -yres 600 C:\in.xps C:\out-%04d.jpg
xps2pdf.exe -width 1024 -height 768 C:\in.xps C:\out-%04d.jpg
xps2pdf.exe -xres 600 -yres 600 -bitcount 1 C:\in.xps C:\out-%04d.tif
xps2pdf.exe -xres 600 -yres 600 -bitcount 1 C:\in.xps C:\out.tif
xps2pdf.exe C:\in.xps C:\out.ps
xps2pdf.exe C:\in.xps C:\out.eps
xps2pdf.exe C:\in.xps C:\out.bmp
xps2pdf.exe C:\in.xps C:\out.tif
xps2pdf.exe C:\in.xps C:\out.jpg
xps2pdf.exe C:\in.xps C:\out.png
xps2pdf.exe C:\in.xps C:\out.pcx

Image to PDF OCR Converter

How to converter thousands of image into one PDF?

   VeryDOC Image to PDF Converter can be used to convert various image files like TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, PSD, WMF, EMF, PCX, PIC, etc. to one PDF file. Then no matter printing image files or archiving image files can be done sound and well. Meanwhile this software also allows you to set password for output PDF file. In the following part, I will show you how to use this software.

First of all, please download Image to PDF Converter.

  • Installing this application is the first step of conversion. This software has user friendly software interface, so you need to install it by double clicking the exe file. Once the installation finishes, there will be an icon on the desktop. Please launch this software by double clicking the icon.
  • For now this software only can work under Windows system both 32-bit and 64-bit.

Secondly. convert image to PDF.

  • The following snapshot is from the software interface. Please click button Add Files to add image files to software interface. And you can simply drag files from its containing folder to software interface.

software interface of image to PDF

  • For converting image files to one PDF, we need to set this option in Setting menu option. The following snapshot is from the software setting menu option. Please go to tab of Save Mode which looks like the following menu tab. In the Make PDF Files mode part, please choose Combine image files into one PDF files. This option is necessary for converting thousands of image files into one PDF file.
  • And there are many conversion mode options:convert multiple image files to multiple PDF files and convert multiple directories to multiple PDF files. Please do not be confused with those options. There are many options for you to choose, please choose them according to your needs. When you finish setting, please go to other tab or click button OK to back to the main interface.
  • In the Encryption Options, you can set password for the output PDF in two aspects from two levels: owner password and open password.

 menu tab of setting 

  • When converting thousands of image files to PDF, maybe set monitored folders are necessary.  As setting monitored folders can help you convert thousands of image files to one PDF automatically. The monitored folders have been set, then once you add image files to those folder, they will be converted to PDF file at once according to the setting options you have set in the setting menu.
  • Please click File on the left top corner and choose Monitor A Special Directory in the dropdown list. When you enter that menu option, you can simply click add button to set monitored folder.

Now let us check the conversion effect from the following snapshot. During the using, if you have any question, please contact us as soon as possible.  This method can be used to merge image file to PDF automatically.

merge image

Image to PDF Converter

VeryDOC Image to PDF Converter- convert image to PDF in batch

  For converting image to PDF fast and easy, VeryDOC developed software VeryDOC Image to PDF Converter, which can be used to convert image to PDF in batch. Meanwhile this software allows you to monitor input folders, so the batch conversion efficiency can be enhanced greatly. In the following part, I will show you how to convert image to PDF by this free downloading software.

Step 1. Install Image to PDF Converter

  • Download Image to PDF Converter free. Please install it by double clicking the exe and follow the installation message till there is short cut icon showing up on the desktop. Simply click the icon then you can launch this software.
  • And please note this is a Window application and it can not be used in other system. And if your computer is Window 7, when you register it, you’d better use administer right.

Step 2. Convert image to PDF and set monitored folders

  • The following snapshot is from software interface. Please click Add Files button to add image files to software interface. Or you  can simply drag files from its containing folders to software interface. You can add as many as you need, there is no adding number limit.
  • If you need to set monitor folders, please click option File then go to Monitor a special directory option. If you would like to set monitor folders, you do not need to add files in advance.

software interface of image to PDF Converter 

  • When you click that option then you will see the following menu options. Please click button Add then you can set one monitored folder. Meanwhile you need to specify one output folder. When finish setting, please click button OK  to close this tab. When you need to add another monitor, please repeat this step.  When you set monitored folders here, all the image files like tif, jpg, bmp and others once added to this software, they will be converted to PDF at once.
  • When you need to change the input and output file path, please click option Modify.

monitor folder setting

  • When you finish setting, please click button OK to back to the main interface. If you would like to set limitations for the output PDF file, please click option Setting at the software main interface, where you can set password, edit output PDF basic information, add bookmark and so on so forth.
  • When finish setting, please click option Start to run the conversion. This step is necessary when converting files added to software interface. For files in the monitored folders, this step can be ignored.

By this way, you can convert image to PDF in batch automatically. During the using, if you have any question, please contact us as soon as possible.

EMF to Vector Converter

Convert EMF to PDF/A and Specify Width and Height

Question:Hi to all, I'm now looking for code-examples to convert EMF-Files to PDF/A-Files in Delphi 6. As I'm new to the PDF Engine and it looks like a really great component, I want to make it perfect. I need the conversion from EMF to PDF/A automatically for archives!Maybe somebody has an example for this? Thanks in advance!
………………………………………………………………………………………………………………………………………………….
Answer: According to your needs, maybe you can have a free trial of VeryDOC Metafile to PDF Converter. This converter can be used to convert EMF to PDF in batch. And there is also developer version which allows you to call it from Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET, etc. In the following part, I will show you how it works from command line version.

Step 1. Download Metafile to PDF Converter 

  • This software is command line version and there is no GUI version available. For uploading and downloading easy, we have compressed it to zip file. Once downloading finishes, there will be a zip file in the downloaded folder. Please unzip it then you can check the elements in it.
  • There are many exe files in the extracted folder. When you need to convert EMF to PDF, please call emf2pdf in MS Dos Windows. And check more usage and examples in the readme.txt.

Step 2. Convert EMF to PDF

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

  • When converting EMF to PDF/A singly, please refer to the following command line.
    emf2pdf.exe -pdfa C:\in.emf C:\out.pdf
    -pdfa: this parameter is an order to create PDF/A compliance PDF file. And this parameter is necessary when converting EMF to PDF/A.
  • When converting EMF to PDF/A in batch, please use wild characters or bat file.
    emf2pdf.exe -pdfa C:\*.emf C:\*.pdf
  • When you need to specify the width and height, please refer to the following command line.
    emf2pdf.exe -append 2 -pdfa -width 612 -height 792 C:\*.emf C:\out.pdf
  • -width <int>        : this parameter is an order to set page width to PDF file
    -height <int>       : this parameter is an order to set page height to PDF file
    -append <int> :
            -append 0: Overwrite if PDF file exists
            -append 1: Insert before first page if PDF file exists
            -append 2: Append to last page if PDF file exists
            -append 3: Rename filename if PDF file exists

  • When you need to specify margins, please refer to the following parameters. And those parameters are important when you need to print the output.
  • -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

The above parameters are enough when you need to convert  EMF to PDF/A and specify the width and height. If you need to know more, please contact us support team.