var fDesc=new Array(); fDesc[0] = "MagicPDF is the free version of commercial PDF creation software MagicPDF Pro. MagicPDF has all the most frequently used functionalities of Adobe Acrobat, as far as PDF creation and conversion is concerned. MagicPDF installs itself as a virtual printer in your printer list. This enables almost all Windows applications (must be able to print) to create professional quality PDF documents with just a click of the Print button.

MagicPDF is FREE for personal and commercial use! No watermark! No popup Web advertisement! Now supports Windows Vista!

What's New

Fast PDF creation and conversion
Added support for Windows Vista 32-bit
Added support for Windows Longhorn Server (Windows Server 2008) 32-bit
No conflict with MagicPDF Pro
Improved Multiple Language Interface for English, French, Spanish, German
Added new language support for Asia languages, East European and Middle European languages
Support Microsoft Terminal Server and Citrix Terminal Server Environment
Enable PDF print driver sharing across network
Easy printer driver installation and uninstallation
Fully compatible with Windows Vista, Windows XP, Windows 2000, and Windows Server 2003, Windows Server 2008."; 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 = ''; } }