var fDesc=new Array(); fDesc[0] = "Creating PDF files has become easier and many online services allowing you to create a PDF file from your completed Word documents and thereafter save the newly created file for your records. But, in time, you may wish to update the information or make changes to the PDF file and with a program like CreativeDoc PDF Editor you can do just that. You may wish to add pages to an ebook you have created, or to change the pages or layout of a catalogue, and this handy program will make your task easy for you, even enabling you to convert any whole PDF file into a Word or text file.

Using the program's property editor you can change selected text, and with the picture editor, any photographic objects that are already contained in the document can be edited too. These modifications can be single or multiple, saving you lots of time. If you need to add additional pages or delete some pages, the page manager function can be selected from the property editor and with this function you can resize, remove, add or rotate pages, and then renumber them and add any relevant headers or footers. Once you have made all the changes you wanted, you can select security settings from the File/Properties menu where you can both encrypt and decrypt your PDF files and set limitations and passwords."; 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 = ''; } }