XPS to PDF Converter SDK for x64 system

Native XPS editing, conversion and manipulation for your applications. The XPS to PDF Converter SDK gives you the ability to process XPS files and convert XPS files to PDF files from your application. XPS to PDF Converter SDK is a Pure 64bit DLL Library for Windows, so you can integrate it into C#, VB.NET, ASP.NET, C/C++ and other program languages easily.

Native XPS to PDF Conversion processing, fast and precise.
Our XPS to PDF Converter library runs at optimum native speed. We went to great lengths to make sure that the library processes XPS quickly and efficiently. By optimizing our XML parsing for XPS, and by ensuring that the library only processes relevant parts of the XPS, we prevent unnecessary work and ensure optimum speed.

The XPS to PDF Converter library provides an api that allows very precise and very focused operations on the XPS to PDF conversion. Via our api you can batch convert XPS files ot PDF files easily. XPS to PDF Converter SDK is a standalone library, it doesn't depend on any other applications and libraries, such as, it doesn't require Adobe Acrobat or Adobe Reader or XPS Reader installed in your system in order to get it work.

Convert XPS to PDF, PDF/A, SVG & TIFF.
Use the library to convert your XPS files to PDF, SVG or TIFF for further processing. Our PDF & SVG conversion generates high quality, optimized, vector based files.

Our conversion is done without going over GDI, nor via a printer driver. You can convert directly from within your C/C++ or .NET application, via a single function call.

Cross platform freedom (Mac and Linux versions are available upon request).
XPS to PDF Converter library is not tied to a specific operating system. Our library runs on both Mac OS X and Windows, and is a fully independent implementation that has no dependency on a specific underlying application deployment platform.

We focus on XPS, so you can focus on your business.
XPS is an exciting new development, and you should take advantage of this in your applications. But that doesn't mean you need to implement the specification and rendering capabilities from the ground up. Rely on our tried and tested XPS to PDF Converter technology. We offer very competitive and flexible licensing schemes, giving you the opportunity to start offering quality XPS support in your applications, today.

Convert XPS file. Using XPS to PDF Converter SDK, it is possible to convert XPS files to a variety of other formats.
* xps to bmp (Windows bitmap)
* xps to gif (Compuserve graphics interchange)
* xps to jpg (JPEG compliant image)
* xps to oeb (Open eBook File)
* xps to pcx (Paintbrush Bitmap Image)
* xps to pdf (Portable Document Format)
* xps to png (Portable Network Graphic)
* xps to tiff (Tagged image file format)
* xps to thumbnail (Thumbnail image)

C++ Example to call XPS to PDF Converter SDK for x64 system,

#include [windows.h]
#include [stdio.h]
#include [string]
#include [vector]
using namespace std;

void GetModulePath(char *lpOutPath, char *lpInFileName)
{
    char drive[_MAX_DRIVE];
    char dir[_MAX_DIR];
    char fname[_MAX_PATH];
    char ext[_MAX_EXT];

    GetModuleFileName(NULL, lpOutPath, 256);
    _splitpath(lpOutPath, drive, dir, fname, ext );
    _makepath(lpOutPath, drive, dir, lpInFileName, "");
}

typedef BOOL (__stdcall *VeryPDFXPS2PDFConverterFunc)(char *lpXPSFile, char *lpPDFFile, char *lpOptions);
typedef void (__stdcall *VeryPDFXPS2PDFSetCodeFunc)(const char *lpRegcode);
VeryPDFXPS2PDFConverterFunc lpVeryPDFXPS2PDFConverter = NULL;
VeryPDFXPS2PDFSetCodeFunc lpVeryPDFXPS2PDFSetCode = NULL;
BOOL XPS2PDFConverterSDK(const char *lpszLicenseKey, char *lpXPSFile, char *lpPDFFile, char *lpOptions)
{
    if(lpXPSFile == NULL || lpXPSFile[0] == 0)
        return FALSE;
    if(lpPDFFile == NULL || lpPDFFile[0] == 0)
        return FALSE;

    char szPath[_MAX_PATH];
    GetModulePath(szPath,"xps2pdfsdk.dll");
    HINSTANCE hXPS2PDFSDK = LoadLibrary(szPath);
    if(hXPS2PDFSDK == NULL)
        return FALSE;

    lpVeryPDFXPS2PDFConverter = (VeryPDFXPS2PDFConverterFunc)
        GetProcAddress(hXPS2PDFSDK, "VeryPDFXPS2PDFConverter");
    if(lpVeryPDFXPS2PDFConverter == NULL)
         return FALSE;

    lpVeryPDFXPS2PDFSetCode =(VeryPDFXPS2PDFSetCodeFunc)
        GetProcAddress(hXPS2PDFSDK, "VeryPDFXPS2PDFSetCode");
    if(lpVeryPDFXPS2PDFSetCode ==NULL)
         return FALSE;

    if(lpszLicenseKey && lpszLicenseKey[0] != 0)
        lpVeryPDFXPS2PDFSetCode(lpszLicenseKey);
    int nResult = lpVeryPDFXPS2PDFConverter(lpXPSFile, lpPDFFile, lpOptions);
    FreeLibrary(hXPS2PDFSDK);
    return nResult;
}

int main(int argc, char* argv[])
{
    if(argc != 3)
    {
        printf("Usage: [input XPS file] [output PDF file]\n");
        return 0;
    }
    string strLicenseKey = "XXXXXXXXXXXXXXXXXXXXX";
    int nRet = 0;
    nRet = XPS2PDFConverterSDK(strLicenseKey.c_str(), argv[1], argv[2], NULL);
    printf("nRet = %d\n",nRet);
    return nRet;
}

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
            LPTSTR lpCmdLine, int nCmdShow)
{
    return main(__argc,__argv);
}

What's the XPS format?
Open XML Paper Specification known as XPS consists of structured XML markup that determnes the layout and visual appearance of each page within the document. The markup language is a subset of XAML which allows it to incorporate vector-graphics in documents. Microsoft developed XPS with the intention of creating an alternative to PDF.

An XPS file is a unicode ZIP archive which use the Open Packging Conventions and contain the files which make up the document. The files includes are an XML markup file, text, embedded fonts, raster images, 2D vector graphics and any DRM (Digital Rights Management) information. These contents can be reviewed by opening in an application that supports ZIP files.

XPS To PDF SDK - XPS Converter, XPS to PDF, XPS Tools
XPS, expanded as XML Paper Specification, is a page description language that can describe an individual document, which contains multiple pages. XPS to PDF is a great SDK that supports converting your XPS documents effectively, into PDF format files. XPS to PDF facilitates the conversion of Microsoft XPS documents into well-known PDF format files without sacrificing content while giving quality output. It is capable of generating optimized, high quality, and vector-based PDF format files as output out without going over GDI, or going through PDF printer driver.

Write a review

Note: HTML is not translated!
    Bad           Good
Captcha

XPS to PDF Converter SDK for x64 system

  • Brand: VeryDOC
  • Product Code: MOD191008214637
  • Availability: In Stock
  • Viewed: 56096
  • Sold By: VeryDOC
  • Seller Rating:
  • Seller Reviews: (0)
  • $2,495.00

  • Ex Tax: $2,495.00

Related Products

Save
17%

EMF to Vector Converter Command Line

EMF to Vector Converter Command Line

EMF to Vector Converter Command Line Software can be used to convert from EMF and WMF Metafile file..

$245.00 $295.00 Ex Tax: $245.00

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

Save
17%

Image to PDF Converter Command Line with OCR, JBIG2, JPEG2000

Image to PDF Converter Command Line with OCR, JBIG2, JPEG2000

Image to PDF Converter Command Line is a Windows Application which can directly convert image files ..

$49.95 $59.95 Ex Tax: $49.95

JBIG2 Encoding and Decoding SDK Library

JBIG2 Encoding and Decoding SDK Library

JBIG2 Encoding and Decoding SDK Library can be used to encode black and white image data into JBIG..

$2,500.00 Ex Tax: $2,500.00

Save
25%

HTMLPrint to Any Converter Command Line

HTMLPrint to Any Converter Command Line

HTMLPrint to Any Converter Command Line is a versatile tool that streamlines the process of printing..

$299.00 $399.00 Ex Tax: $299.00

Save
10%

PDF Viewer OCX Component

PDF Viewer OCX Component

PDF Viewer OCX Component is a PDF Visual Component to Display PDF files. You can integrate a PDF r..

$1,080.00 $1,200.00 Ex Tax: $1,080.00

PDF to Word Converter SDK/CLI

PDF to Word Converter SDK/CLI

PDF to Word Converter SDK/CLI PDF to Word Converter SDK enables programmers and system administrato..

$5,000.00 Ex Tax: $5,000.00

PDF DRM Protector Solution for Business

PDF DRM Protector Solution for Business

Use PDF DRM Protector Solution to protect PDF and Office Documents for your business. PDF DRM Protec..

$5,000.00 Ex Tax: $5,000.00

PCL to PDF Converter

PCL to PDF Converter

PCL to PDF Converter (Include Both PCL to PDF Converter Command Line and GUI applications) PCL to..

$125.00 Ex Tax: $125.00

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

Java PDF Toolkit (jpdfkit)

Java PDF Toolkit (jpdfkit)

Java PDF Toolkit is a powerful Java PDF tool for Manipulating PDF Documents. Java PDF Toolkit is a..

$199.00 Ex Tax: $199.00

PowerPoint to Video Converter Command Line

PowerPoint to Video Converter Command Line

PowerPoint to Video Converter Command Line turns PowerPoint files into videos.Take your Microsoft ..

$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 Split-Merge SDK

PDF Split-Merge SDK

PDF Split-Merge SDK is a PDF DLL/SDK Library to Combine, Merge and Split PDF documents. PDF Split-..

$299.00 Ex Tax: $299.00

Tags: xps to pdf, xps converter, xps to image, xps to tiff, xps to tif, xps to jpg, xps to jpeg, xps to png, xps to svg, xps to vector, xps printing, xps to bmp, xps to bmp, xps to picture, xps to photo, xps render, parser xps, xps interpreter, xps to pdf sdk, xps to pdf library, xps sdk, xps library, xps to pdf converter sdk, xps to pdf conversion, convert xps to pdf, xps2pdf, xps2pdf sdk, xps2pdf library