Home

Pagemark XpsConvertTM User Manual Version 1.0

image

Contents

1. 12 3 24 How do I convert XPS to Multi page TIF ccsccccccecsssssssseceeeeecsssesseaeeeeeessessesseaeeeeeesseesees 12 3 2 5 How do specify which pages to CONVEIT cssscccccecessssesseceeeeecessesseaeceeeessesseseeaeeeeeeeseeeees 12 3 2 6 How do specify the resolution of the output image cc cccessssssteceeeeecessessaeeeeeesseesees 13 3 2 7 How do I batch convert files ooo eeceesseceesceeeeeeeesaeeeeaaeseeneeceaeeesaaeseeaaeseeeeseaeeeeaaeeneaeeennees 13 3 2 8 How do specify a compression ratio for JPEG or TIF JPEG format ccsccccssceeseceeeees 14 3 2 9 How can rotate pag s cniinn e aa aa e dae REENE E 14 3 2 10 How do I render XPS as CCITT Group 3 or Group 4 FAX TIFF or monochrome PNG 14 3 2 11 How can I put a watermark on each converted page cccsccsssscecececessessneceeeeseessessaaeees 15 3 Page lt P PAGEMARK Technology 3 2 12 How can I create PDF or other formats from data generated dynamically 15 3 2 13 lam converting XPS to RAW RGB image data and want to be able to control the color output specifically by using an ICC profile How can I do that cccccssssssecececessesssaeseeeeseessesseaees 15 3 3 User Supplied Page Contents accede sccencecvassstee cating Fe case decadeincdwasesadicaeececssausedienctedgesesestedateenede 16 3 4 Using XpsConvert to Dynamically Generate PDF or other Image files cccss
2. 3 2 Basic Usage 3 2 1 How to save converted files to a given folder By default XpsConvert saves converted files in the current working folder To specify another output location use the o or output parameter For example xpsconvert o c MyPdfs 1 xps 2 xps Note If the specified path does not exist XpsConvert will attempt to create the necessary folders 3 2 2 How can I control the output name for rasterized converted images By default XpsConvert creates a separate image file for every page in the document The output filename is constructed using the name of the input XPS file page counter and appropriate image extension For example the following command line generates a sequence of image files starting with mydoc_1 jpg mydoc_2 jpg etc xpsconvert f jpg mydoc xps XpsConvert allows output filename customizations using the prefix and digits options For example the following command line generates a sequence of image files starting with newname_0001 jpg newname_0002 jpg etc xpsconvert f jpg prefix newname digits 4 mydoc xps The digits parameter specifies the number of digits to be used in the page counter portion of the output filename By default new digits are added as needed this parameter formats the page counter field to a uniform width e g myfile0001 jpg myfile0010 jpg instead of myfile_1 jpg myfile_10 jpg etc To avoid any ambiguities in file naming the p
3. xpsconvert myfolderl The subfolders option can be used to recursively process all subfolders For example the following line will convert all documents in myfolder1 and myfolder2 as well as any and all subfolders xpsconvert subfolders myfolderl myfolder2 By default XpsConvert will convert all files with the extension xps To select different files based on the extension use the extension parameter For example to convert all XPS documents with a custom extension oxps you could use the following command line xpsconvert extension oxps subfolders myfolderl 13 Page lt P PAGEMARK Technology 3 2 8 How do I specify a compression ratio for JPEG or TIF JPEG format The JPEG image format offers a lossy type of compression and the option to trade off between the reduced image quality and higher compression ratios To fine tune JPEG compression quality use the quality parameter as illustrated in the following example xpsconvert quality 80 f jpg in xps Compression quality is a number in the range of 1 to 100 Lower numbers typically result in better compression at the expense of image quality The default compressions ration is 80 3 2 9 How can I rotate pages Image rotation can be done using the r or rotate option For example the following command line rotates all pages 90 degrees counterclockwise xpsconvert rotate 90 in xps Similarly the f
4. 1 2 Example with VBScript syntax lt Defining variables Dim WshShell oExec CommandLine Buf The path to XpsConvert command line with its parameters Don t forget nodlg key in demo version CommandLine C Temp XpsConvert exe 0 c TEMP C temp xps Creating a WSH object Set WshShell Server CreateObject WScript Shell Launching XpsConvert command line Set oExec WshShell Exec CommandLine 1 MT he program response stream Do While Not oExec StdOut AtEndOfStream Buf oExec StdOut Read 1 If the current symbol is a line feed the lt br gt tag should be added for HTML line feed if Buf Chr 13 then Buf lt br gt amp Buf 1 Writing out the program response Response Write Buf Loop Set WshShell Nothing S gt Example with JScript syntax lt LANGUAGE JAVASCRIPT gt lt The path to XpsConvert command line with its parameters var commandLine C Temp XpsConvert exe o C TEMP C temp xps var WshShell Server CreateObject WScript Shell var oExec WshShell Exec commandLine var Buf The program response stream while oExec StdOut AtEndoOfStream uf oExec StdOut Read 1 If the current symbol is a line feed the lt br gt tag should be added for HTML line feed Lt Bur n But lt br gt Bufp 22 Page lt P PAGEMARK Technology Writing out
5. file conforming to the XPS syntax standard For example xpsconvert fpage in xml In this example XpsConvert will read the file in xml and render its content to the PDF format See section 3 3 for more information 3 2 13 Iam converting XPS to RAW RGB image data and I want to be able to control the color output specifically by using an ICC profile How can I do that XpsConvert supports the use of user supplied ICC profiles via the icc option For example xpsconvert f RAW icc MyPrinter ICC in xps In the above example a raw RGB file will be created and the output colors will be transformed by the MyPrinter ICC color profile 15 Page lt P PAGEMARK Technology 3 3 User Supplied Page Content XPSConvert can be used to place additional text and graphics on each page rendered If the XML option is included on the command line XpsConvert will read and render the content of the specified file and merge it onto the rendered page The format of the data is standard XPS fpage syntax as specified in XML Paper Specification 1 0 with the exception that references to namespaces are ignored and lt FixedPage gt and lt FixedPage gt must omitted For example xpsconvert f TIF XML content xml MyFile xps and assuming that content xml contains the following lt Path Fill FFO000 Data M 96 96 L 192 96 L 192 192 L 96 192 2 gt will cause the rendered output to include a red square placed at t
6. pixel TIF formats File contains 256 values mapping gray levels icc filename icc swap icc Standard ICC profile to be applied to output image Raster formats only 9 Page lt P PAGEMARK Technology q quality q 80 Quality setting 1 100 used for compression of image formats using Jpeg compression m multipage Create multipage output for TIFF format multipage PDF is by default multipage extension extension xps Extension to use when processing input documents Default is XPS h Displays list of available options or help v or version Display version information verb Set verbosity level O 1 0 silent 1 normal compress compress CCITT4 Specifies compression type used for TIF output formats Valid formats include e CCITTRLE e CCITT3 e CCITT4 e LZW e JPG e PACKBITS e DEFLATE Default tif compression format is LZW xml xml watermrk xml Allows content to be added to the rendered page Format of the xml data is standard XPS markup The xml must not include lt FixedPage gt tags and all resource references URIs must resolve to files accessible by the system fpage fpage 1 fpage Renders a single XPS fpage to the specified output format The fpage must include valid XPS markup syntax and all resource references URIs must resolve to files accessible by the system nosmooth nosmooth Turns off anti aliasing 10 Page lt P PAGEMARK Technology
7. FFFFFEF FontUri C MYFONTS Vera ttfi FontRenderingEmSize 14 OriginX 96 OriginY 96 UnicodeString Hello World gt lt FixedPage gt will generate an 8 5 x11 page with the text Hello World displayed using a 10 5 Pt Vera ttf truetype font References to resources within the XML file must be URI locations that can be read by the host If the resource is not fully qualified XpsConvert will attempt to locate resources fonts and images relative to the input file s You may also specify specific locations through the following environment variables e XGE_FONTDIR location of font files e XGE_IMAGEDIR location of image files 3 5 Batch Processing and the use of Wildcards XPSConvert supports the processing of multiple input documents or folders with a single invocation XpsConvert also supports the use of wildcards in the input filename or folder It is possible to specify multiple XPS folders and have XpsConvert automatically process all XPS documents matching a given file extension For example the following command line will process all XPS documents in folders test1 and test2 xpsconvert o C output_ folder C testl C test2 Wildcard characters may also be used to process multiple input files 17 Page lt P PAGEMARK Technology For example if a directory contains the following XPS documents C testi File Edit view Favorites Tools Help O sak Or T JO search Folders i
8. PAGEMARK Technology lt P Pagemark XpsConvert User Manual Version 1 0 lt P PAGEMARK Technology 2008 2009 Pagemark Technology Inc All Rights Reserved All information contained herein is the property of Pagemark Technology Inc Pagemark No part of this publication whether in hardcopy or electronic form may be reproduced stored in a retrieval system or transmitted in any form or by any means electronic mechanical photocopying recording or otherwise without the prior written permission of Pagemark Technology Inc The information in this publication is provided for informational use only is subject to change without notice and should not be construed as a commitment by Pagemark Pagemark assumes no responsibility or liability for any loss or damage that may arise from the use of any information in this publication The software described in this user manual is furnished under License enclosed in the software package and may only be used or copied in accordance with the terms of that License 2 Page lt P PAGEMARK Technology Contents 1 IntroduCtHOnasssa rasos sassoro weenie ado SHANIA AD AME nas SS NS Usa eee Renee Hie ee ee 5 1 1 Introduction to Pagemark XpsConvert ccceessssecececsssesenececececeseesuseceeecssessesneaeeesecessesessaeeeesens 5 1 1 1 KEV FUNCTIONS JRR OR E E RR RA 5 1 1 2 Common Use Scenari OS iss 2itssazapaasin ane nbhaiaaknn sea GAGA RRA 5 1 1 3 Operat
9. X 19 E Address c test1 Names Size Type Date Modified E i 1KB XPS document 5 21 2009 12 59 1KB XPS document 5 21 2009 12 59 1KB XPS document 5 21 2009 12 59 To process all XPS documents in this folder you could specify xpsconvert o C output_folder C test1l xps To process all XPS documents staring with A you could specify xpsconvert o C output_folder C test1 A pdf Or to process all PDF documents ending with 1 you could specify xpsconvert o Ci output folder testl lipdt You can use either of the two standard wildcards the question mark and the asterisk to specify filename and path arguments on the command line 18 Page lt P PAGEMARK Technology 3 6 General Usage Examples 3 6 1 Convert XPS to PDF Notes e Converts the XPS to PDF will all default options e The o parameter is used to specify the output folder If this option was not specified all images would be stored in the current working folder xpsconvert o test out exl test WordDoc xps 3 6 2 Convert XPS to a multi page TIF at 100 dpi Notes e The f option specifies the output format as TIFF e The dpi option is used to specify the output resolution e The multipage option is used to specify that the output TIFF will be a multi page document xpsconvert f TIF o test out ex2 dpi 100 multipage test WordDoc xps 3 6 3 Convert XPS to PNG r
10. be constructed by using the prefix string the page number and the images extension e g outfiles1 pdf outfiles2 pdf etc The default is the base input filename prefix should only be used to convert individual documents Number of digits used in the page counter portion of the output filename If this parameter is not set digits are added as needed subfolders _ Process input XPS or XML files in sub folders digits f or f pdf Output formats format f bmp e PDF Adobe Portable Document Format f tif e PNG Portable Network Graphics f png e JPEG or JPG Joint Photographic Expert Group f raw e TIF or TIFF Tagged Image File Format e BMP Windows Bitmap Format e RAW Raw RGB data 8 Page lt P PAGEMARK Technology Default is PDF d or dpi 300 Sets the dpi of the output file dpi Default resolution is 96 dpi Note this option is ignored for PDF formats a or pages Render pages 2 4 7 Specifies the list of pages to convert By default all pages are converted pages 2 4 7 Render even pages a even Render odd pages a odd Render pages 5 through 10 a 5 10 Render pages 2 20 and pages 30 and 49 a 2 20 30 49 r or r 90 Rotate pages by 90 180 or 270 degrees rotate r 180 r 270 mono mono Sets 1 bit pixel dithered image TIFF and PNG only trc filename trc file txt Tonal response curve used with mono or 1 bit per
11. cccceeeeessessnaeees 16 3 5 Batch Processing and the use of Wildcards cccccccccessssssseceeeeecesseseaececeeecessesesaeseesesenssessaaeess 17 3 6 General Usage Examples scam cecevectcdesesccsned ded deen Mcanes dees catia ad cana ceed dete SO vanes dees aut Ee Eaa 19 3 6 1 Convert XPS to PDP soror anirnar N A OEREO N cpaebenctasdegac OTEO 19 3 6 2 Convert XPS to a multi page TIF at 100 Api ccc cccccssccceecessessnseseeeeeeessesseaeseeeeseeseesseaees 19 3 6 3 Convert XPS to PNG rotated by 270 c cccccccecssssssnsccecececssseaeeeseceesesesssaesececeesessesanaeees 19 3 6 4 Convert XPS tO JPEG rin r a ROO OE chest OOE OO 19 3 6 5 Convert XPS to JPEG and apply an ICC profile to the output 20 3 6 6 Convert XPS to a multi page CCITTA4 Fax TIF at dpi 208 cccsssscccecessesssseceeeeseesssssnaeees 20 3 6 7 Convert XPS to PDF only pages 1 amp 2 with user supplied content 20 3 6 8 Convert XPS to TIF in all subfolders seara aaa 20 3 6 9 Convert XPS to TIF using wild a CArd cccsccccececessessnseseceeecesseseaaeseeeeecessesaaeseeeeecussesaaeees 20 3 6 10 Convert XPS to a RAW RGB file transformed by an ICC profile 21 3 6 11 Create PDF pages from user created XML templates ccccsesssceceeecessessaeceeeeseessssseaeees 21 3 6 12 Create CCITT4 TIF from user generated XML file cccceceseesssseceeeeecesseseaeeeeeeseesseseeaeees 21 Running Xp
12. e application is supplied as a download from a distributor or directly from www pagemarktechnology com The release is packaged as a zip file xpsconvert zip To install the software simply unzip the archive in the desired location make sure to preserve the directory folder structure during this process To register the software copy the license file provided to you into the xpsconvert folder 6 Page lt P PAGEMARK Technology amp WinZip XpsConvert zip File Actions View Jobs Options Help i z lda ce ow G w New Open Open an existing archive Extract Encrypt view CheckOut Wizard Vi XpsConvert zip Nx license pdf test bat Epsom o E xpsConvert exe Extract to C psConvert 3 xpsConvertUserMan pdf Desktop ry E 1 bet My Computer E 2 bet Desktop See IBM_PRELOAD C El 3 txt E cover2 txt S E coverpage tet a coverpage xps My Documents S image_1 png D My Documents gt DYD CD RW Drive D DRHTE vera ttf LHE A weird icc er Ed My Computer kl Files 1 Open Explorer window Selected 1 file 775KB E Selected files folders Te lovers istina fes s All files folders in current folder r a g Corea see All files folders in archive aperto Help aces Fies in Archive Do IV Use folder names He A 2 2 Evaluation Version Installat
13. he top left corner of the page There is essentially no limitation on the complexity of the data placed on the page using this mechanism References to resources within the XML file must be URI locations that can be read by the host For example lt Glyphs Fill 000000 FontUri C MYFONTS Vera ttfi FontRenderingEmSize 14 OriginX 260 OriginY 96 UnicodeString Hello gt If the resource is not fully qualified XpsConvert will attempt to locate resources fonts and images relative to the input file s You may also specify specific locations through the following environment variables e XGE_FONTDIR location of font files e XGE_IMAGEDIR location of image files 3 4 Using XpsConvert to Dynamically Generate PDF or other Image files XpsConvert can be used to generate PDF files or other image formats using simple XML syntax The XpsConvert fpage option allows for the reading in of an XML file formatted according to the XPS specification This file can easily be created by individuals or computer systems to define pages 16 Page lt P PAGEMARK Technology dynamically for applications such as variable data printing fax CCITT4 fax page generation bulk PDF email generation etc For example xpsconvert fpage 1 xml 2 xml will render the contents of 1 xml and 2 xml to a PDF For example given the following XPS formatted XML page lt FixedPage Width 816 Height 1056 gt lt Glyphs Fill
14. ild a card Notes e Filenames with or will be expanded 20 Page lt P PAGEMARK Technology xpsconvert o test out ex9 f TIF test sa00 xps 3 6 10 Convert XPS toa RAW RGB file transformed by an ICC profile Notes e The f RAW option will generate an unformatted output file containing only color data e The icc option specifies an ICC profile to be applied to the output data xpsconvert o test out exl0 f RAW icc test weird icc test country xps 3 6 11 Create PDF pages from user created XML templates Notes e The fpage option indicates the input file is interpreted as an XPS formatted XML file e The default output format is PDF xpsconvert o test_out exll fpage dynamic 1 txt xpsconvert o test out ex1ll fpage dynamic 2 txt xpsconvert o test out exl1l fpage dynamic 3 txt 3 6 12 Create CCITT4 TIF from user generated XML file Notes e The compress option selects the TIF compression type e The fpage option indicates the input file is interpreted as an XPS formatted XML file xpsconvert o test _out exl2 f TIF compress CCITT4 dpi 200 fpage dynamic coverpage txt 21 Page lt P PAGEMARK Technology 4 Running XpsConvert from ASP Below you will find examples of launching XpsConvert from ASP using VBScript and JScript syntax Note you need to install Windows Script 5 6 on your server to launch XpsConvert command line from ASP script 4 1 1 4
15. ing System SUPPOSE cccccccccccccccecececeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeGeeeSEESSEEEEEEEEEEEEEEEEEEEEES 5 1 1 4 System Requirements usas vaca ices inaen sist ches Wade Guina Fada SSL ahh Coe Pd es ARES Go E Se Ud Ee ada 6 1 2 XPSCONVEFESD Ka cece wswcavestesesiviving ceeisiogseesteockvenssbageess beceveesbecsv bss socevessboesevabbegdveasegseesssocseenebayeeies 6 1 3 About This Manual iiss rsseieeiineinine origa hn i a e a a 6 2 Installing and Uninstalling Pagemark XPSConvert cccccccesssssssececececeesesseaeceeeceeceseseaeeeeeceseeseaeaeeeesens 6 2 1 XpsConvert INSTA essar a a A E E iene 6 2 2 Evaluation Version Installation ccceccceceecceeeeeceesaeceeceeceeeeeeaaeeeeaaeceeeeecsaeeseaaeeseaeeenaeeeeaaeeneaaeseneees 7 2 3 Uninstalling XpsConvert ice reerererereeaaeneaear eae ne anne nearar ease na nana caacerea aeee naneanaress 7 3 OVERVIEW orerar Ea AE E E aca das gas adaga ADE da gua SG AE E E S EN 7 3 1 Basic SyntaX sas ssa is ieee eese Eere EREE EEE REEE ERNER KE E Se e EEEE SE Geel ovseucesece teed sirene ad ganas dias 8 3 2 BASIC USADO o sic o eset eects meat hee se cosa se cere estes eta E a Ed qe etna tesa 11 3 2 1 How to save converted files to a given FOIDEL o oo ecececsessceceeecessesseaeceeeescesseseeaeeeeeesseeeees 11 3 2 2 How can control the output name for rasterized converted images cccssceesseeeeeees 11 3 2 3 How do convert XPS to JPEG PNG TIF or some other image format
16. ion If you wish to evaluate the product you may download the demo version of the product without any serial number or license key To do this go to Pagemark download site at http www pagemarktechnology com Click on the appropriate product name version This will bring you to the link to the page to download the demo Download the zip file xpsconvert zip Extract the archive in the desired location making sure to preserve the folder structure This will provide you a working copy of the application along with various examples The limitation of the evaluation is that all output pages will have demo stamp 2 3 Uninstalling XpsConvert To remove XpsConvert from your computer simply delete the xpsconvert folder 3 Overview Pagemark XpsConvert is a command line application designed to convert XPS documents or XPS formatted XML to one or more PDF PNG TIFF JPEG or RAW files while presenting several options to control resolution color depending on the output format selected This section covers the basic usage of XpsConvert explaining all of the available options 7 Page lt P PAGEMARK Technology 3 1 Basic Syntax xpsconvert options filel file2 folderl file3 Options Parameter Description o or output o myfolder Output folder in which to store converted files o c Myfiles Default output folder is the current working folder prefix prefix outfiles Prefix used for output filename The output name will
17. ntent during conversion e Dithering control for 1 bit per pixel formats e Wild card and subfolder processing e 100 compliance with XPS standard 1 1 2 Common Use Scenarios e Server based on demand conversion of XPS documents to PDF or raster images e Fax Server applications e Variable Data Printing e Dynamically Generated Forms e Batch processing of XPS collections e Stampor watermarking document e Bates Numbering e Thumbnail generation 1 1 3 Operating System Support e Windows 7 2008 Vista XP 2003 2000 NT 98 e Mac OSX e Linux 5 Page lt P PAGEMARK Technology 1 1 4 System Requirements e Minimum 10MB of free disk space e Memory requirement is dependant on source document being converted 1 2 XpsConvert SDK For developers looking for the capability to integrate XPS conversion into their applications Pagemark offers XPSSDK an easy to use powerful software component for adding XPS conversion into client and server applications Pagemark XpsConvert Pagemark XPS Firefox Plugin and Pagemark XPSViewer were all developed using Pagemark XPSSDK 1 3 About This Manual This manual is intended as a guide to the installation and use of Pagemark XpsConvert It is intended for programmers or other users who are familiar with XPS PDF and graphic image file creations graphic file manipulation and general computer processes 2 Installing and Uninstalling Pagemark XPSConvert 2 1 XpsConvert Install The XpsConvert command lin
18. numbered sequentially starting from page 1 To specify a range of pages use dash character between numbers For example xpsconvert a 1 10 20 50 in xps will render the first page pages in the range from 10 to 20 and all pages starting with page 50 to the last page in the document 12 Page lt P PAGEMARK Technology All even pages can be selected using the even keyword For example the following command line renders all even pages xpsconvert pages even in xps Similarly odd pages can be selected using the odd keyword The following command line renders all odd pages in the document and every page in the range from 100 to the last page xpsconvert pages odd 100 in xps 3 2 6 How do I specify the resolution of the output image The output image resolution used by XpsConvert can be specified using the d or dpi option By default XpsConvert uses a resolution of 96 dots per inch DPI Smaller DPI numbers result in smaller images e g suitable for use as thumbnails while larger DPI numbers generate larger images e g suitable for high quality output For example to convert an XPS document to a multi page TIF at 300 dpi use the following command line xpsconvert f tif multipage dpi 300 in xps 3 2 7 How do I batch convert files XpsConvert supports batch conversion of many XPS files using a single command To convert all XPS files in a given folder s you can use the following syntax
19. ollowing command line rotates the page 270 degrees counterclockwise or 90 degrees clockwise xpsconvert rotate 270 in xps And this command line turns the page upside down xpsconvert rotate 180 in xps 3 2 10 How do I render XPS as CCITT Group 3 or Group 4 FAX TIFF or monochrome PNG XPS documents may be rendered as a monochrome 1 bit per pixel image compressed using G4 CCITT by adding the option mono within the command line For example xpsconvert mono f TIFF dpi 300 in pdf Additionally you can explicitly set the TIIF output format by the compress options to one of the following CCITT4 CCITT3 or CCITTRLE For example xpsconvert f TIF compress CCITT3 in xps 14 Page lt P PAGEMARK Technology 3 2 11 How can I put a watermark on each converted page XpsConvert supports the ability to merge user supplied data onto each of the rendered pages using the XML option For example xpsconvert XML myfile xml in xps where myfile xml might contain the following XPS formatted XML lt Path Fill 30FFO000 Data M96 96 196 0 0 96 96 02 gt The above example places a semi transparent red box over the top of each page of the document For more information see section 3 3 3 2 12 How can I create PDF or other formats from data generated dynamically XpsConvert supports the ability to render XPS formatted XML data Using the fpage option you may pass in as input an XML
20. otated by 270 Notes e The rotate option specifies the output image will be rotated 270 degrees xpsconvert o test out ex3 f PNG rotate 270 test sa012 xps 3 6 4 Convert XPS to JPEG Notes e The f option specifies the output format as Jpeg XpsConvert o test out ex4 f JPG test country xps 19 Page lt P PAGEMARK Technology 3 6 5 Convert XPS to JPEG and apply an ICC profile to the output Notes e The icc options specified the ICC profile which will be used to transform the output files xpsconvert o test out ex5 f JPG icc resources weird icc test country xps 3 6 6 Convert XPS to a multi page CCITT4 Fax TIF at dpi 208 Notes e The compress option specifies that the TIF output will use CCITT4 fax compression xpsconvert f TIF compress ccitt4 o test out ex6 dpi 200 multipage test WordDoc xps 3 6 7 Convert XPS to PDF only pages 1 amp 2 with user supplied content Notes e The pages option specifieswhich pages of the input document will be converted e The xml option specifies that the contents of content xml will be placed into the resulting output pages xpsconvert o test _out ex7 pages 1 2 xml test content xml test wordDoc xps 3 6 8 Convert XPS to TIF in all subfolders Notes e The subfolder option specifies that sub folders will be processed xpsconvert o test out ex8 subfolders test 3 6 9 Convert XPS to TIF using w
21. refix option should be used only for conversion of individual documents If your output image format is TIFF you can convert XPS to a single multi page TIFF document using the multipage option See _3 2 4 for an example 11 Page lt P PAGEMARK Technology 3 2 3 How do I convert XPS to JPEG PNG TIF or some other image format By default XpsConvert automatically converts XPS to PDF The output image format can be modified using the f or format option For example xpsconvert f jpg in xps will convert XPS to JPEG The format parameter accepts any of the following output formats png Portable Network Graphics jpg or jpeg Joint Photographic Expert Group tif or tiff Tagged Image File Format bmp Windows Bitmap Format raw raw RGB 3 2 4 How do I convert XPS to multi page TIF If your output image format is TIFF you can convert XPS to a single multi page TIFF document instead of separate files for every page by using the multipage option For example xpsconvert multipage f tif mypdf xps 3 2 5 How do I specify which pages to convert By default XpsConvert will rasterize and or convert all XPS pages to the output image format You can specify a subset of pages to convert using the a or pages options For example xpsconvert a 1 3 10 in xps will convert only pages 1 3 and 10 Please note that XpsConvert assumes that all pages are
22. sConvert from ASP neisson esna a e aaea SEU E EE E E EE EEE EEE RECESS 22 4 1 1 Example with VBScript syntaxis acessa cuteceda sastat cana ddascushten sadeg uia nei eie aaa Eede eiiiai 22 4 1 2 Example with JScript SYNtax cccccssssccececessesesssaeeeeeceseesesaeaeeeeeceeseseeseseeeeseessesaeaeeeeeeeseeeees 22 SUD o fe 0 sss dec USAS RR EE EE ER ORA RS IO RR JU CSS ANAIS RD RS ee cane DAS ARREDORES E E E E 24 5 1 Reporting Problems as cssssipoatas descenso din atai eee Racca dcsvs vee dn Saad o DESA ANE cada dean a aa a Upa Fada iien 24 5 2 Contact intonations iesean roinne ere Aaa aa aara ta aE Ea EE EEN di 24 4 Page lt P PAGEMARK Technology 1 Introduction 1 1 Introduction to Pagemark XpsConvert Pagemark XpsConvert is an easy to use multi platform command line program that provides users with an efficient way to convert XPS or OpenXPS documents into a variety of vector and raster file formats XpsConvert can convert XPS documents to PDF PNG TIFF BMP and JPG and RAW In addition XpsConvert supports variable data printing and PDF creation XpsConvert does not require Microsoft NET platform or any other 3 party libraries 1 1 1 Key Functions e Convert XPS to PDF vector PNG TIFF JPEG BMP RAW e Dynamically generated PDF or other formats and Variable Data Printing e Configurable output resolutions e Batch conversion e Fax output format support e ICC profile support e Multi page Tiff e User supplied page co
23. the program response Response Write Buf WshShell null gt 23 Page lt P PAGEMARK Technology 5 Support 5 1 Reporting Problems If you encounter a problem or you have a question regarding the Pagemark XpsConvert utility please submit a problem report to Pagemark at support pagemarktechnology com When submitting a report please provide the following information e Your contact details e Name and version of the product e A detailed description of problem e Attach any sample problem file s 5 2 Contact information To contact Pagemark Technology Inc you may use the contact information below Telephone 1 425 296 1712 Web site http www pagemarktechnology com Email Contacts e General Business Inquiries info pagemarktechnology com e Licensing Sales Inquiries sales pagemarktechnology com e Product Support support pagemarktechnology com 24 Page

Download Pdf Manuals

image

Related Search

Related Contents

Philips LX8200SA/22 User's Manual  Gefen EXT-WUSB  ダウンロード(PDF 2.0MB)  取扱説明書 - オリンパス  vaporella_pro_5200 r    Owner`s Manual EX5500    Samsung KYTTOHJEET SP50L2HX User's Manual  Samsung Monitor LED 22" S22D390Q  

Copyright © All rights reserved.
Failed to retrieve file