IDOL Keyview Viewing SDK 12.4 Programming Guide

Total Page:16

File Type:pdf, Size:1020Kb

IDOL Keyview Viewing SDK 12.4 Programming Guide KeyView Software Version 12.4 Viewing SDK Programming Guide Document Release Date: October 2019 Software Release Date: October 2019 Viewing SDK Programming Guide Legal notices Copyright notice © Copyright 2016-2019 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.4) Page 2 of 384 Viewing SDK Programming Guide Contents Part I: Overview of Viewing SDK 15 Chapter 1: Introduction to Viewing SDK 16 Overview 16 Features 16 Viewing SDK and Visual Basic 17 Platforms, Compilers, and Dependencies 17 Supported Platforms 17 Supported Compilers 17 Software Dependencies 17 Windows Installation 18 Package Contents 19 License Information 19 Enable Advanced Document Readers 20 Update License Information 20 Directory Structure 21 Chapter 2: Getting Started 23 Before You Begin 23 View Initialization Information 23 Use an Initialization File 23 Viewing API 24 ActiveX Control 24 Use the Windows Registry File 24 Viewing API 25 ActiveX Control 25 Remove Functionality from an Application 26 Deploy Viewing API Applications 26 Deploy ActiveX Control Applications 27 Develop .NET Applications 27 Method and Property Naming Conventions 28 Sample Code 28 Deploy .NET Applications 29 Part II: Viewing API 31 Chapter 3: Use the Viewing API 32 Overview of the Viewing API 32 Create a Viewing API Window 33 Get the Viewer Window of the Document 34 Open and View a Document 34 Notification Messages 35 Save a Document 35 KeyView (12.4) Page 3 of 384 Viewing SDK Programming Guide Convert a Document 36 Print a Document 36 Change the Print Job Name 37 Determine the Document Format 37 Extract Document Metadata 38 Change Document Options 38 Annotate, Highlight, or Index a Document 38 Draw a Page 39 Draw a Page into a Supplied Device Context 39 Edit a Document 39 Search for Text 39 Copy Text 40 Modify the Document View 40 Change the Layout of a Document 40 Change the Aspect Ratio of a Document 40 Invert, Rotate, or Magnify a Document 40 Display or Hide Gridlines in a Document 41 Play a Multimedia Document 41 Change the Current Object in a Document 42 View Deleted Items and Document Revision Marks 42 View Container Files 43 Microsoft Outlook Personal Folders (PST) Files 43 Choose the Reader to use for PST Files 44 Lotus Notes Database (NSF) 45 System Requirements 45 Installation and Configuration 46 Format Notes 46 View Mail Messages and Mail Stores 46 View Archive Files 48 Extract Subfiles to a Viewing Window or Disk 49 Display Subfiles in the Preview Pane 49 Set a Password for a Container File 50 View PDF Documents 50 Use the Acrobat ActiveX Control 50 Use the Microsoft WebBrowser ActiveX Control 50 Use a Graphic-Based PDF Reader 51 Use the kppdfrdr Reader 51 Use the kppdf2rdr Reader 52 Specify the Graphic-based Reader 52 View or Extract PDF Portfolio Documents 53 View Microsoft Visio Files 54 Extract Microsoft Excel Formulas 54 Chapter 4: Viewing API Sample Programs 57 Overview 57 Compile the Sample Programs 57 Run the Sample Programs 57 KeyView (12.4) Page 4 of 384 Viewing SDK Programming Guide Viewing SDK Initialization Information 57 hellovapi 58 Load kvvapi.dll 58 Create the VAPI Window 58 Open a Document 59 hellovapi.c 60 hellovapi.h 65 hellovapi.rc 65 vapidemo 65 mfckv 65 rtfdemo 66 prntdemo 66 filetype 66 ihademo 66 drawdemo 67 uzipdemo 67 Chapter 5: Message Parameters 68 VAPIM_ANNOTATE 71 VAPIM_ENABLEINDEX 72 VAPIM_GETNEXTTEXTBUFFER 73 VAPIM_GETPAGEFROMLOGICAL 74 VAPIM_GETSUMMARYINFO 74 VAPIM_GETTEXT 75 VAPIM_GOTO_PAGE 76 VAPIM_HAVEHILITE 77 VAPIM_POSITION 77 VAPIM_POSITIONHILITE 78 VAPIM_SETCURSOR 79 VAPIM_SETHILITE 80 VAPIM_SETHILITEOPTIONS 80 VAPIM_SETINDEXBUFCHARSET 81 VAPIM_SHOWHITS 82 VAPIM_CONVERT 82 VAPIMWP_CANCONVERT 83 VAPIMWP_DRAW_DRAWPAGE 84 VAPIMWP_DRAW_DRAWTOFILE 85 VAPIMWP_DRAW_GETPAGECOUNT 86 VAPIMWP_DRAW_GETPAGESIZE 87 VAPIMWP_DRAW_GETWORKBOOKPAGECOUNT 88 VAPIMWP_DRAW_INIT 89 VAPIMWP_DRAW_SHUTDOWN 89 VAPIMWP_EDIT_CANCOPY 90 VAPIMWP_EDIT_CANFIND 91 VAPIMWP_EDIT_CANSELECTALL 92 VAPIMWP_EDIT_COPY 92 VAPIMWP_EDIT_FIND 93 KeyView (12.4) Page 5 of 384 Viewing SDK Programming Guide VAPIMWP_EDIT_FIND_UNICODE 94 VAPIMWP_EDIT_GETFINDTEXT 94 VAPIMWP_EDIT_SELECTALL 95 VAPIMWP_FILE_CANSAVEAS 96 VAPIMWP_FILE_CANUNZIP 97 VAPIMWP_FILE_CLOSE 98 VAPIMWP_FILE_SAVEAS 98 VAPIMWP_FILE_UNZIP 99 VAPIMWP_INIT_GETCHARSET 100 VAPIMWP_INIT_GETDESCRIP 100 VAPIMWP_INIT_GETDOCCLASS 101 VAPIMWP_INIT_GETDOCFORMAT 102 VAPIMWP_INIT_GETFILENAME 103 VAPIMWP_INIT_GETHWNDVIEWER 104 VAPIMWP_INIT_JUMPTOFIRSTHILIITE 104 VAPIMWP_INIT_OPEN_DOCUMENT 105 VAPIMWP_INIT_SETPASSWORD 107 VAPIMWP_INIT_SETSRCCHARSET 108 VAPIMWP_INIT_SETTRGCHARSET 108 VAPIMWP_MULTIOBJ_CANMULTIOBJ 109 VAPIMWP_MULTIOBJ_CANNEXTOBJ 110 VAPIMWP_MULTIOBJ_CANPREVOBJ 111 VAPIMWP_MULTIOBJ_CANSETCURRENTOBJ 111 VAPIMWP_MULTIOBJ_GETOBJCOUNT 112 VAPIMWP_MULTIOBJ_NEXTOBJ 113 VAPIMWP_MULTIOBJ_OBJNAME 114 VAPIMWP_MULTIOBJ_PREVOBJ 115 VAPIMWP_MULTIOBJ_SETCURRENTOBJ 115 VAPIMWP_OPTIONS_GETOPTIONS_EX 116 VAPIMWP_OPTIONS_SETOPTIONS_EX 117 VAPIMWP_PRINT_ANNOTATIONS 118 VAPIMWP_PRINT_CANPRINT 118 VAPIMWP_PRINT_PAGESETUP 119 VAPIMWP_PRINT_PRINT 120 VAPIMWP_PRINT_PRINTHEADER 121 VAPIMWP_PRINT_PRINTSETUP 121 VAPIMWP_PRINT_PRINTTOPD 122 VAPIMWP_PRINT_PRINTTOPRINTER 123 VAPIMWP_PRINT_SETPRINTNAME 124 VAPIMWP_VIEW_CANASPECTRATIO 124 VAPIMWP_VIEW_CANDECREASEFONT 125 VAPIMWP_VIEW_CANFITTOWINDOW 126 VAPIMWP_VIEW_CANGOTO 127 VAPIMWP_VIEW_CANGRIDLINES 128 VAPIMWP_VIEW_CANINCREASEFONT 128 VAPIMWP_VIEW_CANINVERT 129 KeyView (12.4) Page 6 of 384 Viewing SDK Programming Guide VAPIMWP_VIEW_CANLAYOUT 130 VAPIMWP_VIEW_CANMAGNIFY 131 VAPIMWP_VIEW_CANPAUSE 132 VAPIMWP_VIEW_CANPLAY 132 VAPIMWP_VIEW_CANPREVIEWPANE 133 VAPIMWP_VIEW_CANROTATE 134 VAPIMWP_VIEW_CANSTOP 135 VAPIMWP_VIEW_DECREASEFONT 136 VAPIMWP_VIEW_END 136 VAPIMWP_VIEW_GETASPECTRATIO 137 VAPIMWP_VIEW_GETGRIDLINES 138 VAPIMWP_VIEW_GETINVERT 139 VAPIMWP_VIEW_GETLAYOUT 139 VAPIMWP_VIEW_GETMAGNIFY 140 VAPIMWP_VIEW_GETPLAYMODE 141 VAPIMWP_VIEW_GETPREVIEWPANE 142 VAPIMWP_VIEW_GETROTATE 143 VAPIMWP_VIEW_GOTOPAGE 144 VAPIMWP_VIEW_INCREASEFONT 144 VAPIMWP_VIEW_LOOP 145 VAPIMWP_VIEW_PAUSE 146 VAPIMWP_VIEW_PLAY 146 VAPIMWP_VIEW_SETASPECTRATIO 147 VAPIMWP_VIEW_SETGRIDLINES 148 VAPIMWP_VIEW_SETINVERT 148 VAPIMWP_VIEW_SETLAYOUT 149 VAPIMWP_VIEW_SETMAGNIFY 150 VAPIMWP_VIEW_SETPREVIEWPANE 151 VAPIMWP_VIEW_SETROTATE 151 VAPIMWP_VIEW_STOP 152 Chapter 6: Notification Message Parameters 154 VAPINM_ANNOTATION_HIT 154 VAPINM_EXTENT 155 VAPINM_SELECTION 156 VAPINM_TEXTBUFFER 156 VAPINM_USERCLICK 158 VAPINM_VIEW_FILE 158 VAPINMWP_INIT_DISABLEUI 159 VAPINMWP_INIT_DOCTYPE 160 VAPINMWP_INIT_GETTEMPFILEPATH 160 VAPINMWP_INIT_OPENDOCDONE 161 VAPINMWP_INIT_PAGENUMBER 162 VAPINMWP_MULTIOBJ_OBJNAME 162 VAPINMWP_OPTIONS_GETOPTIONS_EX 163 VAPINMWP_PRINT_PRINTDONE 164 Chapter 7: Structures 165 KeyView (12.4) Page 7 of 384 Viewing SDK Programming Guide ADDOCINFO 165 ALL_OPTIONS_EX 166 KPTPIOobj 167 KVSumInfoElemEx 168 KVSummaryInfoEx 168 TPVAPIAnnotation 169 TPVAPIConvert 170 TPVAPICreateParams 171 TPVAPIDrawFileInfo 172 TPVAPIDrawPageInfo 173 TPVAPIExtract 174 TPVAPIFindInfo 175 TPVAPIFirstLast 176 TPVAPIGetText 176 TPVAPIHiLiteColor 177 TPVAPIHiLiteOptions 178 TPVAPIOpenDocumentInfo 178 TPVAPIPageSize 182 TPVAPIPosition 183 TPVAPITextInfo 184 Part III: Viewing ActiveX Control 185 Chapter 8: Use the Viewing ActiveX Control 186 Overview of the Viewing ActiveX Control 186 Open and View a Document 187 Save a Document 187 Convert a Document 188 Print a Document 188 Determine the Document Format 189 Extract Document Metadata 189 Search for Text in a Document 189 Copy a Selected Area of Text 190 Copy all the Text in a Document 190 Create a Thumbnail Image of a Document Page 190 Filter a Document 191 Highlight Text in a Document 191 Annotate Text in a Document 191 Chapter 9: Control Sample Programs
Recommended publications
  • The Microsoft Office Open XML Formats New File Formats for “Office 12”
    The Microsoft Office Open XML Formats New File Formats for “Office 12” White Paper Published: June 2005 For the latest information, please see http://www.microsoft.com/office/wave12 Contents Introduction ...............................................................................................................................1 From .doc to .docx: a brief history of the Office file formats.................................................1 Benefits of the Microsoft Office Open XML Formats ................................................................2 Integration with Business Data .............................................................................................2 Openness and Transparency ...............................................................................................4 Robustness...........................................................................................................................7 Description of the Microsoft Office Open XML Format .............................................................9 Document Parts....................................................................................................................9 Microsoft Office Open XML Format specifications ...............................................................9 Compatibility with new file formats........................................................................................9 For more information ..............................................................................................................10
    [Show full text]
  • Portable Paper
    Volume 2, Number 2 The HP Portable/Portable Plus Users Newsletter March / April, 1987 PortableTHE Paper Special Feature: Database Software Management Publisher's Message ...................... I Special Feature: Database Management Letters Software Charge Portable Off Car Lighter .............. 2 Introduction ............................ 16 Portable To Macintosh ..................... 4 Database Management Product Summary ...... 16 110% Lotus As A Database Manager . 18 New HP Portable? ......................... '; Executive Card Manager ................... 18 Updates on Personalized Software Products ..... 5 dBASE II ............................... 22 Buying Disks ............................ 6 Turbo Pascal Toolbox ..................... 2-} X-rays And The Portable .................... 6 PC File III .............................. 24 More Info On Backlighting ................. 33 T/Master ............................... 25 HP-IL Link Program ........ .............. 33 Condor Junior .......................... 25 Foundations Conclusion ............................. 25 Built-in Self-Test .......................... 8 PLUS Notes Six Ways To Restart Your Portable ............. 8 Lotus 2.01 and HAL ...................... 25 Getting Program To Run . ..... 8 B Drive RAM Cards With Greater Capacity ........... 26 EPROM Update .......................... 26 DOS AID Software Drawer & SPC ................ 27 Bypassing PAM ............................ 11 1erminal Through The Looking Glass ............ 27 CompuServe Autologon, Uploading Revisited ....
    [Show full text]
  • Creating Rpms Guide
    CREATING RPMS (Student version) v1.0 Featuring 36 pages of lecture and a 48 page lab exercise This docu m e n t serves two purpose s: 1. Representative sample to allow evaluation of our courseware manuals 2. Make available high quality RPM documentation to Linux administrators A bout this m aterial : The blue background you see simulates the custom paper that all Guru Labs course w are is printed on. This student version does not contain the instructor notes and teaching tips present in the instructor version. For more information on all the features of our unique layout, see: http://ww w . g urulabs.co m /courseware/course w are_layout.php For more freely available Guru Labs content (and the latest version of this file), see: http://www.gurulabs.co m/goodies/ This sample validated on: Red Hat Enterprise Linux 4 & Fedora Core v3 SUSE Linux Enterprise Server 9 & SUSE Linux Professional 9.2 About Guru Labs: Guru Labs is a Linux training company started in 199 9 by Linux experts to produce the best Linux training and course w are available. For a complete list, visit our website at: http://www.gurulabs.co m/ This work is copyrighted Guru Labs, L.C. 2005 and is licensed under the Creative Common s Attribution- NonCom mer cial- NoDerivs License. To view a copy of this license, visit http://creativecom m o n s.org/licenses/by- nc- nd/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 943 0 5, USA. Guru Labs 801 N 500 W Ste 202 Bountiful, UT 84010 Ph: 801-298-5227 WWW.GURULABS.COM Objectives: • Understand
    [Show full text]
  • Background Information History, Licensing, and File Formats Copyright This Document Is Copyright © 2008 by Its Contributors As Listed in the Section Titled Authors
    Getting Started Guide Appendix B Background Information History, licensing, and file formats Copyright This document is Copyright © 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the terms of either the GNU General Public License, version 3 or later, or the Creative Commons Attribution License, version 3.0 or later. All trademarks within this guide belong to their legitimate owners. Authors Jean Hollis Weber Feedback Please direct any comments or suggestions about this document to: [email protected] Acknowledgments This Appendix includes material written by Richard Barnes and others for Chapter 1 of Getting Started with OpenOffice.org 2.x. Publication date and software version Published 13 October 2008. Based on OpenOffice.org 3.0. You can download an editable version of this document from http://oooauthors.org/en/authors/userguide3/published/ Contents Introduction...........................................................................................4 A short history of OpenOffice.org..........................................................4 The OpenOffice.org community.............................................................4 How is OpenOffice.org licensed?...........................................................5 What is “open source”?..........................................................................5 What is OpenDocument?........................................................................6 File formats OOo can open.....................................................................6
    [Show full text]
  • Windows NT® 4 for Dummies® File:///P|/VSCAN/TOSCAN/MT/NT4DUM/NT4.HTM
    Table of contents Windows NT® 4 For Dummies® file:///P|/VSCAN/TOSCAN/MT/NT4DUM/NT4.HTM Table of Contents Windows NT® 4 For Dummies® Introduction About This Book How to Use This Book And What about You? How This Book Is Organized Part I: Introducing Windows NT (Bare-Bones Stuff) Part II: Making Windows NT Do Something Part III: Using Windows NT Applications Part IV: Been There, Done That: Quick References for Moving to Windows NT Part V: Getting Help Part VI: The Part of Tens Icons Used in This Book Where to Go from Here Part I: Intro to Windows NT (Bare Bones Stuff) Chapter 1: What Is Windows NT? What Is This "Windows" Stuff, Anyway? What Does Windows NT 4 Do? Why Should I Bother Using Windows NT? Will I Like Windows NT 4 Better than Windows NT 3.51? What's the Difference between Windows NT Workstation and Windows NT Server? Bracing Yourself for Windows NT 4 Chapter 2: Boring Information, Bothersome Computer Parts The Computer Microprocessor Floppy Disks, Compact Discs (CDs), and Disk Drives Floppy disk flipping What disk drives does Windows NT like? What does "write-protected" mean? Driving with compact discs The Mouse and That Double-Click Stuff Cards and Monitors Keyboards Groups of keys More key principles Print Screen: the one fun, weird code key Modems Printers Networks Sound Cards (Disgusting Bioactive Noises) Parts Required by Windows NT Chapter 3: Windows NT Stuff Everybody Thinks You Already Know Backing Up Your Work Clicking 1 of 9 07/14/99 08:29:14 Table of contents Windows NT® 4 For Dummies® file:///P|/VSCAN/TOSCAN/MT/NT4DUM/NT4.HTM
    [Show full text]
  • OS 386 Multiuser/Multitasking Operating System
    OS 386 Multiuser/Multitasking Operating System REFERENCE GUIDE [Q] DIGITAL RESEARCH@ os REFERENCE GUIDE [jill DIGITAL RESEARCH~ COPYRIGHT Copyright © 1987 Digital Research Inc. All rights reserved. No part of this publication may be reproduced, transcribed, stored in a retrieval system, or translated into any language or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual or otherwise without the prior written permission of Digital Research Inc, 60 Garden Court, Box DRI, Monterey, California 93942 DISCLAIMER DIGITAL RESEARCH MAKES NO REPRESENTATIONS OR WARRANTIES WITH RESPECT TO THE CONTENTS HEREOF AND SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE. Further Digital Research Inc. reserves the right to revise this publication and to make changes from time to time in the content hereof without obligation of Digital Research Inc to notify any person of such revision or changes. NOTICE TO USER This manual should not be construed as any representation or warranty with respect to the software named herein. Occasionally changes or variations exist in the software that are not reflected in the manual. Generally, if such changes or variations are known to exist and to affect the product significantly, a release note or READ.ME file accompanies the manual and the distribution disks. In that event, be sure to read the release note or READ.ME file before using the product. ii TRADEMARKS Digital Research and its logo, CP/M, and CP/M-86 are registered trademarks of Digital Research Inc. Cardfile, Concurrent, Concurrent DOS 386, Concurrent DOS XM, DR EDIX, DOS Plus and MP/M-86 are trademarks of Digital Research Inc.
    [Show full text]
  • Sharing Files with Microsoft Office Users
    Sharing Files with Microsoft Office Users Title: Sharing Files with Microsoft Office Users: Version: 1.0 First edition: November 2004 Contents Overview.........................................................................................................................................iv Copyright and trademark information........................................................................................iv Feedback.................................................................................................................................... iv Acknowledgments......................................................................................................................iv Modifications and updates......................................................................................................... iv File formats...................................................................................................................................... 1 Bulk conversion............................................................................................................................... 1 Opening files....................................................................................................................................2 Opening text format files.............................................................................................................2 Opening spreadsheets..................................................................................................................2 Opening presentations.................................................................................................................2
    [Show full text]
  • Jim2 Version 4.3 Release Notes
    Happen Business Pty Limited 29 - 33 Pitt Street PO Box 126, Mortdale NSW 2223 Australia p. +61 2 9570 4696 f. +61 2 8569 1858 w. www.happen.biz Jim2® Business Engine Version 4.3 (all editions) Release Notes Jim2® Business Engine v4.3 Release Notes – 05/02/19 Welcome to Jim2 Version 4.3 Promotional Pricing, Stock Flow, Commissions, UI Updates Jim2 v4.3 introduces numerous new features and enhancements throughout most areas of Jim2. The big new features are Promotional Pricing, Commission Sessions and Stock Flow. Promotional Pricing is a powerful new feature that allows special promotional, bid or contract pricing, based on CardFiles, CardFile Groups, Price Levels and Projects. Commission Sessions allow for tracking, processing and reconciling of sales commissions, based on a number of calculation methods. Stock Flow provides ETA management at an integrated stock line level view on purchase orders and linked jobs, and displays a single view of the expected delivery date from a vendor and the job due date advised to your customers. Additional UI updates, regional and tax support for Canada, and much more, makes Jim2 v4.3 one of the most exciting updates to date. Promotional Pricing – Page 4 • New promotional and bid pricing functionality Commission Sessions – Page 19 • New Commission Sessions functionality Purchase Orders – Page 25 • Line level due date Stock Flow – Page 26 • Expected delivery date from vendor and job due date advised to customers Copy/Move/Merge – Page 27 • Copy/move/merge within jobs, quotes and project templates Jobs and Quotes – Page 30 • Job Line level PO due date • Sell details – updated • Purchase details • Commission details • Promotional Pricing tab User Interface – Page 32 • Search Ribbon – new search ribbon feature (Ctrl+L) • Scheduler – updated ‘clean’ UI • Scroll bars – autohide • Quick Access Toolbar – copy document from clipboard Email – Page 34 • New pop-up window on Assign CardFile for Email Regional Settings Canada – Page 35 • Canada is now fully supported, along with new regional and tax settings.
    [Show full text]
  • Document Conversion Technical Manual Version: 10.3.0
    Kofax Communication Server KCS Document Conversion Technical Manual Version: 10.3.0 Date: 2019-12-13 © 2019 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 Chapter 1: Preface...................................................................................................................................... 7 Purpose...............................................................................................................................................7 Third Party Licenses................................................................................................................7 Usage..................................................................................................................................................7 Feature Comparison (Links Versus TWS)......................................................................................... 8 Conversion Tools................................................................................................................................ 8 Imgio.......................................................................................................................................10 File Formats......................................................................................................................................10
    [Show full text]
  • Release Notes
    Happen Business Pty Limited 29 - 33 Pitt Street PO Box 126, Mortdale NSW 2223 Australia p. +61 2 9570 4696 f. +61 2 8569 1858 w. www.happen.biz Jim2® Business Engine Version 4.2 (all editions) Release Notes Jim2® Business Engine v4.2 Release Notes – 06/06/18 Welcome to Jim2 Version 4.2 – ‘Security and Multilevel Manufacturing’ Jim2 v4.2 introduces numerous new features and enhancements throughout most areas of Jim2. With a focus on matching user security to the multi–faceted roles of staff (especially in larger companies), Jim2 v4.2 includes major updates to security, including new effective security roles, enhanced overall visibility of user security and roles, new user groups functionality, trackable reports, and greatly enhanced history and logging. Another major feature is the introduction of multilevel manufacturing capability, allowing the use of manufactured products (sub–assemblies) to be used in other manufacturing processes. Jim2 v4.2 also includes CardFile updates, new regional settings, increased list counts, major performance improvements, and dozens of additional enhancements and fixes. User Groups • New User Groups field, which introduces User Group Category and User Group Tags to sort staff into departments and roles. Organise users, ready to match with new enhancement to Items that enable jobs and quotes to be allocated to a User Group, rather than individual staff. Great for updating Items when a new staff member joins, moves to a new role, or moves on. User Security • New focus on User Security Groups, and now being able to assign a user to multiple security role profiles to suit the many hats they wear within the business.
    [Show full text]
  • CIT 470: Advanced Network and System Administration Slide #1 CIT 470: Advanced Network and System Administration Slide #2
    Topics 1. The Problem of Software Installation 2. Package Management Systems CIT 470: Advanced Network and 3. Using RPM System Administration 4. Finding RPMs Package Management 5. Building RPMs CIT 470: Advanced Network and System Administration Slide #1 CIT 470: Advanced Network and System Administration Slide #2 Software Installation What’s the problem? 1. Customization What prerequisites does your software have? Select options like language. What prereqs do your prereq packages have? Select file set. How do you handle conflicts? What if two programs install/modify same file? 2. Install new files in appropriate locations. Does your install work on every type of computer? 3. Modify existing configuration files. How do you handle upgrades? 4. Make software available to user. What if user has customized configuration? Shell configuration (PATH, etc.) What if ownerships/permissions have changed? GUI configuration (menu, icons, etc.) What if user needs old and new versions? How do you uninstall software? CIT 470: Advanced Network and System Administration Slide #3 CIT 470: Advanced Network and System Administration Slide #4 Package Manager Features UNIX Package Management Systems • Build management. deb: Debian system uses dpkg and APT. • Dependency tracking. pkgadd: Solaris packaging system. • Querying. portage: Gentoo uses with emerge. • Reversibility. ports: BSD ports system. • Verification. RPM: Redhat packaging system. • Version control. tgz: Tarballs used by Slackware. CIT 470: Advanced Network and System Administration Slide #5 CIT 470: Advanced Network and System Administration Slide #6 1 RPM RPM Package Names RPM Package Manager <name>-<version>-<release>.<arch>.rpm – Originally stood for Red Hat Package Manager – Came with Red Hat Linux 2.0 in 1995.
    [Show full text]
  • Digital Photo Editing
    Digital Photo Editing Digital Photo Editing There are two main catagories of photo editing software. 1. Photo Organizers - Programs that help you find your pictures. May also do some editing, and create web pages and collages. Examples: Picasa, XNView, ACDsee, Adobe Photoshop Elements 2. Photo Editors - Work on one picture file at a time. Usually more powerful editing features. Examples: Adobe Photoshop, Gimp, Paint.Net, Corel Paint Shop Photo Organizers Organizers tend to have a similar look and functionality to each other. Thumb nail views, a directory tree of your files and folders, and a slightly larger preview of the picture currently selected. A selection of the most used editing tools, and batch editing for making minor corrections to multiple pictures at once. The ability to create slide shows, contact sheets, and web pages are also features you can expect to see. XNView Picasa ACDsee Some of the editing features included in Photo Organizer software are: Red Eye Reduction, Rotate, Resize, Contrast, Color Saturation, Sharpen Focus and more. Many of these can be done in batch mode to as many pictures as you select. Picasa has added Picnik to it's tool set allowing you to upload your photo to the Picnik website for added editing features. Here is an example of Redeye removal in Picasa. Crop, Straighten, and Fill Light are often needed basic fixes. Saving and converting your picture file. In Xnview you can import about 400 file formats and export in about 50. For the complete list goto http://www.xnview. com/en/formats.html . Here is a list of some of the key file formats your likely to use and / or come across often.
    [Show full text]