var fDesc=new Array(); fDesc[0] = "It's a tool meant for PDF imposition. It allows the user to place pages from a PDF file or images on one or more sheets and then export the imposition into a single PDF file again.

Imposition software Montax Imposer produces PDF files, which may be used for print on digital printers as well as any other device for offset printing (imagesetter, CTP). In Montax Imposer you can place 10 cards per A4 just as easily as to impose 1,000 pages of a book to a double cross-fold.

The pages are placed on the final sheet on positions which are arranged as a table. The assignment of specific pages to these positions is defined by an imposition scheme which determines the page order from the source PDF for each position. These positions remain unchanged for all sheets of a specific imposition (not only the number of rows and columns, but also the size and location of each table cell – i.e. position)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }