Find Anything Windows Desktop Search

Total Page:16

File Type:pdf, Size:1020Kb

Find Anything Windows Desktop Search Matt Hester Windows Administration FIND ANYTHING WITH WINDOWS DESKTOP SEARCH Have you ever wondered why it takes 3.2 seconds to search the Internet but 2.7 days to search your hard drive? Don’t you wish you could search your hard drive and e-mail as quickly as the Internet? You can with the newly improved Windows Desktop Search (WDS). Think about how much information you have stored on your computer, and where that ware versions). For a full list see search.msn. information resides. Now think about all the information your users have stored on their com/docs/toolbar.aspx?t=MSNTbar_CONC_Searchable­ laptops, desktops, or on the network. I have all my rarely used information on my d:\ drive FileTypes.htm. And, with an extensible API set, or a network share, my somewhat important information in My Documents, and my really WDS can index anything, anywhere. WDS vital information on the desktop and in the tons of e-mail that has built up over the years. is available to all users in their taskbar and (Not to mention the millions of other Outlook items stored in contacts, calendar and tasks.) it runs automatically whenever the user logs Finding anything in that morass is quite a chore. And not just for me. IDC conducted a into the machine. Figure 1 shows some typical survey that showed the average active computer user spends nine and a half hours a week search results. Built-in right-click capabili- looking for documents, which illustrates the ties allow you to copy, move, delete, print, • Types of files indexed by WDS serious need for a better solution. So how open, reply, forward and even preview your • How the WDS index is maintained can WDS help? search results (see Figure 2). • Deployment tips Windows Desktop Search is an extremely Windows Desktop Search also provides • Management and Group Policy powerful search engine that lets you search great flexibility to multinational organi- through all of those pockets of information: sations. The optional Multilanguage User Matt Hester is a seasoned TechNet presenter, an Exchange Server insider who worked as an MCT for over eight years before joining your hard drives, your network drives (via Interface (MUI) pack download offers sup- AT A GLANCEAT Microsoft. Matt loves reaching out to users and customers in the UNC names) and even your e-mail. WDS port for 30 languages in addition to English local community and gets a thrill from installing a server that can can index more than 200 unique file types (see Figure 3). send e­mail or provide other services. (more than 350 if you count different soft- If you tried the initial versions of WDS, 26 To get your FREE copy of TechNet Magazine subscribe at: www.microsoft.com/uk/technetmagazine Figure 1 Broad Range of Search Results Figure 2 Previewing Files you may have been deterred by the perfor- and search your e-mail, you need Outlook recommended for the index. The size of the mance hit you took during indexing. The 2000 or Outlook Express 6.0 or greater. For index depends on how much content you new version of WDS has significant im- full preview of Office documents you need have and how much you index. And for best provements, though. WDS 2.6.5 reduces Office XP or later. viewing, a 1024 x 768 screen resolution is disk access by 50 percent compared with From a hardware perspective, you need recommended. previous versions, and it eliminates the de- at least a Pentium 500MHz processor or lay during system shutdown. WDS 2.6.5 of- better (1GHz recommended), 128MB of Deployment fers three new policies (including policies RAM (256MB recommended, 512MB is WDS is easy to deploy into any environ- for inclusions/exclusions of specific paths), optimal), and 500MB of hard disk space is ment. It comes as a self-extracting executable considerable improvements in stability and file of only 4.5MB, so you can use Systems results, and full integration in the Windows Figure 3 Supported Languages Management Server (SMS) to deploy it or servicing model. There are also add-ins for you can turn to Group Policy. The size of Lotus Notes and for the MSG file format ● Bulgarian ● Korean the program makes it ideal for Group Policy so WDS can index Outlook MSG files that ● Chinese (Simplified) ● Latvian package deployment. However, in order to have been saved outside of Outlook. Content ● Chinese (Traditional) ● Lithuanian use Group Policy for deployment, note that within e-mail attachments are indexed and ● Croatian ● Norwegian you will first need to wrap the WDS file in searched as well. ● Czech ● Polish an .msi file. If you have multiple or dual-core pro- ● Danish ● Portuguese WDS is distributed like other Windows cessors, look for enhanced performance (Brazilian) components through the package install- and even less noticeable system impact as ● Dutch ● Portuguese er (formerly update.exe), which means it the thread-optimised search engine code (Iberian) can also be distributed very easily using a takes advantage of the additional process- ● English ● Romanian script. WDS supports both attended and ing threads. ● Estonian ● Russian unattended installation modes. Attended ● Finnish ● Slovakian mode, which requires end user interaction, Configuration Requirements ● French ● Slovenian is more common. To take advantage of WDS you must ● German ● Spanish For unattended installations you can cre- be running Windows XP SP1 or higher, ● Greek ● Swedish ate custom batch files using the command- Windows Server 2003, or Windows 2000 ● Hungarian ● Thai line options that are shown in Figure 4, or SP4. As of now only the 32-bit versions ● Italian ● Turkish by using SMS, Group Policy, or Windows are supported; support for 64-bit systems Update Services. ● Japanese is expected in the near future. To index The command line offers many options for TechNet Magazine October 2006 27 Windows Administration host for IFilter add-ins, which enable the Figure 4 Installation Command-Line Options WDS indexer to open, read and index the Command-Line contents of new file types it would not oth- Option Description erwise be able to fully index. Many software /quiet or /q Provides no status dialog box during the extraction. Can be used programs on your PC already have IFilters in combination with /extract or /extract path, or this option will di­ installed. For example, if you use Microsoft rect the installation to run in quiet mode. Office Visio®, you automatically have the /passive or /U Provides a progress bar during the extraction, but does not prompt Visio IFilter plug-ins installed. Several free you for the destination folder name. Can be used in combination IFilters are available (StarOffice/OpenOffice, with /extract or /extract:path, or it will direct the installation to run in passive mode. PDF, ZIP, and so on) and are located at add­ ins.msn.com/addins_category_desktop.aspx. What’s /extract or /X Extracts package files without starting the installation. Prompts you for the path of the destination folder for extraction. When great about IFilters is the extensibility they used in conjunction with the /q or /U switch, extracts the package provide. WDS provides the architecture that file to a randomly named folder on the root folder. lets you or your developers write customised /extract:path_name Extracts software update package files to the specified folder IFilters. Windows Desktop Search is smart or /X:path_name without starting the package installer or prompting you for a des­ enough to recognise new IFilter plug-ins tination folder. When used in conjunction with the /q or /U switch, and will be able to index the contents of extracts the package file to the specified folder. the associated file types the next time the index is rebuilt. Moreover, WindowsSearch- automated installation. When you use the /q ed to look into other drives and directories Filter.exe was specifically designed to survive option, for example, the WDS installation is on your system including network drives poorly written third-party IFilters, in order completely silent, and if a restart is required, via UNC paths. to maintain overall reliability. it occurs automatically. Alternatively you can use the /passive or /U option, which displays WDS Components Once WDS is a progress bar and warns that a restart will WDS consists of four elements: Win- deployed, it will occur if necessary. Passive mode also dis- dowsSearch.exe, WindowsSafeFilter.exe, plays any errors that may be encountered. WindowsSearchIndexer.exe and Windows- create and maintain Figure 4 details the command-line options SearchFilter.exe. WindowsSearch.exe is the an individual index and their functions. primary component. It runs automatically After extraction, the files are placed in at computer startup and is located in the of all the the specified folder. If no folder is speci- Startup Program Folder. It manages the in- information on fied and the /extract option was used with dexer process and provides the management /passive or /quiet, a randomly named folder interface via the desktop tray. Additionally, it a user’s PC. (like 1ed6b742f546f) is generated and the defaults to replacing the standard Windows The final component, WindowsSearch- setup files are placed there. When installa- search GUI (Search Companion) with the Indexer.exe, is the chief process for creating tion is finished, the folder and installation enhanced search interface. and querying the WDS index. This process files are removed. The WindowsSafeFilter.exe processes the runs per user, which ensures it indexes the Figure 5 provides examples of commands information before it gets into the index documents in the user’s security context. In you can use to extract the contents of a soft- and maintains the integrity of the index. future releases the indexer is expected to be- ware update package.
Recommended publications
  • Kofax PDF Ifilter for Sharepoint Installation Guide Version: 4.0.0
    Kofax PDF iFilter for SharePoint Installation Guide Version: 4.0.0 Date: 2020-07-09 © 2020 Kofax. All rights reserved. Kofax is a trademark of Kofax, Inc., registered in the U.S. and/or other countries. All other trademarks are the property of their respective owners. No part of this publication may be reproduced, stored, or transmitted in any form without the prior written permission of Kofax. Table of Contents Document purpose ..................................................................................................................................... 2 Target Audience .......................................................................................................................................... 2 Notes ............................................................................................................................................................ 2 Levels of access .......................................................................................................................................... 2 How to use iFilter ........................................................................................................................................ 2 Access text layer ....................................................................................................................................... 3 Use OCR ................................................................................................................................................... 4 Steps to create the wsdi.ini file manually
    [Show full text]
  • Pdflib Text and Image Extraction Toolkit (TET) Manual
    ABC Text and Image Extraction Toolkit (TET) Version 5.2 Toolkit for extracting Text, Images, and other items from PDF Copyright © 2002–2019 PDFlib GmbH. All rights reserved. Protected by European and U.S. patents. PDFlib GmbH Franziska-Bilek-Weg 9, 80339 München, Germany www.pdflib.com phone +49 • 89 • 452 33 84-0 If you have questions check the PDFlib mailing list and archive at groups.yahoo.com/neo/groups/pdflib/info Licensing contact: [email protected] Support for commercial PDFlib licensees: [email protected] (please include your license number) This publication and the information herein is furnished as is, is subject to change without notice, and should not be construed as a commitment by PDFlib GmbH. PDFlib GmbH assumes no responsibility or lia- bility for any errors or inaccuracies, makes no warranty of any kind (express, implied or statutory) with re- spect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for par- ticular purposes and noninfringement of third party rights. TET contains modified parts of the following third-party software: CMap resources. Copyright © 1990-2019 Adobe Zlib compression library, Copyright © 1995-2017 Jean-loup Gailly and Mark Adler TIFFlib image library, Copyright © 1988-1997 Sam Leffler, Copyright © 1991-1997 Silicon Graphics, Inc. Cryptographic software written by Eric Young, Copyright © 1995-1998 Eric Young ([email protected]) Independent JPEG Group’s JPEG software, Copyright © Copyright © 1991-2017, Thomas G. Lane, Guido Vollbeding Cryptographic software, Copyright © 1998-2002 The OpenSSL Project (www.openssl.org) Expat XML parser, Copyright © 2001-2017 Expat maintainers ICU International Components for Unicode, Copyright © 1995-2012 International Business Machines Corpo- ration and others OpenJPEG library, Copyright © 2002-2014, Université catholique de Louvain (UCL), Belgium TET contains the RSA Security, Inc.
    [Show full text]
  • PDF-Xchange Viewer
    PDF-XChange Viewer © 2001-2011 Tracker Software Products Ltd North/South America, Australia, Asia: Tracker Software Products (Canada) Ltd., PO Box 79 Chemainus, BC V0R 1K0, Canada Sales & Admin Tel: Canada (+00) 1-250-324-1621 Fax: Canada (+00) 1-250-324-1623 European Office: 7 Beech Gardens Crawley Down., RH10 4JB Sussex, United Kingdom Sales Tel: +44 (0) 20 8555 1122 Fax: +001 250-324-1623 http://www.tracker-software.com [email protected] Support: [email protected] Support Forums: http://www.tracker-software.com/forum/ ©2001-2011 TRACKER SOFTWARE PRODUCTS II PDF-XChange Viewer v2.5x Table of Contents INTRODUCTION...................................................................................................... 7 IMPORTANT! FREE vs. PRO version ............................................................................................... 8 What Version Am I Running? ............................................................................................................................. 9 Safety Feature .................................................................................................................................................. 10 Notice! ......................................................................................................................................... 10 Files List ....................................................................................................................................... 10 Latest (available) Release Notes .................................................................................................
    [Show full text]
  • Foxit PDF Ifilter 3.1.1 User Manual
    Foxit PDF IFilter Server Copyright ©2016 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.3, Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com). FreeType2 (freetype2.2.1), Copyright (C) 1996-2001, 2002, 2003, 2004| David Turner, Robert Wilhelm, and Werner Lemberg. LibJPEG (jpeg V6b 27- Mar-1998), Copyright (C) 1991-1998 Independent JPEG Group. ZLib (zlib 1.2.2), Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler. Little CMS, Copyright (C) 1998-2004 Marti Maria. Kakadu, Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW). PNG, Copyright (C) 1998-2009 Glenn Randers-Pehrson. LibTIFF, Copyright (C) 1988-1997 Sam Leffler and Copyright (C) 1991-1197 Silicon Graphics, Inc. Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or im-plied warranty, and with no claim as to its suitability for any purpose. Page 2 Foxit PDF IFilter Server Contents Contents ............................................................................................................... 3 FOXIT CORPORATION LICENSE AGREEMENT FOR FOXIT PDF IFILTER SERVER .......... 5 Chapter 1 - Overview ........................................................................................... 14 Why PDF IFilter? ..........................................................................................................
    [Show full text]
  • (RUNTIME) a Salud Total
    Windows 7 Developer Guide Published October 2008 For more information, press only: Rapid Response Team Waggener Edstrom Worldwide (503) 443-7070 [email protected] Downloaded from www.WillyDev.NET The information contained in this document represents the current view of Microsoft Corp. on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This guide is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form, by any means (electronic, mechanical, photocopying, recording or otherwise), or for any purpose, without the express written permission of Microsoft. Microsoft may have patents, patent applications, trademarks, copyrights or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place or event is intended or should be inferred.
    [Show full text]
  • Technical Reference for Microsoft Sharepoint Server 2010
    Technical reference for Microsoft SharePoint Server 2010 Microsoft Corporation Published: May 2011 Author: Microsoft Office System and Servers Team ([email protected]) Abstract This book contains technical information about the Microsoft SharePoint Server 2010 provider for Windows PowerShell and other helpful reference information about general settings, security, and tools. The audiences for this book include application specialists, line-of-business application specialists, and IT administrators who work with SharePoint Server 2010. The content in this book is a copy of selected content in the SharePoint Server 2010 technical library (http://go.microsoft.com/fwlink/?LinkId=181463) as of the publication date. For the most current content, see the technical library on the Web. This document is provided “as-is”. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes. © 2011 Microsoft Corporation. All rights reserved. Microsoft, Access, Active Directory, Backstage, Excel, Groove, Hotmail, InfoPath, Internet Explorer, Outlook, PerformancePoint, PowerPoint, SharePoint, Silverlight, Windows, Windows Live, Windows Mobile, Windows PowerShell, Windows Server, and Windows Vista are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.
    [Show full text]
  • Dtsearch Desktop/Dtsearch Network Manual
    dtSearch Desktop dtSearch Network Version 7 Copyright 1991-2021 dtSearch Corp. www.dtsearch.com SALES 1-800-483-4637 (301) 263-0731 Fax (301) 263-0781 [email protected] TECHNICAL (301) 263-0731 [email protected] 1 Table of Contents 1. Getting Started _____________________________________________________________ 1 Quick Start 1 Installing dtSearch on a Network 7 Automatic deployment of dtSearch on a Network 8 Command-Line Options 10 Keyboard Shortcuts 11 2. Indexes __________________________________________________________________ 13 What is a Document Index? 13 Creating an Index 13 Caching Documents and Text in an Index 14 Indexing Documents 15 Noise Words 17 Scheduling Index Updates 17 3. Indexing Web Sites _________________________________________________________ 19 Using the Spider to Index Web Sites 19 Spider Options 20 Spider Passwords 21 Login Capture 21 4. Sharing Indexes on a Network _________________________________________________ 23 Creating a Shared Index 23 Sharing Option Settings 23 Index Library Manager 24 Searching Using dtSearch Web 25 5. Working with Indexes _______________________________________________________ 27 Index Manager 27 Recognizing an Existing Index 27 Deleting an Index 27 Renaming an Index 27 Compressing an Index 27 Verifying an Index 27 List Index Contents 28 Merging Indexes 28 6. Searching for Documents _____________________________________________________ 29 Using the Search Dialog Box 29 Browse Words 31 More Search Options 32 Search History 33 i Table of Contents Searching for a List of Words 33 7.
    [Show full text]
  • Forcepoint DLP Supported File Formats and Size Limits
    Forcepoint DLP Supported File Formats and Size Limits Supported File Formats and Size Limits | Forcepoint DLP | v8.8.1 This article provides a list of the file formats that can be analyzed by Forcepoint DLP, file formats from which content and meta data can be extracted, and the file size limits for network, endpoint, and discovery functions. See: ● Supported File Formats ● File Size Limits © 2021 Forcepoint LLC Supported File Formats Supported File Formats and Size Limits | Forcepoint DLP | v8.8.1 The following tables lists the file formats supported by Forcepoint DLP. File formats are in alphabetical order by format group. ● Archive For mats, page 3 ● Backup Formats, page 7 ● Business Intelligence (BI) and Analysis Formats, page 8 ● Computer-Aided Design Formats, page 9 ● Cryptography Formats, page 12 ● Database Formats, page 14 ● Desktop publishing formats, page 16 ● eBook/Audio book formats, page 17 ● Executable formats, page 18 ● Font formats, page 20 ● Graphics formats - general, page 21 ● Graphics formats - vector graphics, page 26 ● Library formats, page 29 ● Log formats, page 30 ● Mail formats, page 31 ● Multimedia formats, page 32 ● Object formats, page 37 ● Presentation formats, page 38 ● Project management formats, page 40 ● Spreadsheet formats, page 41 ● Text and markup formats, page 43 ● Word processing formats, page 45 ● Miscellaneous formats, page 53 Supported file formats are added and updated frequently. Key to support tables Symbol Description Y The format is supported N The format is not supported P Partial metadata
    [Show full text]
  • Oracle Coherence Client Guide, Release 3.7 E18678-01
    Oracle® Coherence Client Guide Release 3.7 E18678-01 April 2011 Provides detailed instructions for developing Coherence*Extend clients in various programming languages. Oracle Coherence Client Guide, Release 3.7 E18678-01 Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved. Primary Author: Joseph Ruzzi This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • Pdflib Text Extraction Toolkit (TET) Manual
    ABC Text Extraction Toolkit (TET) Version 4.3 Toolkit for extracting Text, Images, and Metadata from PDF Documents Copyright © 2002–2014 PDFlib GmbH. All rights reserved. Protected by European and U.S. patents. PDFlib GmbH Franziska-Bilek-Weg 9, 80339 München, Germany www.pdflib.com phone +49 • 89 • 452 33 84-0 fax +49 • 89 • 452 33 84-99 If you have questions check the PDFlib mailing list and archive at tech.groups.yahoo.com/group/pdflib Licensing contact: [email protected] Support for commercial PDFlib licensees: [email protected] (please include your license number) This publication and the information herein is furnished as is, is subject to change without notice, and should not be construed as a commitment by PDFlib GmbH. PDFlib GmbH assumes no responsibility or lia- bility for any errors or inaccuracies, makes no warranty of any kind (express, implied or statutory) with re- spect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for par- ticular purposes and noninfringement of third party rights. PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH. PDFlib licensees are granted the right to use the PDFlib name and logo in their product documentation. However, this is not required. Adobe, Acrobat, PostScript, and XMP are trademarks of Adobe Systems Inc. AIX, IBM, OS/390, WebSphere, iSeries, and zSeries are trademarks of International Business Machines Corporation. ActiveX, Microsoft, OpenType, and Windows are trademarks of Microsoft Corporation. Apple, Macintosh and TrueType are trademarks of Apple Computer, Inc. Unicode and the Unicode logo are trademarks of Unicode, Inc.
    [Show full text]
  • Pdflib TET PDF Ifilter 4.2 Manual
    ABC TET PDF IFilter Version 4.2 Enterprise PDF Search for Windows Copyright © 2002–2013 PDFlib GmbH and Thomas Merz. All rights reserved. Protected by European and U.S. patents. PDFlib GmbH Franziska-Bilek-Weg 9, 80339 München, Germany www.pdflib.com phone +49 • 89 • 452 33 84-0 fax +49 • 89 • 452 33 84-99 If you have questions check the PDFlib mailing list and archive at tech.groups.yahoo.com/group/pdflib Licensing contact: [email protected] Support for commercial PDFlib licensees: [email protected] (please include your license number) This publication and the information herein is furnished as is, is subject to change without notice, and should not be construed as a commitment by PDFlib GmbH. PDFlib GmbH assumes no responsibility or lia- bility for any errors or inaccuracies, makes no warranty of any kind (express, implied or statutory) with re- spect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for par- ticular purposes and noninfringement of third party rights. PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH. PDFlib licensees are granted the right to use the PDFlib name and logo in their product documentation. However, this is not required. Adobe, Acrobat, PostScript, and XMP are trademarks of Adobe Systems Inc. AIX, IBM, OS/390, WebSphere, iSeries, and zSeries are trademarks of International Business Machines Corporation. ActiveX, Microsoft, OpenType, and Windows are trademarks of Microsoft Corporation. Apple, Macintosh and TrueType are trademarks of Apple Computer, Inc. Unicode and the Unicode logo are trademarks of Unicode, Inc. Unix is a trademark of The Open Group.
    [Show full text]
  • Foxit PDF Ifilter for Desktop User Manual
    Maintain control of all your content More Foxit PDF IFilter for Desktop © Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.3, Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com). FreeType2 (freetype2.2.1), Copyright (C) 1996-2001, 2002, 2003, 2004| David Turner, Robert Wilhelm, and Werner Lemberg. LibJPEG (jpeg V6b 27- Mar-1998), Copyright (C) 1991-1998 Independent JPEG Group. ZLib (zlib1.2.2), Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler. Little CMS, Copyright (C) 1998-2004 Marti Maria. Kakadu, Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW). PNG, Copyright (C) 1998-2009 Glenn Randers- Pehrson. LibTIFF, Copyright (C) 1988-1997 Sam Leffler and Copyright (C) 1991-1197 Silicon Graphics, Inc. Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. 2 Foxit PDF IFilter for Desktop Contents Contents ...................................................................................................................... 3 Chapter 1 - Overview ................................................................................................ 4 Operation Systems .............................................................................................................
    [Show full text]