Rastermaster® for the Java™ Platform V13.7 Programmer's Reference

Total Page:16

File Type:pdf, Size:1020Kb

Rastermaster® for the Java™ Platform V13.7 Programmer's Reference RasterMaster® SDK RasterMaster® for the Java™ Platform V13.7 Programmer’s Reference Guide Note: An online version of this manual contains information on the latest updates to RasterMaster. To find the most recent version of this manual, please visit the online version at www.rastermaster.com or download the most recent version from our website at www.snowbound.com/support/manuals.html. DOC-0141-06 Copyright Information While Snowbound® Software believes the information included in this publication is correct as of the publication date, information in this document is subject to change without notice. UNLESS EXPRESSLY SET FORTH IN A WRITTEN AGREEMENT SIGNED BY AN AUTHORIZED REPRESENTATIVE OF SNOWBOUND SOFTWARE CORPORATION MAKES NO WARRANTY OR REPRESENTATION OF ANY KIND WITH RESPECT TO THE INFORMATION CONTAINED HEREIN, INCLUDING WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PURPOSE. Snowbound Software Corporation assumes no responsibility or obligation of any kind for any errors contained herein or in connection with the furnishing, performance, or use of this document. Software described in Snowbound documents (a) is the property of Snowbound Software Corporation or the third party, (b) isfurnished only under license, and (c) may be copied or used only as expressly permitted under the terms of the license. All contents of this manual are copyrighted by Snowbound Software Corporation. The information contained herein is the exclusive property of Snowbound Software Corporation and shall not be copied, transferred, photocopied, translated on paper, film, electronic media, or computer-readable form, or otherwise reproduced in any way, without the express written permission of Snowbound Software Corporation. Microsoft, MS, MS-DOS, Windows, Windows NT, and SQL Server are either trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Adobe, the Adobe logo, Acrobat, and the Acrobat logo are trademarks of Adobe Systems Incorporated. Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. iText, the Initial Developers of the Original Code are Bruno Lowagie and Paolo Soares. Portions created by Bruno Lowagie are Copyright (C) 1999-2009 by Bruno Lowagie. Kakadu JPEG2000©, is copyrighted by Dr. David Taubman, and is proprietary to NewSouth Innovations, Pty. Ltd, Australia. Aspose™, Aspose.Cells© (copyrighted 2003), Aspose.Words© (copyrighted 2003), and Aspose.Slides© (copyrighted 2004), are all proprietary to Aspose Software, Pty. Ltd, Australia. United States Government Restricted Rights The Software is provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the United States Government is subject to restrictions as set forth under subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause of DFARS 252.227 –19 or subparagraphs (c)(i) and (2) of the Commercial Computer Software-Restricted Rights at 48 CFR 52.227 – 19 as applicable. The Manufacturer is Snowbound Software Corporation, 309 Waverley Oaks Rd., Suite 401, Waltham, MA 02452, USA. All other trademarks and registered trademarks are the property of their respective holders. Manual Title: Snowbound RasterMaster® Imaging SDK for the Java Platform Programmer’s Reference Guide Part Number: DOC-0141-06 Revision: 06 RasterMaster® for the Java™ Platform Release Number: 13.7 RasterMaster® SDK Release Number: 13.7 Printing Date: January 2014 Published by Snowbound Software Corporation. 309 Waverley Oaks Road Suite 401 Waltham, MA 02452 USA phone: 617-607-2000 fax: 617-607-2002 ©1996 - 2014 by Snowbound Software Corporation. All rights reserved. Table of Contents Chapter 1 - Quick Start 44 Quickly Getting Started with the Convert Sample 44 Viewing Demos Packaged with the Library 45 Adding RasterMaster Java’s Snowbnd Class to Your Application 46 System Overview 47 Version 13.7 Additions and Improvements 49 Chapter 2 - RasterMaster Java Samples 50 Overview of the Java Samples 50 Running a Sample 50 Running a Sample from the Command Prompt 51 Conversion between Document Formats 51 Simple Conversion: The SimpleConvert Sample 51 Optional Methods 52 Batch Conversion: The BatchConvert Sample 53 Single Conversion: The SingleConversion Sample 54 Simple Conversion with Timeouts: The HangDetector Sample 55 Saving to Searchable PDF: The saveSearchablePDF Sample 56 Printing 56 The Printing Sample 56 The SilentPrint Sample 57 Image Manipulation 57 The Thumbnails Sample 57 iii Watermarks and Redaction: The Watermarks Sample 58 The Manipulation Sample 58 The Color Detection Sample 58 The Save Page to Memory Sample 59 Viewing and Annotating Documents 59 The Viewing and Annotations Sample 59 Working with Vector PDF vs. Raster PDF: The VectorPDF Sample 63 The VectorPDFPageManipulation Sample 63 Scanning 63 The Scanning Sample 63 Chapter 3 - Convert and Save Methods 65 Converting File Formats 65 Automatically Detecting File Formats 65 Supported Pixel Depths 65 Converting Up 8 or 24-bit Pixel Depths 66 File Format Conversion Error Messages 66 Extracting Text 66 Methods Used for File Format Conversion 66 Optional Methods 67 IMG_create_thumbnail(int, int) 68 IMG_decompress_bitmap(String, int) 68 IMG_decompress_bitmap(java.awt.Image, int) 70 IMG_decompress_bitmap(java.io.DataInputStream, int) 70 IMG_decompress_bitmap_fd(String, int, int) 72 iv IMG_decompress_bitmap_stream(String, int) 72 IMG_decompress_bitmap_stream_onthefly(String, int, java.awt.Container) 72 IMG_decompress_fax(java.lang.String, int, int, int, int, int) 73 IMG_decompress_fax(java.io.DataInputStream, int, int, int, int, int) 74 IMG_decompress_multipage_bitmap_stream_onthefly(String, int, java.awt.Container) 75 IMG_save_bitmap(byte, int) 76 IMG_save_bitmap(byte, int, int, int) 77 IMG_save_bitmap(int, int, int, int) 78 IMG_save_bitmap(String, int) 79 IMG_save_document(String, byte, int) 80 IMG_save_document(byte, byte, int) 81 IMGLOW_write_tiff_stream(Dib_Head lpbi, byte, int, int, String) 81 Chapter 4 - Input Documents and Images 83 Determining the Document's Format and its Capabilities 83 getInstance() 83 getAvailibleSaveFormats(int) 83 getAvailibleSaveFormats(String) 84 getFormat(int) 84 getFormat(String) 84 getFormatCode(String) 84 getFormatExtension(int) 85 getFormatExtension(String) 85 getFormatName(String) 85 v isValidMultiFormat(int) 86 isValidMultiFormat(String) 86 isVectorFormat(int) 86 Methods Called from the Format Class 87 canSaveBitDepth(int) 87 getDisplayName() 87 getExtension() 87 getFormatCode() 87 getFormatName() 87 isMultipage() 88 isTiff() 88 isVectorFormat() 88 toString() 88 getErrorMessage(int) 88 Working with Document File Formats 89 IMGLOW_set_document_input(int dpi, int bits_pix, int format); 89 IMGLOW_set_pdf_output(int xsize,int ysize); 90 Working with Color Images 90 Reading Multiple Pages 90 Supported Multi-page Formats 90 Decompressing a Multi-page Image 91 Determining Multi-page Page Count 91 Extracting Text for Searchable PDF output 91 Methods Used for Save Searchable PDF 92 vi Working with RasterMaster Java’s Vector Display Technology 92 Information about ’s Vector Display Technology 93 Implementing ’s Vector Display Technology 93 Methods Used for Vector PDF 93 PDF Redaction Support 94 IMGLOW_redact_page(String, String, rarray, int , int) 94 IMGLOW_redact_page(DataInputStream, rarray, int, int) 95 AFP Specific Considerations 96 Format of Font Mapping Data 96 IMGLOW_set_fontmap_path(String) 97 IMGLOW_set_fontmap(byte[], int) 97 IMGLOW_set_overlay_path(String) 98 PDF Specific Considerations 99 Reading or Decompressing a PDF Document 99 Saving to a PDF Document 99 Changing Output Page Size 100 Performance 100 Office 2007 - 2010 Specific Considerations 100 IMGLOW_get_ooxml_license_path() 100 IMGLOW_set_ooxml_license() 101 IMGLOW_set_ooxml_license_input_stream(InputStream) 102 Ensuring Java Reading for Text-based Formats 102 Overview 102 Chapter 5 - Output Documents and Images 104 vii Image Compression 104 Preferred Formats 104 24-Bit Color Images 104 8-Bit Gray Scale Images 104 1-bit Bi-Level Images 104 Saving to a Raster Image Format 104 IMG_save_bitmap(byte, int) 104 IMG_save_bitmap(byte, int, int, int) 105 IMG_save_bitmap(int, int, int, int) 106 IMG_save_bitmap(String, int) 107 Saving to a Vector Format - Searchable PDF 108 IMG_save_document(String, byte, int) 108 IMG_save_document(byte, byte, int) 109 Saving to Multiple Pages 110 Multi-page Images 110 Supported Multi-page Formats 110 Decompressing a Multi-page Image 110 Determining Multi-page Page Count 110 Saving Multi-page File Formats 110 Methods Used for Multi-page Format Methods 111 RasterMaster® SDK Library 111 Changing the DPI in the RasterMaster® SDKLibrary 111 Chapter 6 - RasterMaster® SDK Image Data Format 113 Overview of Data Formats 113 viii MS_Windows DIB Header Format 113 MS_Windows DIB Palette Format 114 MS_Windows DIB Image Data Format 114 RasterMaster® SDK Library 115 Changing the DPI in the RasterMaster® SDK Library 116 Chapter 7 - Snowbound Classes 117 Snow.Snowbnd 117 alias 117 alias_quality 117 decomp_vect 118 dis_crop_xs, dis_crop_ys, dis_crop_xe, dis_crop_ye 118 dis_dib 119 dis_height, dis_width 119 dis_rotate 119 dis_runs_ptrs[] [] 120 dis_xs, dis_ys, dis_xsize, dis_ysize 120 hsb, vsb 121 PrintStack 121 threshold 121 VERSION_MAJOR 121 VERSION_MAJOR 121 Snow.SnowAnn 122 Snow.Defines 124 Snow.ANN_GRAPHIC_STRUCT 124 ix Constructing a New SnowAnn Object 125 Snow.SANN_POINT 126 Snow.SANN_RECT 126 SnbdWarningCode 127 public boolean hasWarnings() 127 public Vector
Recommended publications
  • Digital Still Camera Image File Format Standard
    Digital Still Camera Image File Format Standard (Exchangeable image file format for Digital Still Cameras: Exif) Version 2.1 June 12, 1998 Japan Electronic Industry Development Association (JEIDA) This standard makes no warranty, express or implied, with respect to the use of any intellectual property, such as patents, copyrights and trademarks, belonging to any corporation or individual. Nor does this standard make any warranty regarding system reliability or product liability. Windows™ is a registered trademark of Microsoft Corporation in the United States and elsewhere. FlashPix™ is a registered trademark of Eastman Kodak Company. Revision History This "Digital Still Camera Image File Format Standard" is issued as a standard for the image file format (Exif: Exchangeable image file format) used in digital still cameras and related systems. It was first published in October 1996 as Version 1.0i. Then in May 1997, Version 1.1ii was issued, adding specifications for optional attribute information as well as stipulations relating to format implementation, in addition to the mandatory specifications of Version 1.0. The desire for a uniform file format standard for the image data stored by digital still cameras has increased as these cameras have grown in popularity. At the same time, with the broadening application of this technology, a similar desire has arisen for uniformity of the attribute information that can be recorded in a file. The Version 2.0iii makes improvements to the Exif format for greater ease of use, while allowing for backward compatibility with products of manufacturers currently implementing Exif Version 1.x or considering its future implementation.
    [Show full text]
  • Desk Top Editor for Production Y Solutio G Ns Lo C O E N N H T C E
    y Solutio g ns lo C o e n n h t c e e r T Desk Top Editor For Production y Solutio g ns lo C o e n n h t c e e r T Desk Top Editor For Production Readme.txt ********************************************* Desk Top Editor For Production (Version 1.0.0.0) ********************************************* - Read Me First - May 2003 This document contains important information that may be useful in using Desk Top Editor For Production. Please read this carefully before you install it. -------- System Requirements -------- Computer: PC-AT compatible machine CPU: Pentium‡V 600MHz or higher (2GHz or higher for multi-bit images) Main memory: 256 Mb or more (512 MB or more for multi-bit images) Hard disk: - Program: 50 MB or more - Document storage: 200 MB or more Monitor: 800x600 pixels or better, 64,000 colors or more OS: Windows 98 Windows 98 Second Edition Windows Millennium Edition Windows NT Workstation 4.0 (Service Pack 6a or later) Windows NT Server 4.0 (Service Pack 6a or later) Windows 2000 Professional Windows 2000 Server (Service Pack 2 or later) Windows XP Home Edition Windows XP Professional * Both TCP/IP protocol and Client for Microsoft Networks protocol must be added to your system if you wish to: - Connect to ScanRouter V2 delivery server or Document Management Server from Desk Top Editor For Production on your computer. - Connect to ScanRouter V2 delivery server via Auto Document Link on your computer. ------ Restrictions on installing and running Desk Top Editor For Production ------ * If you are going to install and run Desk Top Editor For Production on a Windows XP computer, please refer to the later section, <For Windows XP users>.
    [Show full text]
  • PDF Reader©, Copyright by Foxit Software Company
    RasterMaster® SDK Imaging SDK for the .NET Platform V18.1 Programmer’s Reference Guide Note: An online version of this manual contains information on the latest updates to Ras- terMaster. To find the most recent version of this manual, please visit the online version at www.rastermaster.com or download the most recent version from our website at www.snowbound.com/support/manuals.html. DOC-0150-09 Copyright Information While Snowbound Software believes the information included in this publication is correct as of the publication date, information in this document is subject to change without notice. UNLESS EXPRESSLY SET FORTH IN A WRITTEN AGREEMENT SIGNED BY AN AUTHORIZED REP- RESENTATIVE OF SNOWBOUND SOFTWARE CORPORATION MAKES NO WARRANTY OR REP- RESENTATION OF ANY KIND WITH RESPECT TO THE INFORMATION CONTAINED HEREIN, INCLUDING WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PURPOSE. Snowbound Software Corporation assumes no responsibility or obligation of any kind for any errors contained herein or in connection with the furnishing, performance, or use of this document. Software described in Snowbound documents (a) is the property of Snowbound Software Corporation or the third party, (b) isfurnished only under license, and (c) may be copied or used only as expressly permitted under the terms of the license. All contents of this manual are copyrighted by Snowbound Software Corporation. The information contained herein is the exclusive property of Snowbound Software Corporation and shall not be copied, transferred, photocopied, trans- lated on paper, film, electronic media, or computer-readable form, or otherwise reproduced in any way, without the express written permission of Snowbound Software Corporation.
    [Show full text]
  • File Format Guidelines for Management and Long-Term Retention of Electronic Records
    FILE FORMAT GUIDELINES FOR MANAGEMENT AND LONG-TERM RETENTION OF ELECTRONIC RECORDS 9/10/2012 State Archives of North Carolina File Format Guidelines for Management and Long-Term Retention of Electronic records Table of Contents 1. GUIDELINES AND RECOMMENDATIONS .................................................................................. 3 2. DESCRIPTION OF FORMATS RECOMMENDED FOR LONG-TERM RETENTION ......................... 7 2.1 Word Processing Documents ...................................................................................................................... 7 2.1.1 PDF/A-1a (.pdf) (ISO 19005-1 compliant PDF/A) ........................................................................ 7 2.1.2 OpenDocument Text (.odt) ................................................................................................................... 3 2.1.3 Special Note on Google Docs™ .......................................................................................................... 4 2.2 Plain Text Documents ................................................................................................................................... 5 2.2.1 Plain Text (.txt) US-ASCII or UTF-8 encoding ................................................................................... 6 2.2.2 Comma-separated file (.csv) US-ASCII or UTF-8 encoding ........................................................... 7 2.2.3 Tab-delimited file (.txt) US-ASCII or UTF-8 encoding .................................................................... 8 2.3
    [Show full text]
  • HP Scanjet 200 Flatbed Photo Scanner
    HP Scanjet 200 Flatbed Photo Scanner The HP Scanjet 200 Flatbed Photo Scanner is ideal for home and business users who want a compact, easy-to-use scanner to scan photos and documents at high resolution and capture, store and share images quickly. Experience high-quality photo and Save space: this compact scanner fits document scanning. almost anywhere you need it. ● Scan important photos and get precise results. ● Set up and work where you want—this compact, Capture crisp image detail at up to 2400 x 4800 dpi landscape-oriented scanner can fit almost anywhere in resolution, 48-bit colour1. your home or office. ● Enjoy fast, convenient scanning of photos and images ● Scan books, magazines, and bound materials with ease, to Internet sharing sites using the scanner's floating-hinged lid for high clearance. ● Scan important paperwork, photos, and everyday documents into easy-to-access digital files. ● Eliminate the need for a power cable – this USB-powered scanner saves energy by plugging directly ● Finish jobs faster – scan a 10 x 15 cm (4 x 6-inch) into your PC2. photo in as fast as 21 seconds at 200-dpi resolution1 . Start working fast with easy-to-use functions and quick setup. ● Create the prints you need: use the ArcSoft PhotoStudio 6 photo-editing software included to easily edit, search, and organise images for printing in multiple sizes. ● Save time with convenient one-touch scanning capabilities. Capture and send images directly to email or PDF – and print or copy images with just a touch. ● Get to work quickly with an intuitive interface with easy-to-use controls.
    [Show full text]
  • Neevia Document Converter Pro User Manual
    Title NEEVIA Document Converter Professional Edition user’s guide version 7.2 Neevia Document Converter Pro v7.2 user’s guide © Copyright © 2000-2021, Neevia Technology. Page 1 of 76 Table of Contents Title ................................................................................................................................................................. 1 Table of Contents ........................................................................................................................................... 2 License ............................................................................................................................................................ 4 Introduction .................................................................................................................................................... 8 System Requirements ................................................................................................................................. 8 Installing and Uninstalling Document Converter Pro ................................................................................... 9 Unattended installation .............................................................................................................................. 9 Unattended uninstall ................................................................................................................................. 10 Registering Neevia Document Converter Pro ..........................................................................................
    [Show full text]
  • R-Photo User's Manual
    User's Manual © R-Tools Technology Inc 2020. All rights reserved. www.r-tt.com © R-tools Technology Inc 2020. All rights reserved. No part of this User's Manual may be copied, altered, or transferred to, any other media without written, explicit consent from R-tools Technology Inc.. All brand or product names appearing herein are trademarks or registered trademarks of their respective holders. R-tools Technology Inc. has developed this User's Manual to the best of its knowledge, but does not guarantee that the program will fulfill all the desires of the user. No warranty is made in regard to specifications or features. R-tools Technology Inc. retains the right to make alterations to the content of this Manual without the obligation to inform third parties. Contents I Table of Contents I Start 1 II Quick Start Guide in 3 Steps 1 1 Step 1. Di.s..k.. .S..e..l.e..c..t.i.o..n.. .............................................................................................................. 1 2 Step 2. Fi.l.e..s.. .M..a..r..k.i.n..g.. ................................................................................................................ 4 3 Step 3. Re..c..o..v..e..r.y.. ...................................................................................................................... 6 III Features 9 1 File Sorti.n..g.. .............................................................................................................................. 9 2 File Sea.r.c..h.. ............................................................................................................................
    [Show full text]
  • Webdocstm - Iseries Edition
    User Guide WebDocsTM - iSeries Edition Copyright © 1992-2005, RJS Software Systems Document Version 1.64.1 RJS Software Systems 14041 Burnhaven Drive, Suite 120 Burnsville, MN 55337 Phn: 952.898.3038 Fax: 952.898.1781 Sales email: [email protected] Support email: [email protected] Web Site: http://www.rjssoftware.com Contents I Table of Contents Chapter 1 Introduction 6 What's in.. .This........ .Book........ ............................................................................................................... 6 About RJS Software. .Systems............... ......................................................................................................................................... 6 What's Not..... .in... .This....... ..Book........ ........................................................................................................ 6 Document.... .Conventions..................... .and....... .Symbols.............. .................................................................................. 7 Contacting..... .RJS....... .Software............... .Systems.............. ....................................................................................... 7 Chapter 2 Overview of WebDocs 10 Introduction......... .to.... .WebDocs................ .................................................................................................... 10 Basic Document................ .Flow........ .using.......... .WebDocs................ .............................................................................
    [Show full text]
  • Scape D10.1 Keeps V1.0
    Identification and selection of large‐scale migration tools and services Authors Rui Castro, Luís Faria (KEEP Solutions), Christoph Becker, Markus Hamm (Vienna University of Technology) June 2011 This work was partially supported by the SCAPE Project. The SCAPE project is co-funded by the European Union under FP7 ICT-2009.4.1 (Grant Agreement number 270137). This work is licensed under a CC-BY-SA International License Table of Contents 1 Introduction 1 1.1 Scope of this document 1 2 Related work 2 2.1 Preservation action tools 3 2.1.1 PLANETS 3 2.1.2 RODA 5 2.1.3 CRiB 6 2.2 Software quality models 6 2.2.1 ISO standard 25010 7 2.2.2 Decision criteria in digital preservation 7 3 Criteria for evaluating action tools 9 3.1 Functional suitability 10 3.2 Performance efficiency 11 3.3 Compatibility 11 3.4 Usability 11 3.5 Reliability 12 3.6 Security 12 3.7 Maintainability 13 3.8 Portability 13 4 Methodology 14 4.1 Analysis of requirements 14 4.2 Definition of the evaluation framework 14 4.3 Identification, evaluation and selection of action tools 14 5 Analysis of requirements 15 5.1 Requirements for the SCAPE platform 16 5.2 Requirements of the testbed scenarios 16 5.2.1 Scenario 1: Normalize document formats contained in the web archive 16 5.2.2 Scenario 2: Deep characterisation of huge media files 17 v 5.2.3 Scenario 3: Migrate digitised TIFFs to JPEG2000 17 5.2.4 Scenario 4: Migrate archive to new archiving system? 17 5.2.5 Scenario 5: RAW to NEXUS migration 18 6 Evaluation framework 18 6.1 Suitability for testbeds 19 6.2 Suitability for platform 19 6.3 Technical instalability 20 6.4 Legal constrains 20 6.5 Summary 20 7 Results 21 7.1 Identification of candidate tools 21 7.2 Evaluation and selection of tools 22 8 Conclusions 24 9 References 25 10 Appendix 28 10.1 List of identified action tools 28 vi 1 Introduction A preservation action is a concrete action, usually implemented by a software tool, that is performed on digital content in order to achieve some preservation goal.
    [Show full text]
  • Zajy\CZKOWSKI Grzegorz, JAROSZ Bartosz
    OVERVIEW OF IMAGE FORMATS SUITABLE FOR PRESENTATION OF ART ON THE WWW ZAJy\CZKOWSKI Grzegorz, JAROSZ Bartosz, WOJCIECHOWSKI Konrad, SMOtKA Bogdan, Silesian Technical University of Gliwice Department of Computer Science Akademicka 16, 44-101 Gliwice Email: bsmolka(a).peach.ia.oolsl. qliwice.pl NAtECKAAnna, MAtECKA Agnieszka SYNOWIEC Pawet, KROL Bogdan School of Arts Katowice An important aspect of image processing is the enormous amount of data which has to be handled when transmitting digital images. The efficient transmission of images is extremally important as the image data transfer takes up over 90 percent of the volume on the Internet. In this aspect computer data compression is a powerfull technology which is playing a vital role in the Information Age. The compression of information can be devided into lossles and lossy techniques. In some cases such as text or financial data transfer only the losless algoritms can be applied. However when transmitting or storing digital images or music data, the application of losssy techniques is aimost invisible to the user, but enables a drastic reduction of the data volume. In this article we present some of the compression techniques which can be used when transmitting or storing digital images. All the formats we were able to gather are accompanied by a short description and an Internet link, which can be used when detailed information is needed. Our intention is to find the optimal compression format for presenting artistic images over the Internet. The first step of our project is the cataloging of the existing formats and evaluating their efficiency when transmitting data containing artistic features.
    [Show full text]
  • Encyclopedia of Windows
    First Edition, 2012 ISBN 978-81-323-4632-6 © All rights reserved. Published by: The English Press 4735/22 Prakashdeep Bldg, Ansari Road, Darya Ganj, Delhi - 110002 Email: [email protected] Table of Contents Chapter 1 - Microsoft Windows Chapter 2 - Windows 1.0 and Windows 2.0 Chapter 3 - Windows 3.0 Chapter 4 - Windows 3.1x Chapter 5 - Windows 95 Chapter 6 - Windows 98 Chapter 7 - Windows Me Chapter 8 - Windows NT Chapter 9 - Windows CE Chapter 10 - Windows 9x Chapter 11 - Windows XP Chapter 12 - Windows 7 Chapter- 1 Microsoft Windows Microsoft Windows The latest Windows release, Windows 7, showing the desktop and Start menu Company / developer Microsoft Programmed in C, C++ and Assembly language OS family Windows 9x, Windows CE and Windows NT Working state Publicly released Source model Closed source / Shared source Initial release November 20, 1985 (as Windows 1.0) Windows 7, Windows Server 2008 R2 Latest stable release NT 6.1 Build 7600 (7600.16385.090713-1255) (October 22, 2009; 14 months ago) [+/−] Windows 7, Windows Server 2008 R2 Service Pack 1 RC Latest unstable release NT 6.1 Build 7601 (7601.17105.100929-1730) (September 29, 2010; 2 months ago) [+/−] Marketing target Personal computing Available language(s) Multilingual Update method Windows Update Supported platforms IA-32, x86-64 and Itanium Kernel type Hybrid Default user interface Graphical (Windows Explorer) License Proprietary commercial software Microsoft Windows is a series of software operating systems and graphical user interfaces produced by Microsoft. Microsoft first introduced an operating environment named Windows on November 20, 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
    [Show full text]
  • Bigfix DSS SAM 1.0.1 Release Notes
    Decision Support System Software Asset Management (SAM) Release Notes (release 1.0.21680) Version 1.0.1 February 4, 2009 BigFix® DSS SAM 1.0.1 © 2009 BigFix, Inc. All rights reserved. BigFix®, Fixlet® and "Fix it before it fails"® are registered trademarks of BigFix, Inc. iprevention, Powered by BigFix, Relevance Engine, and related BigFix logos are trademarks of BigFix, Inc. All other product names, trade names, trademarks, and logos used in this documentation are the property of their respective owners. BigFix’s use of any other company’s trademarks, trade names, product names and logos or images of the same does not necessarily constitute: (1) an endorsement by such company of BigFix and its products, and (2) an endorsement of the company or its products by BigFix. Except as set forth in the last sentence of this paragraph: (1) no part of this documentation may be reproduced, transmitted, or otherwise distributed in any form or by any means (electronic or otherwise) without the prior written consent of BigFix, Inc., and (2) you may not use this documentation for any purpose except in connection with your properly licensed use or evaluation of BigFix software and any other use, including for reverse engineering such software or creating derivative works thereof, is prohibited. If the license to the software that this documentation accompanies is terminated, you must immediately return this documentation to BigFix, Inc. and destroy all copies you may have. You may treat only those portions of this documentation specifically designated in the “Acknowledgements and Notices” section below as notices applicable to third party software in accordance with the terms of such notices.
    [Show full text]