var fDesc=new Array();
fDesc[0] = "PDF U Append Batch Edition is the latest of a suite of PDF products to be released by Traction Software.
PDF U Append Batch Edition software automates the process of appending multiple PDF files, PDF U Append Batch will append your many PDF documents into one PDF document at the click of one button.
PDF U Append Batch also has command line options for further automation so any append can be automated from a dos command.
Main features:
- drag and drop,
- append page ranges,
- saving batch lists for later use,
- pre-saved batch list are fully compatible with the Desktop Edition & many other options.
Requirements:
- Acrobat 5,6 or 7 std/pro
Limitations:
- nag screens & maximum 3 file items in list & page parameters limit of 10.
PDF U Append Batch - an impressive and original software solution that allows you to batch append many PDF documents into one PDF file.";
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 = '';
}
}