var fDesc=new Array(); fDesc[0] = "Convert2XPS is a C# development component and custom XPS printer driver. The .Net library can be used to provide a convenient programmatic interface for converting existing documents to XPS. If you are looking to add XPS printing to your applications, you can also print directly to your custom printer. Convert2XPS works with all major document types.

Print2XPS is the printer driver component of Convert2XPS and replicates the functionality of the Microsoft XPS Document Writer but without displaying a dialog to the user, making it ideal for programmatically invoking XPS printing."; 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 = ''; } }