IDOL Keyview Filter SDK 12.7 C Programming Guide

Total Page:16

File Type:pdf, Size:1020Kb

IDOL Keyview Filter SDK 12.7 C Programming Guide KeyView Software Version 12.7 Filter SDK C Programming Guide Document Release Date: October 2020 Software Release Date: October 2020 Filter SDK C Programming Guide Legal notices Copyright notice © Copyright 2016-2020 Micro Focus or one of its affiliates. The only warranties for products and services of Micro Focus and its affiliates and licensors (“Micro Focus”) are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Documentation updates The title page of this document contains the following identifying information: l Software Version number, which indicates the software version. l Document Release Date, which changes each time the document is updated. l Software Release Date, which indicates the release date of this version of the software. To check for updated documentation, visit https://www.microfocus.com/support-and-services/documentation/. Support Visit the MySupport portal to access contact information and details about the products, services, and support that Micro Focus offers. This portal also provides customer self-solve capabilities. It gives you a fast and efficient way to access interactive technical support tools needed to manage your business. As a valued support customer, you can benefit by using the MySupport portal to: l Search for knowledge documents of interest l Access product documentation l View software vulnerability alerts l Enter into discussions with other software customers l Download software patches l Manage software licenses, downloads, and support contracts l Submit and track service requests l Contact customer support l View information about all services that Support offers Many areas of the portal require you to sign in. If you need an account, you can create one when prompted to sign in. To learn about the different access levels the portal uses, see the Access Levels descriptions. KeyView (12.7) Page 2 of 373 Filter SDK C Programming Guide Contents Part I: Overview of Filter SDK 11 Chapter 1: Introducing Filter SDK 12 Overview 12 Features 12 Platforms, Compilers, and Dependencies 13 Supported Platforms 13 Supported Compilers 14 Software Dependencies 14 Windows Installation 15 UNIX Installation 15 Package Contents 16 License Information 17 Enable Advanced Document Readers 17 Pass License Information to KeyView 17 Directory Structure 18 Chapter 2: Getting Started 21 Architectural Overview 21 File Caching 22 Filtering 23 Subfile Extraction 23 Memory Abstraction 23 Use the C-Language Implementation of the API 24 Input/Output Operations 24 Filtering in File Mode 25 Filtering in Stream Mode 25 Multithreaded Filtering 26 The Filter Process Model 27 Filter API 27 File Extraction API 27 Persist the Child Process 28 In the API 28 In the formats.ini File 28 Run Filter In Process 29 In the API 29 In the formats.ini File 29 Run File Extraction Functions Out of Process 29 Restart the File Extraction Server 29 Out-of-Process Logging 30 Enable Out-of-Process Logging 30 Set the Verbosity Level 30 Enable Windows Minidump 31 KeyView (12.7) Page 3 of 373 Filter SDK C Programming Guide Keep Log Files 31 Run File Detection In or Out of Process 31 Specify the Process Type In the formats.ini File 32 Specify the Process Type In the API 32 Stream Data to Filter 32 Part II: Use Filter SDK 34 Chapter 3: Use the File Extraction API 35 Introduction 35 Extract Subfiles 36 Sanitize Absolute Paths 37 Extract Images 38 Recreate a File’s Hierarchy 38 Create a Root Node 38 Recreate a File’s Hierarchy—Example 39 Extract Mail Metadata 40 Default Metadata Set 40 Extract the Default Metadata Set 41 Extract All Metadata 41 Microsoft Outlook (MSG) Metadata 41 Extract MSG-Specific Metadata 42 Microsoft Outlook Express (EML) and Mailbox (MBX) Metadata 43 Extract EML- or MBX-Specific Metadata 43 Lotus Notes Database (NSF) Metadata 44 Extract NSF-Specific Metadata 44 Microsoft Personal Folders File (PST) Metadata 45 MAPI Properties 45 Extract PST-Specific Metadata 46 Exclude Metadata from the Extracted Text File 46 Extract Subfiles from Outlook Files 47 Extract Subfiles from Outlook Express Files 47 Extract Subfiles from Mailbox Files 47 Extract Subfiles from Outlook Personal Folders Files 48 Choose the Reader to use for PST Files 48 MAPI Attachment Methods 50 Open Secured PST Files 50 Detect PST Files While the Outlook Client is Running 50 Extract Subfiles from Lotus Domino XML Language Files 51 Extract .DXL Files to HTML 51 Extract Subfiles from Lotus Notes Database Files 52 System Requirements 52 Installation and Configuration 53 Windows 53 Solaris 53 AIX 5.x 54 KeyView (12.7) Page 4 of 373 Filter SDK C Programming Guide Linux 54 Open Secured NSF Files 55 Format Note Subfiles 55 Extract Subfiles from PDF Files 55 Improve Performance for PDFs with Many Small Images 55 Extract Embedded OLE Objects 55 Extract Subfiles from ZIP Files 56 Default File Names for Extracted Subfiles 56 Default File Name for Mail Formats 56 Default File Name for Embedded OLE Objects 57 Chapter 4: Use the Filter API 58 Generate an Error Log 58 Enable or Disable Error Logging 59 Use the API 59 Use Environment Variables 59 Change the Path and File Name of the Log File 59 Report Memory Errors 60 Use the API 60 Use Environment Variables 60 Specify a Memory Guard 60 Report the File Name in Stream Mode 60 Report Extended Error Codes 61 Specify the Maximum Size of the Log File 61 Extract Metadata 61 Extract Metadata for File Filtering 62 Extract Metadata for Stream Filtering 62 Example 62 Convert Character Sets 64 Determine the Character Set of the Output Text 64 Guidelines for Character Set Conversion 64 Set the Character Set During Filtering 65 Set the Character Set During Subfile Extraction 65 Customize Character Set Detection and Conversion 66 Extract Deleted Text Marked by Tracked Changes 66 Filter PDF Files 67 Filter PDF Files to a Logical Reading Order 67 Enable Logical Reading Order 68 Use the C API 68 Use the formats.ini File 69 Rotated Text 69 Extract Custom Metadata from PDF Files 70 Extract Custom Metadata by Tag 70 Extract All Custom Metadata 70 Filter Tagged PDF Content 71 Skip Embedded Fonts 71 Use the formats.ini File 72 KeyView (12.7) Page 5 of 373 Filter SDK C Programming Guide Use the C API 72 Control Hyphenation 72 Use the formats.ini File 73 Use the C API 73 Filter Portfolio PDF Files 73 Filter Spreadsheet Files 73 Filter Worksheet Names 73 Filter Hidden Text in Microsoft Excel Files 74 Specify Date and Time Format on UNIX Systems 74 Filter Very Large Numbers in Spreadsheet Cells to Precision Numbers 75 Extract Microsoft Excel Formulas 75 Standardize Cell Formats 77 Numbers 77 Text 77 Dates 77 Filter XML Files 78 Configure Element Extraction for XML Documents 78 Modify Element Extraction Settings 79 Explore XML Extraction Settings with the Sample Program 79 Specify an Element's Namespace and Attribute 81 Configure Headers and Footers 82 Filter Hidden Data 82 Hidden Data in Microsoft Excel Documents 83 Example 84 Toggle Hidden Excel Data Settings in the formats.ini File 84 Hidden Data in HTML Documents 84 Tab Delimited Output for Embedded Tables 85 Table Detection for PDF Files 85 Exclude Japanese Guide Text 85 Source Code Identification 86 Configure the Proxy for RMS 87 Chapter 5: Sample Programs 88 Introduction 88 tstxtract 88 filter 90 Part III: C API Reference 93 Chapter 6: File Extraction API Functions 94 KVGetExtractInterface() 94 fpCloseFile() 95 fpExtractSubFile() 96 fpFreeStruct() 97 fpGetMainFileInfo() 98 fpGetSubFileInfo() 99 fpGetSubFileMetaData() 100 KeyView (12.7) Page 6 of 373 Filter SDK C Programming Guide fpOpenFile() 102 fpSetExtractionTimeout() 103 Chapter 7: File Extraction API Structures 105 KVCredential 105 KVCredentialComponent 106 KVExtractInterface 106 KVExtractSubFileArg 107 KVGetSubFileMetaArg 110 KVMainFileInfo 111 KVMetadataElem 112 KVMetaName 113 KVOpenFileArg 114 KVOutputStream 115 KVSubFileExtractInfo 115 KVSubFileInfo 116 KVSubFileMetaData 119 Chapter 8: Filter API Functions 121 KV_GetFilterInterfaceEx() 122 fpCanFilterFile() 124 fpCanFilterStream() 125 fpCloseStream() 126 fpConfigureRMS() 126 fpFiletoInputStreamCreate() 128 fpFileToInputStreamFree() 129 fpFilterConfig() 130 fpFilterFile() 135 fpFilterStream() 136 fpFreeFilterOutput() 137 fpFreeOLESummaryInfo() 138 fpFreeXmpInfo() 139 fpGetDocInfoFile() 140 fpGetDocInfoStream() 141 fpGetKvErrorCodeEx() 142 fpGetOLESummaryInfo() 143 fpGetOLESummaryInfoFile() 144 fpGetTrgCharSet() 145 fpGetXmpInfo() 146 fpGetXmpInfoFile() 148 fpInit() 150 fpInitWithLicenseData() 152 fpOpenStream() 155 fpOpenStreamEx2() 156 fpRefreshFilterKVOOP() 157 fpSetReplacementChar() 158 fpSetSrcCharSet() 159 fpSetTimeout() 160 KeyView (12.7) Page 7 of 373 Filter SDK C Programming Guide fpShutdown() 161 Chapter 9: Filter API Structures 162 KVFltInterfaceEx 163 ADDOCINFO 166 KV_CONFIG_Arg 167 KVFilterOutput 168 KVInputStream 169 KVMemoryStream 170 KVRMSCredentials 170 KVStructHead 172 KVSumInfoElemEx 173 KVSummaryInfoEx 174 KVXConfigInfo 175 KVXmpInfo 177 KVXmpInfoElems 178 Chapter 10: Enumerated Types 179 Introduction 179 Programming Guidelines 180 ENDocAttributes 180 KVCredKeyType 181 KVErrorCode 181 KVErrorCodeEx 183 KVMetadataType 186 KVMetaNameType 188 KVSumInfoType 188 KVSumType 189 LPDF_DIRECTION 193 Appendixes 194 Appendix A: Supported Formats 195 Key to Supported Formats Table 195 Supported Formats 197 Appendix
Recommended publications
  • Cimdata Cpdm Late-Breaking News
    PLM Industry Summary Sara Vos, Editor Vol. 21 No. 8 - Friday, February 22, 2019 Contents CIMdata News _____________________________________________________________________ 2 Intelligence for Product Lifecycle Management (CIMdata Blog) __________________________________2 Read last week’s Top Ten Stories ___________________________________________________________2 SOLIDWORKS World 2019: Expanding the 3DEXPERIENCE Platform (CIMdata Commentary) _______3 Acquisitions _______________________________________________________________________ 6 Zix Closes Acquisition of AppRiver, Creating Leading Cloud-based Cybersecurity Solutions Provider ____6 Company News _____________________________________________________________________ 6 AMC Bridge Named to IAOP’s 2019 Best of The Global Outsourcing 100 __________________________6 Capgemini Presents Airbus with the Global Leadership Award for Innovation _______________________7 Business-Critical Cloud Adoption Growing yet Security Gaps Persist, Report Says____________________8 Creaform Engineering Expands its GD&T Service Offer with New Dimensional Management Services ___9 Digital Catapult collaborates with Siemens, BT and PTC on next generation network infrastructure ______10 Elysium Presents Gold Partner Award to Honlitech ____________________________________________12 Elysium Presents Platinum Partner Award to CAMTEX ________________________________________12 Maplesoft and Sigmetrix Announce Direct Operations in China __________________________________12 Signalysis and Vaughn Associates Partnership
    [Show full text]
  • PLM Weekly Summary Editor: Cimdata News Team 15 January 2021 Contents Cimdata News
    PLM Weekly Summary Editor: CIMdata News Team 15 January 2021 Contents CIMdata News ............................................................................................................................................ 2 An Enterprise Digital Transformation Platform – a CIMdata Commentary......................................................2 Aras’ Cloud Strategy – a CIMdata Blog Post ....................................................................................................5 CIMdata Announces its 2021 PLM Market & Industry Forum Series ..............................................................6 CIMdata to Host a Free Webinar on CAD Trends ............................................................................................7 NLign Analytics “Structural Lifecycle Digital Environment” Enables Model-Driven Product Quality – a CIMdata Commentary .......................................................................................................................................8 PTC’s Cloud Strategy – a CIMdata Blog Post ................................................................................................. 13 Acquisitions .............................................................................................................................................. 14 Accenture Acquires Real Protect, Brazil-Based Information Security Company ........................................... 14 Atos to acquire In Fidem to reinforce its cybersecurity position in the North American market .................... 15 Planview
    [Show full text]
  • Metadefender Core V4.12.2
    MetaDefender Core v4.12.2 © 2018 OPSWAT, Inc. All rights reserved. OPSWAT®, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc. All other trademarks, trade names, service marks, service names, and images mentioned and/or used herein belong to their respective owners. Table of Contents About This Guide 13 Key Features of Metadefender Core 14 1. Quick Start with Metadefender Core 15 1.1. Installation 15 Operating system invariant initial steps 15 Basic setup 16 1.1.1. Configuration wizard 16 1.2. License Activation 21 1.3. Scan Files with Metadefender Core 21 2. Installing or Upgrading Metadefender Core 22 2.1. Recommended System Requirements 22 System Requirements For Server 22 Browser Requirements for the Metadefender Core Management Console 24 2.2. Installing Metadefender 25 Installation 25 Installation notes 25 2.2.1. Installing Metadefender Core using command line 26 2.2.2. Installing Metadefender Core using the Install Wizard 27 2.3. Upgrading MetaDefender Core 27 Upgrading from MetaDefender Core 3.x 27 Upgrading from MetaDefender Core 4.x 28 2.4. Metadefender Core Licensing 28 2.4.1. Activating Metadefender Licenses 28 2.4.2. Checking Your Metadefender Core License 35 2.5. Performance and Load Estimation 36 What to know before reading the results: Some factors that affect performance 36 How test results are calculated 37 Test Reports 37 Performance Report - Multi-Scanning On Linux 37 Performance Report - Multi-Scanning On Windows 41 2.6. Special installation options 46 Use RAMDISK for the tempdirectory 46 3. Configuring Metadefender Core 50 3.1. Management Console 50 3.2.
    [Show full text]
  • IDF Exporter IDF Exporter Ii
    IDF Exporter IDF Exporter ii April 27, 2021 IDF Exporter iii Contents 1 Introduction to the IDFv3 exporter 2 2 Specifying component models for use by the exporter 2 3 Creating a component outline file 4 4 Guidelines for creating outlines 6 4.1 Package naming ................................................ 6 4.2 Comments .................................................... 6 4.3 Geometry and Part Number entries ...................................... 7 4.4 Pin orientation and positioning ........................................ 7 4.5 Tips on dimensions ............................................... 8 5 IDF Component Outline Tools 8 5.1 idfcyl ....................................................... 9 5.2 idfrect ...................................................... 10 5.3 dxf2idf ...................................................... 11 6 idf2vrml 12 IDF Exporter 1 / 12 Reference manual Copyright This document is Copyright © 2014-2015 by it’s contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later, or the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/), version 3.0 or later. All trademarks within this guide belong to their legitimate owners. Contributors Cirilo Bernardo Feedback Please direct any bug reports, suggestions or new versions to here: • About KiCad document: https://gitlab.com/kicad/services/kicad-doc/issues • About KiCad software: https://gitlab.com/kicad/code/kicad/issues • About KiCad software i18n: https://gitlab.com/kicad/code/kicad-i18n/issues Publication date and software version Published on January 26, 2014. IDF Exporter 2 / 12 1 Introduction to the IDFv3 exporter The IDF exporter exports an IDFv3 1 compliant board (.emn) and library (.emp) file for communicating mechanical dimensions to a mechanical CAD package.
    [Show full text]
  • International Language Environments Guide
    International Language Environments Guide Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 806–6642–10 May, 2002 Copyright 2002 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, docs.sun.com, AnswerBook, AnswerBook2, Java, XView, ToolTalk, Solstice AdminTools, SunVideo and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. SunOS, Solaris, X11, SPARC, UNIX, PostScript, OpenWindows, AnswerBook, SunExpress, SPARCprinter, JumpStart, Xlib The OPEN LOOK and Sun™ Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry.
    [Show full text]
  • Messages and Codes
    NetView IBM Messages and Codes SH12-5483-07 NetView IBM Messages and Codes SH12-5483-07 Note! Before using this information and the product it supports, be sure to read the general information under “Notices” on page v. Eighth Edition, December 1994 This is a major revision of, and obsoletes, SH12-5483-06. This edition applies to Version 2 Release 2 Modification Level 1 of NetView File Transfer Program for MVS (5685-108) Version 1 Release 1 Modification Level 1 of NetView File Transfer Program for VSE (5686-013) Version 1 Release 1 Modification Level 1 of NetView File Transfer Program for VM (5684-048) and to all subsequent releases and modifications until otherwise indicated in new editions or technical newsletters. Make sure you are using the correct edition for the level of the product. Order publications through your IBM representative or the IBM branch office serving your locality. Publications are not stocked at the address below. IBM welcomes your comments. A form for readers’ comments may be provided at the back of this publication, or you may address your comments to the following address: IBM Deutschland Entwicklung GmbH Information Development, Dept. 0446 Postfach 1380 71003 Boeblingen Germany When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any way it believes appropriate without incurring any obligation to you. Copyright International Business Machines Corporation 1988, 1994. All rights reserved. Note to U.S. Government Users — Documentation related to restricted rights — Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule Contract with IBM Corp.
    [Show full text]
  • Industrial Circuit Board Design and Microprocessor Programming Bachelor of Science Thesis in Mechatronics
    Industrial circuit board design and microprocessor programming Bachelor of Science thesis in Mechatronics FREDRIK HÖGBERG Department of Signals and Systems CHALMERS UNIVERSITY OF TECHNOLOGY Gothenburg, Sweden 2017 REPORT NO. XXXX XXXX Industrial circuit boar! design and %icroprocessor pro$ram%in$ FREDRIK HÖGBERG Depart%ent of Signal and S'ste%s CH)*MERS UNI,ERSIT- OF TE(HNO*OG- Gothenbur$, S/eden 2017 Industrial circuit board design and microprocessor pro$ra%%in$ FREDRIK HÖGBERG FREDRIK HÖGBERG, 2017 Technical report no xxxx544 Depart%ent of Signals and S'ste%s Chal%ers +ni6ersit' of Technolo$' SE-412 96 G;tebor$ S/eden Telephone + 46 (0)31-772 1000 (o6er5 Hot Screen 2000 is an industrial heat press machine that can be used to attach screen prints on clothin$. This thesis will go in to details on ho/ the circuit board and pro$ra% was ma!e for this %achine. Chal%ers Reproservice G;tebor$. S/eden 2017 CHALMERS Signals and Systems, Bachelor@s Thesis XXXX5XX I Abstract The %ain obAect of this proAect is to design and %aBe circuitr' to control a industrial heat press %achine. The circuitr' consist of a 0 la'er boar! containin$ a %icro controller. displa' %odule. )( DC module. te%perature controller and electronics to control electromechanical devices. The fra%e of reference /ill $o through the basics steps in designin$ and %anufacturin$ electrical circ"itry /ith digital and analo$ technolo$y and explain the basics of the most com%on electrical components use! in circuitr' toda'. The fra%e of reference /ill also sho/ ho/ to create sche%atic and circuit design "sin$ Ki()D and ho/ to pro$ra% a Microchi& %icroprocessor in the C pro$ra%ing lan$"a$e.
    [Show full text]
  • Calqrp Analog Power Meter Assembly Guide John Sutter W1JDS [email protected]
    CalQRP Analog Power Meter Assembly Guide John Sutter W1JDS [email protected] Rev 1.1 August 7, 2018 About 3 weeks ago Doug Hendricks, KI6DS, mentioned he had a club project idea. I think he said he had some low cost meters and thought it would be good to spin an old project, the Christmas Power Meter, using the latest/greatest tools of the day which I’m sure will be laughable in another decade. That earlier project by apparently had the same instigator. Like the original by Song Kang, WA3AYQ and Bob Okas, W3CD, this version of the meter has two ranges, 1W and 10W using a SPDT switch to select between them instead of 2 BNC connectors. Beyond that, the schematic is pretty much the same. The tools I used: Schematic Capture KiCAD PCB Layout KiCAD PCB Fabrication AllPCB Enclosure Design OpenSCAD 3D Printer Creality CR-10 1 The Circuit As mentioned earlier the schematic matches the Christmas Power Meter pretty closely. SW1 is used to switch the power from the BNC connector into either the 10W load consisting of four 200 Ω 3 Watt carbon film resistors or the 1W load consisting of two 100 Ω ½ Watt carbon film resistors. The diodes are used as detectors with the resulting voltage filtered by the capacitors. The resistors are used to adjust the full-scale current to 200 μA. More on that later. FIGURE 1 SCHEMATIC A germanium diode was used on the 1 W range due to its lower voltage drop. More on that later. If you decide to use a through hole switch, the maximum shaft diameter is 6.3 mm.
    [Show full text]
  • Minor Changes and Bug Fixes
    List of fixed bugs in DipTrace 4.1.3.1 if compared to 4.1.3.0 PCB Layout 1. If IPC-7351 models are used, STEP export does not work. 2. When entering text into table cells "Shift + U" works as a Hotkey. 3. When importing KiCad 5.1 files, SMD pads on the Bottom layer may be imported incorrectly. Schematics 1. When entering text into table cells "Shift + U" works as a Hotkey.. 2. Back Annotate does not update supplier information. List of fixed bugs in DipTrace 4.1.3.0 if compared to 4.1.2.0 General 1. Snap EDA: multiple clicks for page switching result in a long "freezing". PCB Layout 4. The panelization parameters are reset when opening a schematic file in the PCB Layout after starting. 5. D-shape pads are displayed incorrectly in the Mirror mode. 6. The Highlight Net for the Obround and D-shape pads is displayed incorrectly in the Mirror mode. 7. TrueType text is shifted in BOM HTML. 8. DXF with multilayer blocks is imported incorrectly 9. Export of arcs with a very small angle and extra-large radius to Gerber has been changed. 10. Chamfer of the corners of a rectangular board outline may result in incorrect formation of outlines in Gerber when panelizing with Edge Rails. 11. After changing any of the markings parameters for a group of selected objects, the marking for selected Mounting Hole and Fiducial may appear. 12. Dimension objects are not updated automatically after changing the shape dimensions in the shape properties.
    [Show full text]
  • Top 40 Insurance Companies
    2013 Insurance Commissioner’s Annual Report Appendix E Top 40 Insurance Companies by Line of Business in Washington 2013 State of Washington Page 1 of 1 Office of Insurance Commissioner 2013 Washington Market Share and Loss Ratio Top 40 Authorized Companies Zero Premium and Loss Companies Excluded Line of Business: Aggregate Write-ins For Other Lines of Business All Dollars in Thousands Direct Direct Direct NAIC Premiums Market Premiums Losses Loss Rank Company Name Code Dom Written Share Earned Incurred Ratio(1) 1 Arag Ins Co 34738 IA $6,070 34.00% $6,070 $2,086 34.36% 2 Physicians Ins A Mut Co 40738 WA $4,143 23.21% $4,143 $2,386 57.61% 3 Midwest Employers Cas Co 23612 DE $3,084 17.27% $2,776 $5,731 206.43% 4 Triton Ins Co 41211 TX $1,160 6.50% $945 $273 28.89% 5 Yosemite Ins Co 26220IN $750 4.20% $387 $245 63.29% 6 Central States Ind Co Of Omaha 34274NE $730 4.09% $731 ($24) (3.35)% 7 American Road Ins Co 19631MI $506 2.83% $506 $42 8.29% 8 Courtesy Ins Co 26492FL $381 2.13% $286 $48 16.72% 9 St Paul Fire & Marine Ins Co 24767CT $289 1.62% $275 $42 15.18% 10 Allstate Prop & Cas Ins Co 17230IL $210 1.17% $215 $0 0.00% 11 Ace Amer Ins Co 22667PA $207 1.16% $207 $8 3.96% 12 Esurance Ins Co 25712 WI $128 0.72% $128 $0 0.00% 13 Stonebridge Cas Ins Co 10952 OH $70 0.39% $70 ($1) (0.85)% 14 Excess Share Ins Corp 10003 OH $59 0.33% $59 $0 0.00% 15 American Bankers Ins Co Of FL 10111 FL $44 0.25% $44 $2 5.54% 16 Great Amer Ins Co 16691 OH $16 0.09% ($46) $274 (589.70)% 17 Markel Ins Co 38970IL $5 0.03% $2 $0 7.68% 18 American Reliable Ins Co 19615AZ $4 0.02% $4 $0 (0.69)% 19 Great Amer Assur Co 26344 OH ($3) (0.02)% $93 $30 32.29% All 5 Other Companies $1 0.01% $1 ($35) (2587.29)% Totals (Loss Ratio is average) $17,852 100.00% $16,895 $11,107 65.74% (1)Excluding all Loss Adjustment Expenses (LAE) Copyright 1990 - 2014 National Association of Insurance Commissioners.
    [Show full text]
  • Kawai ES8 Owner's Manual
    Introduction Playing the Piano Rhythm Section ES8 Owner’s Manual Recorder USB Functions Settings Appendix Thank you for purchasing this Kawai ES8 digital piano. This owner’s manual contains important information regarding the usage and operation of the ES8 digital piano. Please read all sections carefully, keeping this manual handy for future reference. About this Owner’s Manual Before attempting to play the ES8 digital piano, please read the Introduction chapter from page 10 of this owner’s manual. This chapter explains the name and function of each part, how to set-up the instrument, and how to perform basic operations. The Playing the Piano chapter (page 16) provides an overview of the instrument’s most commonly used functions, such as selecting and combining sounds, and splitting the keyboard into separate sections. This chapter also explains how to apply reverb and effects to sounds, transpose the pitch of the keyboard, and how to use the metronome feature. The Rhythm Section chapter (page 36) explains how performances can be enhanced with backing accompaniments, while the Recorder section (page 48) provides instructions on how to record and play back pieces stored in the instrument’s internal memory, and MP3/WAV audio files saved to a USB memory device. Additional functions to load and save songs and registration memories from/to USB devices are further explained in the USB Functions chapter (page 67). The Settings section (page 76) details the various options and settings that can be used to adjust the sound and operation of the ES8 digital piano, in addition to explaining the instrument’s useful MIDI capabilities.
    [Show full text]
  • Windows NLS Considerations Version 2.1
    Windows NLS Considerations version 2.1 Radoslav Rusinov [email protected] Windows NLS Considerations Contents 1. Introduction ............................................................................................................................................... 3 1.1. Windows and Code Pages .................................................................................................................... 3 1.2. CharacterSet ........................................................................................................................................ 3 1.3. Encoding Scheme ................................................................................................................................ 3 1.4. Fonts ................................................................................................................................................... 4 1.5. So Why Are There Different Charactersets? ........................................................................................ 4 1.6. What are the Difference Between 7 bit, 8 bit and Unicode Charactersets? ........................................... 4 2. NLS_LANG .............................................................................................................................................. 4 2.1. Setting the Character Set in NLS_LANG ............................................................................................ 4 2.2. Where is the Character Conversion Done? .........................................................................................
    [Show full text]