var fDesc=new Array(); fDesc[0] = "A quick solution for creating CMYK PDF documents (press-ready PDF/X documents with CMYK colors) with password features and access control. CIE color space and ICC Profile can be integrated into PDF files with ease.
Besides on-the-fly conversion to CMYK, Real PDF Printer adds
security to your files with Real PDF Printer's password features. You can also restrict viewing, printing, editing, or copying of documents to only individuals with the correct password.
The PDF documents created with Real PDF Printer are fully compliant to the Adobe PDF Specification, full-text searchable and totally vector-based. JPEG2000 support is available."; 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 = ''; } }