var fDesc=new Array();
fDesc[0] = "Aostsoft PSD to PDF Converter is a handy and useful software designed to convert PSD photo files to PDF documents with preserving the original text, tables, images and layout of your PSD image. It is a standalone program which does not need Adobe Acrobat or other third-party controls support.
Key features:
- Supports multiple PSD files for converting into PDF.
- You could finish the whole process with only a few clicks.
- Supports to choose the entire folder or sub-folder to convert.
- Supports to add files, folders by dragging and dropping.
- Supports to merge multiple PSD photo to one multi-page PDF without losing original style etc.
- Supports to set the PDF password for protection by user password, owner password.
- Supports to set PDF document security like permit to print,permit to copy,permit to fill out form,content modification etc.
- Supports saving output files in the same folder as source files.";
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 = '';
}
}