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: 54378
  • Units Sold: 4
  • Sold By: VeryDOC
  • Seller Rating:
  • Seller Reviews: (0)
  • $79.00

  • Ex Tax: $79.00

Available Options


Related Products

PythonPDF Library Source Code License

PythonPDF Library Source Code License

PythonPDF Library Source Code License PythonPDF Library is a tool for extracting information from P..

$299.00 Ex Tax: $299.00

PDF Toolkit Command Line Tools & Utilities

PDF Toolkit Command Line Tools & Utilities

PDF Toolkit Command Line Tools & UtilitiesPDF Toolkit Command Line gives you a wide range of profess..

$199.00 Ex Tax: $199.00

PDF Stamper SDK

PDF Stamper SDK

Welcome to the PDF Stamper SDK. This SDK allows you to stamp barcodes, hyperlinks, images, lines a..

$199.00 Ex Tax: $199.00

Save
17%

PDF to Excel OCR Converter

PDF to Excel OCR Converter

PDF to Excel OCR Converter is a Windows software to convert scanned PDF files to editable Excel Spre..

$49.95 $59.95 Ex Tax: $49.95

Office to PDF Converter Command Line

Office to PDF Converter Command Line

OfficeToPDF Command Line is a Command Line utility that converts Microsoft Office 2003, 2007, 2010..

$59.95 Ex Tax: $59.95

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

PDF Mailer Command Line for PHP Source Code

PDF Mailer Command Line for PHP Source Code

VeryUtils PDF Mailer Command Line is batch email sender software for Windows, Mac and Linux that a..

$79.95 Ex Tax: $79.95

PDF to SVG Converter Command Line

PDF to SVG Converter Command Line

PDF to SVG Converter Command Line VeryUtils PDF2SVG is a multi-platform command-line application fo..

$295.00 Ex Tax: $295.00

PDF Digital Signature Tool

PDF Digital Signature Tool

PDF Digital Signature Tool software allows you to create Digital Signatures and add them directly ..

$59.95 Ex Tax: $59.95

PDF to HTML5 Flipbook Converter Command Line

PDF to HTML5 Flipbook Converter Command Line

PDF to HTML5 Flipbook Converter Command Line is a Windows software. PDF to HTML5 Flipbook Converter ..

$59.95 Ex Tax: $59.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

PDF Compressor Command Line

PDF Compressor Command Line

PDF Compressor Command Line -- Achieving Size Reduction with PDF Compression Command Line SoftwarePD..

$199.00 Ex Tax: $199.00

Save
20%

SVG to PDF Converter Command Line

SVG to PDF Converter Command Line

SVG to PDF Converter Command Line is a best software to convert scalable vector graphic (.SVG) gra..

$79.95 $99.95 Ex Tax: $79.95

HTML to PDF Converter Command Line

HTML to PDF Converter Command Line

VeryUtils HTML To PDF Converter Command Line is a Command Line Tool that lets you create PDF docum..

$399.00 Ex Tax: $399.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