Description: Print PDF files to windows printer. Note: 1. Paper size can be selected either standard papers or user defined papers. Look at following page for the standard papers: ------------------------------------------------------- Usage: pdfprint [options] [Options] -firstpage : first page to print, from 1 to max page -lastpage : last page to print, from 1 to max page -prompt : prompt the user with the print dialog so they can change printer settings and/or select pages manually -printer : printer name to print -copies : copies to print -paper : paper size to printer pdf : retrieve paper size from PDF file number : standard paper size others : user defined paper size -scalex : X axis scale factors, default is 100 -scaley : Y axis scale factors, default is 100 -pdforient : select the orientation of the show PDF page, 0 : upright, default 1 : upside down 2 : left side down 3 : right side down -orient : select the orientation of the printer paper, 1 is portrait (default) and 2 is landscape -duplex : select duplex or double-sided printing for printers capable of duplex printing, 1 : simplex 2 : horizontal 3 : vertical -color : switches between color and monochrome on color printers, 1 : monochrome 2 : color -xres : specify the printer x-resolution, -4 : high -3 : medium -2 : low -1 : draft number: the number of dots per inch (DPI) and is therefore device dependent -yres : specify the printer y-resolution -xoffset : specify a page offset in the horizontal axis -yoffset : specify a page offset in the vertical axis -collate : specify whether collation should be used when printing multiple copies, 0 is disable and 1 is enable -scale : specify the factor by which the printed output is to be scaled, The apparent page size is scaled from the physical page size by a factor of scale/100. -wtext : watermark on printed document -wtype : type of watermark 0 : normal watermark 1 : watermark on header 2 : watermark on footer -wf : font name of watermark -wh : font height of watermark -ww : font width of watermark -wb : specify bold font -wi : specify an italic font -wu : specify an underlined font -ws : specify a strikeout font -wo : opacity of watermark, from 0 to 100 -wa : angle of watermark -wc : color of watermark, FF0000: Red color 00FF00: Green color 0000FF: Blue color HexNum: Other colors -wx : X offset of watermark -wy : Y offset of watermark -$ : Input registration key Example: pdfprint -printer "Informatik ..." -copies 3 -paper 9 C:\input.pdf pdfprint -printer "Informatik ..." -paper "pdf" C:\input.pdf pdfprint -printer "Informatik ..." -paper "11x17in" C:\input.pdf pdfprint -printer "Informatik ..." -paper "215.9x279.4mm" C:\input.pdf pdfprint -printer "Informatik ... " -paper "612x792pt" C:\input.pdf pdfprint -printer "docPrint" -paper "612x792pt" -orient 1 C:\input.pdf pdfprint -printer "docPrint" -paper "612x792pt" -orient 2 C:\input.pdf pdfprint -printer "docPrint" -paper "11x14in" -pdforient 3 C:\input.pdf pdfprint -printer "docPrint" -firstpage 1 -lastpage 1 C:\input.pdf pdfprint -prompt C:\input.pdf pdfprint -scalex 50 -scaley 50 C:\input.pdf pdfprint -duplex 3 C:\input.pdf pdfprint -color 1 C:\input.pdf pdfprint -xres 600 -yres 600 C:\input.pdf pdfprint -xres -4 C:\input.pdf pdfprint -xoffset 200 -yoffset 200 C:\input.pdf pdfprint -scale 50 C:\input.pdf Watermark options during printing: pdfprint -wtext "Watermark" C:\input.pdf pdfprint -wtext "Watermark" -wtype 1 C:\input.pdf pdfprint -wtext "Watermark" -wf "Arial" C:\input.pdf pdfprint -wtext "Watermark" -wh 200 C:\input.pdf pdfprint -wtext "Watermark" -wb -wi -wu -ws C:\input.pdf pdfprint -wtext "Watermark" -wo 80 C:\input.pdf pdfprint -wtext "Watermark" -wo 80 -wa 75 C:\input.pdf pdfprint -wtext "Watermark" -wc "FF0000" C:\input.pdf pdfprint -wtext "Watermark" -wc "00FF00" C:\input.pdf pdfprint -wtext "Watermark" -wc "0000FF" C:\input.pdf pdfprint -wtext "Watermark" -wx 100 -wy 100 C:\input.pdf E:\IID_PDF\IMPORT>