var fDesc=new Array(); fDesc[1] = "that catches whatever you send to print and saves it in a graphic file, that can have different formats, such as .BMP, .JPG, .TIFF or the .PDF format."; fDesc[2] = "is enough! Just print your document to any of your printers and Aloaha will convert the print job to a PDF Document."; fDesc[3] = "to this \"printer\" will be converted to images, saved, emailed, uploaded to server, or redirected to a printer. Free SDK."; fDesc[4] = "you to count, quota, control and charge printing easily."; fDesc[5] = "in Any Language. These reports are designed for your print cost analysis."; fDesc[6] = "many workflow requirements, using an additional layout-software won't be necessary anymore. Take advantage of PrinTao: You are able to create your individual layouts with text and images at a high efficiency. The integration of image processing, layout functionality and printing by a single software tool is unique. Positioning Images With PrinTao, images can easily be freely positioned over auxiliary lines positioned and centered automatically freely rotated and mirrored scaled cropped adjusted to paper size zoomed and scaled within their own frame This way, an optimal, paper-saving positioning is possible, reducing overall printing cost. Adding Text An individual text is assigned to each image. The text can be positioned above, underneath or besides the picture. The text can be aligned to the left, right or centered. Aside from custom text, information from the IPTC or EXIF meta data..."; fDesc[7] = "issue / matter, phase). It works by allowing users to allocate print jobs to accounts via popup client software."; fDesc[8] = ", when and what exactly they print on your printer."; fDesc[9] = "be printed automatically. Documents can be output to any PostScript printer supported by QuarkXPress, and Batch Print even supports output to disk file as well. Like all of our XTensions, Batch Print is intuitive and very easy to use. Simply navigate to the documents you wish to print and add them to the \"Print List\". Batch Print can process hundreds of documents at a time! After selecting your documents and choosing your Page and Print setup values, just press a button and Batch Print takes care of the rest. It will open each document, set up default Page/Print setup options, and send each document to the selected printer. Batch Print handles every aspect of the printing operation including automatic updating of modified pictures, tracking EPS font and color usage, tracking missing DCS plates, separation of document spot colors, and much more. It even allows you to keep a log file for..."; fDesc[10] = "virtual printer with extended features, like watermark stamping, poster printing, real printer preview and much more. 100% FREE to download and try."; fDesc[11] = "audit, print count, print control, print quota, print accounting - Print Server / Direct IP Printer / Workstation Connected Printer"; fDesc[12] = ", analyse and monitor all network printers from one centralized location. This software can be used by anyone at home, school and office ."; fDesc[13] = "including USB Printers, Network Printers, Print-Servers, as well as PDF-printers too!."; fDesc[14] = "tools you need to cost your jobs quickly and create all your paperwork. Everything is fully customizable."; fDesc[15] = "sent the job,job title, printing parameters and the number of pages printed for each print job, and then assigns a charge."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }