PDF Reader©, Copyright by Foxit Software Company

Total Page:16

File Type:pdf, Size:1020Kb

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. 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. Foxit PDF Reader©, copyright by Foxit Software Company. All rights reserved. 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, Aus- tralia. Aspose™, Aspose.Cells© (copyrighted 2003), Aspose.Words© (copyrighted 2003), and Aspose.Slides© (copy- righted 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 Gov- ernment is subject to restrictions as set forth under subparagraph (c)(1)(ii) of The Rights in Technical Data and Com- puter 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 Cor- poration, 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 .NET Platform Programmer’s Reference Guide Part Number: DOC-0150-09 Revision: 09 RasterMaster for the .NET Platform Release Number: 18.1 RasterMaster® SDK Release Number: 18.1 Printing Date: June 2012 Published by Snowbound Software Corporation. 309 Waverley Oaks Road Suite 401 Waltham, MA 02452 USA phone: 617-607-2000 fax: 617-607-2002 ©1996 - 2012 by Snowbound Software Corporation. All rights reserved. Table of Contents Chapter 1 - Additions and Improvements 37 New Features 37 Chapter 2 - Quick Start 39 Quickly Getting Started with the Conversion Sample 39 Viewing Samples Packaged with the Library 40 Sample Directory Files 40 Reading and Displaying Images 43 Reading Images 43 Displaying an Image 43 Return Values and Error Codes 43 System Overview 44 Determining System Requirements 44 .NET Framework 4.0 Support 44 Determining Memory Requirements 45 Chapter 3 - Saving and Reading Multi-page Images 47 Multi-page Images 47 Supported Multi-page Formats 47 Decompressing a Multi-page Image 47 Determining Multi-page Page Count 47 Saving Multi-page File Formats 47 Multi-page Format Functions 48 Chapter 4 - Printing Images 49 3 Printing Overview 49 Printing Functions 49 Normal Printing 49 Fast Printing 49 CIMG_print_bitmap() 50 CIMG_print_bitmap_fast() 50 Chapter 5 - Aspect Ratio Correction Function 52 Aspect Ratio Correction Function 52 Chapter 6 - Display Quality 53 Achieving the Best Display Quality 53 24-Bit Images Displayed on a 256 Color Adapter 53 Bi-Level and 1-Bit Per Pixel Images 53 Chapter 7 - Image Compression 55 Preferred Formats 55 24-Bit Color Images 55 8-Bit Gray Scale Images 55 1-bit Bi-Level Images 55 Chapter 8 - File Format Conversion 56 Converting File Formats 56 Automatically Detecting File Formats 56 Input Document Quality: Resolution/DPI 57 Input Document Quality: Color/bit-depth/Pixel Depth 57 Making Sure Input is Compatible with Output 57 Getting a Pixel_Depth_Unsupported Error 57 4 Adjusting Low Output Quality 57 Chapter 9 - Class Snow.Snowbnd Methods 59 Snowbnd() 59 Snowbnd(int, int, int) 60 Chapter 10 - SDK Class Specific Methods 62 isValidImage() 62 clearImage() 62 ToErrorMessage() 63 Chapter 11 - SnowPanel Class Specific Methods 64 Properties 64 CustomPaint() 64 OnPaint() 65 OnPaintBackground() 65 OnSizeChanged() 66 Chapter 12 - Scanning Functions 67 Scanning Constants 67 CIMG_scan_acquire() 68 CIMG_scan_acquire_feeder() 68 CIMG_scan_acquire_feeder_fast() 69 CIMG_scan_feeder_close() 70 CIMG_scan_get_cap() 70 CIMG_scan_open_source() 71 CIMG_scan_pages() 71 CIMG_scan_pages_fast() 72 5 CIMG_scan_set_cap() 73 CIMG_scan_set_caps() 74 CIMG_scan_setup() 74 Chapter 13 - Scrollbar Default Functions 76 Properties 76 SnowbndCNet_HScrollBar() 76 SnowbndCNet_VScrollBar() 77 Chapter 14 - Image Decompression Functions 78 CIMG_decompress_bitmap() 78 CIMG_decompress_bitmap_display() 80 CIMG_decompress_bitmap_fd() 81 CIMG_decompress_bitmap_FlexSnap() 81 CIMG_decompress_bitmap_mem() 82 CIMG_decompress_bitmap_page() 83 CIMG_decompress_bitmap_url() 83 CIMG_decompress_bitmap_xps() 84 CIMG_decompress_fax() 85 CIMG_decompress_fax_mem() 85 CIMG_decompress_tiled_bitmap() 86 Chapter 15 - Image Decompression Option Functions 88 CIMGLOW_set_auto_detect() 88 CIMGLOW_set_decomp_rect() 89 CIMGLOW_set_decomp_reduction() 89 CIMGLOW_set_decompsize() 90 6 CIMGLOW_set_jpeg_decompression 90 CIMGLOW_set_overlay_path() 91 CIMGLOW_set_pdf_input() 92 CIMGLOW_set_pdf_password() 92 CIMGLOW_unset_auto_detect() 93 Chapter 16 - Image Creation Functions 94 CIMG_create_bitmap_class() 94 CIMG_create_handle() 94 CIMG_create_handle_ddb() 95 CIMG_create_handle_keep() 95 Chapter 17 - HTML Functions 97 CIMGLOW_set_html_capabilities() 97 CIMGLOW_set_html_home_dir() 98 CIMGLOW_set_html_image_capability() 99 CIMGLOW_set_html_input() 99 CIMGLOW_set_html_javascript_capability() 100 CIMGLOW_set_html_page_size() 100 CIMGLOW_set_html_page_size_ratio() 101 CIMGLOW_set_html_page_size_ratio_capability() 101 CIMGLOW_set_html_screen_dpi() 102 CIMGLOW_set_html_use_page_breaks_exclusively() 102 CIMGLOW_set_html_utf_bom() 103 Chapter 18 - Open Office 2007 XML (OOXML) Functions 106 CIMGLOW_set_ooxml_license() 106 7 Chapter 19 - Image Saving Functions 107 CIMG_save_bitmap() 107 CIMG_save_bitmap_fd() 108 CIMG_save_bitmap_mem() 109 CIMGLOW_write_tiff_stream() 109 Chapter 20 - Image Saving Option Functions 111 CIMG_set_encrypt() 111 CIMGLOW_set_comp_quality() 112 CIMGLOW_set_image_orientation() 112 CIMGLOW_set_jpeg2000_comp_ratio() 113 CIMGLOW_set_jpg_interleave() 113 CIMGLOW_set_pdf_output() 114 CIMGLOW_set_tiff_save_strips 114 CIMGLOW_set_tiff_tag() 115 Chapter 21 - Image Display Functions 117 bool repaintBackground() 117 CIMG_display_bitmap() 118 CIMG_display_bitmap_aspect() 119 CIMG_display_bitmap_transp() 120 CIMG_display_ddb() 121 CIMG_display_fit_to_height() 121 CIMG_display_fit_to_width() 122 CIMG_set_croprect() 123 CIMG_set_croprect_scroll() 123 8 CIMG_zoom_bitmap() 124 CIMG_zoom_bitmap_1_to_1() 125 CIMG_zoom_bitmap_rect() 125 CIMGLOW_map_image_to_wnd() 126 CIMGLOW_map_wnd_to_image() 126 double calcAspectZoom() 127 removeScrollbars() 128 Chapter 22 - Image Display Option Functions 129 CIMG_animate() 129 CIMG_bitmap_palette() 130 CIMG_display_ddb_effect() 130 CIMG_set_gamma() 132 CIMG_set_lut() 132 CIMG_window_level() 133 CIMGLOW_autocolor() 133 CIMGLOW_set_alias() 134 CIMGLOW_set_alias_quality() 135 CIMGLOW_set_dithermode() 135 CIMGLOW_set_imnet_page_size() 136 CIMGLOW_set_rop() 137 CIMGLOW_set_transp_color() 138 CIMGLOW_set_wipedelay() 139 Chapter 23 - Information Query Functions 140 CIMG_bitmap_info() 141 9 CIMG_get_bitmap_palette() 142 CIMG_get_croprect() 142 CIMG_get_display_rect() 143 CIMG_ifl_version() 143 CIMGLOW_get_anim_delay() 144 CIMGLOW_get_auto_detect() 144 CIMGLOW_get_bitmap_header() 145 CIMGLOW_get_bitmap_name() 145 CIMGLOW_get_custstring() 146 CIMGLOW_get_fileinfo() 146 CIMGLOW_get_fileinfo_fd() 147 CIMGLOW_get_fileinfo_page() 148 CIMGLOW_get_fileinfo_fd() 148 CIMGLOW_get_filetype() 149 CIMGLOW_get_filetype_fd() 149 CIMGLOW_get_filetype_mem() 150 CIMGLOW_get_filetype_url() 150 CIMGLOW_get_image_orientation_page() 151 CIMGLOW_get_pages() 151 CIMGLOW_get_pages_fd() 152 CIMGLOW_get_pages_mem() 153 CIMGLOW_get_pages_url()
Recommended publications
  • 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]
  • 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]
  • 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]
  • West. the Most Complete CD-ROM Library
    West. The most complete CD-ROM library "My experence has shown that West CD-ROM is by far in Utah. the superor product available for Utah.... With the Key Number searching capacity I have with West CD-ROM, I have many more research options and abilities. " Eo Hunt, Salt Lae City, UT UTAH REPOR'RTM AND WE'S(I UTAH CODETM ON CD-ROM GIVES YOU: ~ Utah case law as reported in Pacifc Reporter", 2d from 1945 to date ~ uta Attorney General Opinons from 1977 to date ~ uta Admistrative Code ~ Slip Opinions ~ Utah Code ~ State Constitution ~ Uta Court Rules ~ Uta Orders ~ Session laws, as necessar due to legislative action West CD-ROM librares TMgive you West's exclusive editorial enhancements, including West Topics and Key Numbers, for focused results and faster research. NEW-NATURA LAGUAGE SEARCHING! Now searching with PREMISE(i Research Softare makes West CD-ROM research as easy as tying your issue in plai Englsh. ALSO AVAILABLE ON CD-ROM: West's Tenth Circuit Reporter™and West's Federal Distrct Court Reporter™- Tenth Circuit. FIND OUT MORE ABOUT WEST CD-OM LIBRARIES FOR UTAH. CALL 1-800-255-2549 EXT. 746 WEST CD-ROM LIRAS'" For infomiation about other West Publishing products and services, visit us on the Internet at the DRL: http://ww.westpub.com ~\) (§1996 West Publishing 7-9651-1/8-96 16476961 1.334.194.5 I UtaliD UTAH BAR JOURNAL- Published by The Utah State Bar 645 South 200 East Salt Lake City, Utah 84111 Vol. 9 NO.8 October 1996 Telephone (80 I) 53 1-9077 President VISION OF THE BAR: To lead society in the creation of ajustice system Steven M.
    [Show full text]
  • IT Pro Edition
    DATASHEET IT Pro Edition What is ActiveImage Protector™ ? Backup Solution ActiveImage Protector™ IT Pro Edition is an image based backup solution designed for IT professionals who need to back up and install OS/ applications on a fairly frequent basis at the clients workplace. ActiveImage Protector™ IT Pro Edition allows to back up the entire hard disk, including the operating system along with all your applications and data in one image file and save the backup file to a storage location, including local hard disk, USB memory, network storage such as NAS, etc. Backup your entire machine, including Destination保存先 the OS, configured settings, data files Boot from media and applications in one image file Backup Save USB flash Cloud Built-in/external memory Image Storage HDD OS File Applications Data Save Storage space with our Inline Network attached USB flash Data Deduplication Compression (IDDC) storage memory No Installation Required ActiveImage Protector™ IT Pro Edition enables you to take a hot backup of the live operating system in a clean state, including all applications and data; without installing any agent software on any system. All functions and features run directly from the ActiveImage Protector™ IT Pro media you created. For example, when doing system maintenance, you can take a hot backup of a live server which has not been regularly backed up for a long time, without shutting down the server; directly from the ActiveImage Protector™ IT Pro Edition on DVD or USB media. You do not need to run the risk of installing uncertified programs or device drivers in a production environment.
    [Show full text]
  • Componentone Imaging for Windows Phone
    ComponentOne Imaging for Windows Phone Copyright 2012 ComponentOne LLC. All rights reserved. Corporate Headquarters ComponentOne LLC 201 South Highland Avenue 3rd Floor Pittsburgh, PA 15206 ∙ USA Internet: [email protected] Web site: http://www.componentone.com Sales E-mail: [email protected] Telephone: 1.800.858.2739 or 1.412.681.4343 (Pittsburgh, PA USA Office) Trademarks The ComponentOne product name is a trademark and ComponentOne is a registered trademark of ComponentOne LLC. All other trademarks used herein are the properties of their respective owners. Warranty ComponentOne warrants that the original CD (or diskettes) are free from defects in material and workmanship, assuming normal use, for a period of 90 days from the date of purchase. If a defect occurs during this time, you may return the defective CD (or disk) to ComponentOne, along with a dated proof of purchase, and ComponentOne will replace it at no charge. After 90 days, you can obtain a replacement for a defective CD (or disk) by sending it and a check for $25 (to cover postage and handling) to ComponentOne. Except for the express warranty of the original CD (or disks) set forth here, ComponentOne makes no other warranties, express or implied. Every attempt has been made to ensure that the information contained in this manual is correct as of the time it was written. We are not responsible for any errors or omissions. ComponentOne’s liability is limited to the amount you paid for the product. ComponentOne is not liable for any special, consequential, or other damages for any reason. Copying and Distribution While you are welcome to make backup copies of the software for your own use and protection, you are not permitted to make copies for the use of anyone else.
    [Show full text]
  • M&G CI Template
    The ultimate goal of FacEasy.com is to create an Internet-based environment in which summarized information can be moved from the Ceding company to its Reinsurers quickly and effortlessly. One of the primary summarization channels for FacEasy.com is the Electronic Summary channel and its three-tiered approach to moving electronic summarized data: : Electronic transfer of text : Image file transfer : Direct summarization of individual impairments via Dropdown impairments The Image file transfer area of the Electronic summary channel is in some ways the most powerful and by its' nature, the most complex of the summarization methods. The attachment and transfer of an imaged file is actually quite easy and intuitive. Not unlike attaching an electronic file to an email, FacEasy.com's Image Transfer process allows the user to 'browse' their network or hard-drive, select the file(s) they wish to attach and upload that file with the summarized data. Although only a single file can be attached on any browse, the process can be repeated for multiple files. The 'Browse' button allows the user to select any individual file on the individual drives or network and attach that file for transmission to FacEasy.com by selecting that file and clicking the 'Open' command. At that point, the attached file will appear in the box to the left of the 'Browse' button. FacEasy.com only allows for the attachment of one file at a time, although the user can continue to attach additional files by repeating the process. When the desired file(s) are attached, the 'Upload' button moves the file to the next section of FacEasy.com's electronic summary process.
    [Show full text]
  • PARAGON PARTITION MANAGER 12 Corporate Line
    PARAGON PARTITION MANAGER 12 Corporate Line Maximize utilization of storages within Windows® environments! Corporate editions of Partition Manager 12 include our latest technologies in managing physical and virtual Windows environments. Drive partitioning and file system optimization, disaster recovery and virtual disk management will guarantee optimized disk partitioning and maximum utilization of different types of storages. Our product delivers: Brand new drive partitioning engine Support for SSD, AFD, 2TB+ and non-512B sector size disks; USB 3.0 devices Exclusive drive re-partitioning facilities Unique file system optimization tools Automatic partition alignment Comprehensive bootable environments Basic backup and disaster recovery options Flexible licensing policy Primary audience: System administrators working for small and mid-sized companies IT experts © 1994-2012 Paragon Software GmbH [email protected] www.paragon-software.com 1 on - Partition Manager 12 Add Brief Editions‘ Overview Professional Server Server + Virtual Machines Main Functionality The fastest partitioning engine on the market – it does the job with minimal time and risk Exclusive flexibility for drive partitioning (merge partitions, redistribute free space between partitions, split one partition to two different partitions, etc.) Support for SSD, AFD, 2TB+ and non-512B sector size disks as well as USB 3.0 devices Protection of Windows systems online with MS VSS or Paragon Hot Processing Restore at a granular level minimizes downtime if there's no need to restore an entire image; you choose only the files you want Automatic partition alignment allows to get the most of physical and virtual data storages Connection to ESX Server through vSphere interface to accomplish drive partitioning or data x x exchange on Windows virtual environments hosted by ESX Mounting virtual disks in the non-destructive mode.
    [Show full text]
  • Desktop Messaging User Guide for Internet Clients Desktop Messaging User Guides User Desktop Messaging Updates to The
    CallPilotTM Re lease 2.5 Desktop Messaging User Guide for Internet Clients Updates to the Desktop Messaging User Guides Internet Clients Page 7 Call the sender of a message Call the sender of a message is not supported. Page 7 Access web-based My CallPilot to view user information and change your feature settings My CallPilot is not supported. Page 8 About this guide The internet mail clients that are supported are: • Microsoft Outlook 2000, 2002 (XP) and 2003 • Lotus Notes - 4.6x, 5.x and 6.x (including 6.5) • GroupWise - 6.x (including 6.5) • Microsoft Outlook Express - 5.x and 6.x • Netscape Messenger (Netscape Communicator) - 6.2x and 7.0x • Qualcomm Eudora Pro - 6.0.1 Page 11 CallPilot Player The Call the sender button is not available. About forwarding Desktop Messaging messages Manager & CallPilot 100/150 Do not use the right-click menu to forward a Desktop Messaging message. To forward a message, either: • open the message and forward it from the CallPilot window or • for Outlook, select the message in the Outlook Inbox and forward it from the Outlook toolbar. About faxes For CallPilot 100/150, fax functionality is not available in Desktop Messaging. Viewing faxes Imaging for Windows, which can be used as a fax viewer, is installed by default on Windows 95B, Windows 98, Windows NT, and Windows 2000 operating systems. But if you use Windows XP, Imaging for Windows is not included unless you have installed it. Ask your system administrator whether you have Imaging for Windows installed on your system.
    [Show full text]
  • Suggestions on How to View OCC Document Images on the Web
    Suggestions on how to view OCC Document Images on the Web The Oklahoma Corporation Commission black and white document images are saved in TIFF file format with Group IV compression since other image formats generate significantly larger files. To view these documents, your WWW Browser must be configured with a viewer that supports TIFF images and CCITT Group IV compression. If your Operating System is Windows 95, 98, 98SE, or 2000 then you should not have to add anything since Wang or Kodak Imaging is included with Windows and works well with these images. Windows XP or newer no longer includes this so you probably need to install a third party viewer. There are many available for download some of which are suggested below. Some work better than others and you may find one better than what we have listed. The best one we have found for viewing and printing all types and formats of Tiff images is Imaging for Windows Professional listed below. It is the new version of the viewer that came with the pre-XP versions of Windows. That being said please note the following disclaimer. DISCLAIMER: Any reference from the OCC Web server service to any non-government entity, product, service or information does not constitute an endorsement or recommendation by the Oklahoma Corporation Commission or any of its' field offices or employees. We are not responsible for the contents of any "off-site" web pages referenced from OCC web servers. Case 1- You already have a Tiff Viewer (XP/2000 do!): If you already have a viewer installed on your computer, e.g.
    [Show full text]
  • Simpleindex 7.0 MANUAL
    SimpleIndex 7.0 MANUAL www.SimpleIndex.com Revised February, 2011 SimpleIndex Documentation - 2 - SimpleIndex Documentation Table of Contents 1 Introduction ......................................................................................................... 7 1.1 Welcome to SimpleIndex! ........................................................................................... 7 1.2 Conventions Used in This Manual .............................................................................. 7 1.3 Who Should Read This Manual? ................................................................................ 7 1.4 New Features in Version 7.......................................................................................... 7 1.5 Unique Features ......................................................................................................... 8 1.5.1 1-Click Processing ................................................................................................................... 8 1.5.2 Template & Dictionary Matching OCR .................................................................................... 8 1.5.3 MS Office and PDF Processing ............................................................................................... 8 1.5.4 Command Line Interface ......................................................................................................... 9 1.5.5 Document Presence Auditing .................................................................................................. 9 1.5.6 Distributed
    [Show full text]