var fDesc=new Array(); fDesc[0] = "PDF Metadata Changer is an utility that will help you to view and change the PDF document file properties such as Producer, Keywords, CreationDate, Copyright, ModifyDate, CreatorTool, Description, Title, etc. Batch view pdf document files metadata information. Batch modify or clean up pdf files metadata information.

The term metadata literally means 'data about data'. Metadata provides additional information about a certain file, such as its author, creation date, possible copyright restrictions or the application used to create the file. Sometimes, we need to edit Metadata in PDF, for example, to remove metadata PDF, to modify PDF metadata, to extract PDF metadata."; 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 = ''; } }