var fDesc=new Array(); fDesc[0] = "CABAReT Stage - Software for your daily work with PDF documents.

CABAReT Stage offers different licences for typical application scenarios:

"Home" (for private user, who primarily want to save and print completed forms)
- open, complete, save, and send PDF forms per e-mail
- functions for editing pages
- selection and extraction of texts
- validation of signatures
- generation auf 'self-signed' certificates, certificate management

"Basic" (for users, who regularly work with PDF documents and add diverse comments and notes)
- attachment of comments (sketches, file attachments)
- import/export PDF as an image (tiff, png, jpeg)
- selection and extraction of images
- HTML import and conversion to PDF

"Professional" (for users, who use CABAReT Stage professionally in a form environment and optimize their processes)
- generate single signatures with file-based certificates
- form administration (field, components, ...)
- import/export data (csv, fdf, xfdf)
- PDF browser
- export PDF as Multipage-TIFF
- batch request of all functions per command line
- headless mode
- application scripting and reporting

Our partners have developed expansions for CABAReT Stage to meet customer"; 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 = ''; } }