var fDesc=new Array();
fDesc[0] = "novaPDF OEM Developer is a PDF solution for developers that want to add PDF creation capabilities to their applications. It has to be installed silently as a PDF printer directly from your application's setup. Once installed it can convert to PDF any document sent to it for printing and save that PDF in a pre-defined location. novaPDF OEM can be fully rebranded so end-users will not see the novaPDF brand at all (rebranding is optional and requires an additional payment).
novaPDF OEM Developer includes:
- Customization tool that lets you configure the novaPDF OEM printer distribution.
- novaPDF OEM documentation including a code sample.
- novaPDF OEM printer to distribute with royalty free licensing. Can be rebranded for an additional fee.";
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 = '';
}
}