var fDesc=new Array(); fDesc[1] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs."; fDesc[2] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[3] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files."; fDesc[4] = "the most widely used standalone readers (Kindle, SONY Reader, Cybook Gen 3, and iPhone). It supports ePub, MOBI, or LRS e-books, but it can open any TXT, HTML, RTF, ODT, or PDF document and convert it into a standard e-book."; fDesc[5] = "(EXIF/IPTC) of pictures taken by digital cameras. Because many image processing software destroys this metadata when saving such files, the idea was to create a backup of the metadata before editing it in any software, and then, after that to restore it back into the processed file. With Exifer you can do this very easily. All image processing software I know (e.g. ACDSee) destroys at least the EXIF makernotes after saving. Exifer doesn't! Features include: Supports EXIF (up to 2.2) and IPTC data in JPEG and TIFF files Reading and displaying of makernotes by Canon, Casio, Fuji, Minolta, Nikon and Olympus Backing up, restoring and comparing metadata (EXIF/IPTC) Editing of metadata (for JPEG files only) Inserting EXIF data from THM files (for JPEG files only) Creating/inserting/rot ating EXIF thumbnails (for JPEG files only) Customizeable view of metadata And other features"; fDesc[6] = "and shows all the metadata embedded in the photograph, allowing you to edit the content of the highlighted tags. It supports both Exif and IPTC-NAA data, showing all the existing information clearly organized in sections and tags."; fDesc[7] = ", AutoCAD and plain-text into PDF. Supports PDF merging and digital signing from the Windows Certificate store."; fDesc[8] = "This program is designed to prevent disclosure of confidential or inconvenient information. This application analyzes the Word files, then detects and removes hidden data from your documents. You can do it with a single file or process all files in a folder."; fDesc[9] = "photographs. By using tags, EXIF information embedded in JPEG files, and the IPTC information, you will easily locate, move, and keep organized all your images. This complete application supports JPEG, PSD, TIFF, PNG, GIF, BMP, as well as RAW files from the most popular camera manufacturers."; fDesc[10] = "Exif Metadata information that was stored in the digital camera while taking the picture and uses it to process the image. The software erases blue cast and hot pixels, adjusts mid-tones and automatic balance, and enhances the color effect and minute details."; fDesc[11] = "in the original file, such as new keywords, bookmarks, or page labels. You can also customize the transition between pages when using the PDF document as a slide show."; fDesc[12] = "and doesn’t require any other software to be installed on your system. It is a very useful tool to optimize PDF documents for fast viewing in the system, as well as for web viewing. It also helps in reducing the size of PDF file and improving its reliability."; fDesc[13] = "system, track file status with comments, use Adobe Bridge to find files visually, search for XMP metadata, and host Adobe PDF reviews."; fDesc[14] = "you need to have the Office suite installed before installing it. Metadata Analyzer will look for information that is embedded in your files whether you are aware of it or not. If you want to replace or erase that information, however, you need another application."; fDesc[15] = "digital photographs. It creates a CSV file with 15 different metadata fields that you can then use to feed your personal database, allowing you to keep your collection of digital images perfectly cataloged."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }