XPS to PDF Converter Command Line does convert from XPS and OXPS files to PDF and Image files.

Both XPS and PDF are used to produce and share finalized documents: resumes, newsletters, invoices, legal documents, financial reports, tax returns and other types of documents. XPS format was meant to replace PDF as a universal standard for documents, but as for now PDF seems to have won this digital war.

Though both formats have pretty much the same functionality, XPS (XML Paper Specification XPS, Open XML Paper Specification, OXPS), compared to PDF (Portable Document Format), seems to be almost dead in the water. If your colleague or friend receives an XPS file from you, they might find it difficult to open or even consider it as malware.

We have a XPS to PDF Converter Command Line software, this software allows you to convert from XPS files to PDF files in batch mode using command line interface (CLI), you can integrate XPS to PDF Converter Command Line software into your application and redistribute it along with your product to your customers royalty free.

XPS to PDF Converter Command Line is a powerful software to batch convert from XPS files to PDF files and raster image formats. It does not need the third part software, it converts Microsoft XPS files to searchable PDF files quickly, the output PDF files are fully searchable in Adobe Reader and can be indexed in Acrobat Catalog. The industry standard PDF (Portable Document Format) documents can be viewed and printed using the Adobe Acrobat range of products, distribute your print files around the Internet or your company Intranet for easy viewing, searching and printing.

XPS to PDF Converter Command Line features,

* Supports converting Microsoft XPS files to PDF files in batch mode.
* Supports converting Microsoft XPS files to image files in batch mode.
* It does not require Adobe Acrobat software for XPS to PDF conversion.
* Supports combine multiple Microsoft XPS files to one Adobe PDF file.
* Supports creating "owner password" and "user password" protected PDF file.
* Supports password protection for PDF files with 40 or 128 bit encryption.
* Supports setting PDF file permissions to restrict printing, copying, and future modifications to the document.
* Supports multifarious image format, such as tiff, jpeg, bmp, gif, pcx, png, emf, wmf and so on.
* Supports color depth and resolution settings to create raster image file(s).
* Supports converting to 1, 4, 8, 24bits and 4, 8bits grayscale format raster image file(s).
* Supports multiple-page tiff file(s).
* Supports combine multiple Microsoft XPS files to one multi-page tiff file.
* Supports multifarious compression of tiff images, such as LZW, JPEG, PACKBITS, CCITT Group3, CCITT Group4, RLE etc.
* It is an easy-to-use application and allows you to preserve original document layout.
* Supports Microsoft Windows 2000/XP/2003/vista/7/10 and later Operating Systems.
* Determine and process portrait and landscape pages automatically.
* Adobe Acrobat 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0 compatibility.

XPS to PDF Converter Command Line options,

E:\xps2pdf\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.
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]  : Set restrictions to PDF file
    -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
-useprinter        : Convert XPS to PDF file using Virtual Printer
-skip              : don't overwrite an output file if it already exists
-$ [string]        : input registration key

XPS to PDF Converter Command Line 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


In general, you can run following command lines to convert a XPS file to PDF file,

xps2pdf.exe -producer "Test Producer" -creator "Test Creator" -subject "Test Subject" -title "Test Title" -author "Test Author" -keywords "Test Keywords" -ownerpwd 123 -keylen 2 -permission 132 test.xps _test.pdf
xps2pdf.exe -xres 600 -yres 600 -bitcount 1 test.xps _test-600dpi-1.tif
xps2pdf.exe -xres 600 -yres 600 -bitcount 24 test.xps _test-600dpi-24.tif
xps2pdf.exe -xres 600 -yres 600 test.xps _test-600dpi.jpg
xps2pdf.exe -xres 600 -yres 600 -bitcount 24 test.xps _test-600dpi-24.png
xps2pdf.exe -xres 600 -yres 600 -bitcount 1 test.xps _test-600dpi-1.png
xps2pdf.exe test.xps _test.ps

If you wish use Virtual Printer to convert a XPS file to PDF file, you may use "-useprinter" option, for example,

xps2pdf.exe -useprinter test.xps out.pdf
xps2pdf.exe -useprinter *.xps

-useprinter option will print XPS files to a Virtual Postscript Printer first, and then convert from temporary Postscript files to PDF files again, this option will maintain the same contents and layout between XPS and PDF files completely.

If you with batch convert all of XPS files to PDF files in a folder with one command line, you can use wildcard character for the XPS files, for example,

xps2pdf.exe *.xps
xps2pdf.exe -useprinter *.xps

XPS to PDF Converter Command Line is a great software to convert from XPS files to PDF files without any third-party software installed, you can just download and try it for free.

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

Write a review

Note: HTML is not translated!
    Bad           Good
Captcha

XPS to PDF Converter Command Line

  • Brand: VeryDOC
  • Product Code: MOD190217195516
  • Availability: In Stock
  • Viewed: 54365
  • Units Sold: 4
  • Sold By: VeryDOC
  • Seller Rating:
  • Seller Reviews: (0)
  • $79.00

  • Ex Tax: $79.00

Available Options


Related Products

VeryPDF PDF Reader for Android Source Code License

VeryPDF PDF Reader for Android Source Code License

PDF Reader for Android Source Code License (Java Source Code) VeryPDF PDF Reader is one of the wo..

$5,000.00 Ex Tax: $5,000.00

PDF to HTML5 Form Filler for PHP

PDF to HTML5 Form Filler for PHP

PDF to HTML5 Form Filler for PHP does View, Fill, Submit PDF Forms Online. PDF Form Filler for PHP..

$199.95 Ex Tax: $199.95

PS to PDF Converter Command Line

PS to PDF Converter Command Line

PS to PDF Converter Command Line is a great conversion tool designed to convert PostScript (PS) an..

$295.00 Ex Tax: $295.00

AnyFile Viewer for iOS (iPhone and iPad) Source Code License

AnyFile Viewer for iOS (iPhone and iPad) Source Code License

AnyFile Viewer for iOS (iPhone and iPad) Source Code License AnyFile Viewer for iOS can be used t..

$5,000.00 Ex Tax: $5,000.00

PDF to Excel Converter Command Line

PDF to Excel Converter Command Line

PDF to Excel Converter Command Line is a command line application to extract tables from PDF files..

$299.00 Ex Tax: $299.00

Save
38%

Desktop Search

Desktop Search

VeryUtils Desktop Search software allows you to quickly find files and specific contents stored on..

$49.95 $79.95 Ex Tax: $49.95

Save
20%

PHP Invoice Generator

PHP Invoice Generator

PHP Invoice Generator - PHP Class For Beautiful PDF Invoices, it supports HTML Templates also. PH..

$39.95 $49.95 Ex Tax: $39.95

DOC to Any Converter Command Line

DOC to Any Converter Command Line

DOC to Any Converter Command Line can be used to batch convert DOC, DOCX, DOCM, RTF, TXT, PPT, PPT..

$79.00 Ex Tax: $79.00

XPS to PDF Converter SDK for x64 system

XPS to PDF Converter SDK for x64 system

XPS to PDF Converter SDK for x64 system Native XPS editing, conversion and manipulation for your ..

$2,495.00 Ex Tax: $2,495.00

PDF Comparer for Windows

PDF Comparer for Windows

PDF Comparer can be used to compare two PDF files and text files. PDF Comparer is able to find the..

$39.95 Ex Tax: $39.95

Text to PDF Converter Command Line

Text to PDF Converter Command Line

Text to PDF Converter Command Line does batch convert plain text files to PDF files. It's a great ..

$89.95 Ex Tax: $89.95

Java PDFTools (jpdftools.jar) Command Line

Java PDFTools (jpdftools.jar) Command Line

Java PDFTools (jpdftools.jar) Command Line is a Java toolkit for working with PDF documents. This ..

$199.00 Ex Tax: $199.00

PDF Stamper Command Line

PDF Stamper Command Line

PDF Stamper Command Line is a professional PDF stamp creator or PDF watermark creator, which can h..

$59.00 Ex Tax: $59.00

Tags: xps to pdf, convert xps to pdf, xps to pdf converter, xps to pdf conversion, xps to pdf sdk, xps to pdf library, oxps to pdf, .xps to pdf, xps pdf, xps to image, xps to jpg, xps to tif, xps to gif, xps to tiff, xps to jpeg, xps to photo, render xps, xps dll library, xps sdk, open xps, xps printing, print xps, oxps to image, oxps to tiff