IDOL Keyview Viewing SDK 12.6 Programming Guide

Total Page:16

File Type:pdf, Size:1020Kb

IDOL Keyview Viewing SDK 12.6 Programming Guide KeyView Software Version 12.6 Viewing SDK Programming Guide Document Release Date: June 2020 Software Release Date: June 2020 Viewing SDK 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.6) Page 2 of 387 Viewing SDK Programming Guide Contents Part I: Overview of Viewing SDK 13 Chapter 1: Introduction to Viewing SDK 14 Overview 14 Features 14 Viewing SDK and Visual Basic 15 Platforms, Compilers, and Dependencies 15 Supported Platforms 15 Supported Compilers 15 Software Dependencies 15 Windows Installation 16 Package Contents 17 License Information 17 Enable Advanced Document Readers 18 Update License Information 18 Directory Structure 19 Chapter 2: Getting Started 22 Before You Begin 22 View Initialization Information 22 Use an Initialization File 22 Viewing API 23 ActiveX Control 23 Use the Windows Registry File 23 Viewing API 24 ActiveX Control 24 Remove Functionality from an Application 25 Deploy Viewing API Applications 25 Deploy ActiveX Control Applications 26 Develop .NET Applications 26 Method and Property Naming Conventions 27 Sample Code 27 Deploy .NET Applications 28 Part II: Viewing API 30 Chapter 3: Use the Viewing API 31 Overview of the Viewing API 31 Create a Viewing API Window 32 Get the Viewer Window of the Document 33 Open and View a Document 33 Notification Messages 34 Save a Document 34 KeyView (12.6) Page 3 of 387 Viewing SDK Programming Guide Convert a Document 35 Print a Document 35 Change the Print Job Name 36 Determine the Document Format 36 Extract Document Metadata 37 Change Document Options 37 Annotate, Highlight, or Index a Document 37 Draw a Page 38 Draw a Page into a Supplied Device Context 38 Edit a Document 38 Search for Text 38 Copy Text 39 Modify the Document View 39 Change the Layout of a Document 39 Change the Aspect Ratio of a Document 39 Invert, Rotate, or Magnify a Document 39 Display or Hide Gridlines in a Document 40 Play a Multimedia Document 40 Change the Current Object in a Document 41 View Deleted Items and Document Revision Marks 41 View Container Files 42 Microsoft Outlook Personal Folders (PST) Files 42 Choose the Reader to use for PST Files 43 Lotus Notes Database (NSF) 44 System Requirements 44 Installation and Configuration 45 Format Notes 45 View Mail Messages and Mail Stores 45 View Archive Files 47 Extract Subfiles to a Viewing Window or Disk 48 Display Subfiles in the Preview Pane 48 Set a Password for a Container File 49 View PDF Documents 49 Use the Acrobat ActiveX Control 49 Use the Microsoft WebBrowser ActiveX Control 49 Use a Graphic-Based PDF Reader 50 Use the kppdfrdr Reader 50 Use the kppdf2rdr Reader 51 Specify the Graphic-based Reader 51 View or Extract PDF Portfolio Documents 52 View Microsoft Visio Files 53 Extract Microsoft Excel Formulas 53 Chapter 4: Viewing API Sample Programs 56 Overview 56 Compile the Sample Programs 56 Run the Sample Programs 56 KeyView (12.6) Page 4 of 387 Viewing SDK Programming Guide Viewing SDK Initialization Information 56 hellovapi 57 Load kvvapi.dll 57 Create the VAPI Window 57 Open a Document 58 hellovapi.c 59 hellovapi.h 64 hellovapi.rc 64 vapidemo 64 mfckv 64 rtfdemo 65 prntdemo 65 filetype 65 ihademo 65 drawdemo 66 uzipdemo 66 Chapter 5: Message Parameters 67 VAPIM_ANNOTATE 69 VAPIM_ENABLEINDEX 70 VAPIM_GETNEXTTEXTBUFFER 72 VAPIM_GETPAGEFROMLOGICAL 72 VAPIM_GETSUMMARYINFO 73 VAPIM_GETTEXT 74 VAPIM_GOTO_PAGE 74 VAPIM_HAVEHILITE 75 VAPIM_POSITION 75 VAPIM_POSITIONHILITE 76 VAPIM_SETCURSOR 77 VAPIM_SETHILITE 77 VAPIM_SETHILITEOPTIONS 78 VAPIM_SETINDEXBUFCHARSET 79 VAPIM_SHOWHITS 79 VAPIM_CONVERT 80 VAPIMWP_CANCONVERT 81 VAPIMWP_DRAW_DRAWPAGE 81 VAPIMWP_DRAW_DRAWTOFILE 83 VAPIMWP_DRAW_GETPAGECOUNT 84 VAPIMWP_DRAW_GETPAGESIZE 84 VAPIMWP_DRAW_GETWORKBOOKPAGECOUNT 85 VAPIMWP_DRAW_INIT 86 VAPIMWP_DRAW_SHUTDOWN 87 VAPIMWP_EDIT_CANCOPY 87 VAPIMWP_EDIT_CANFIND 88 VAPIMWP_EDIT_CANSELECTALL 89 VAPIMWP_EDIT_COPY 90 VAPIMWP_EDIT_FIND 90 KeyView (12.6) Page 5 of 387 Viewing SDK Programming Guide VAPIMWP_EDIT_FIND_UNICODE 91 VAPIMWP_EDIT_GETFINDTEXT 91 VAPIMWP_EDIT_SELECTALL 92 VAPIMWP_FILE_CANSAVEAS 93 VAPIMWP_FILE_CANUNZIP 94 VAPIMWP_FILE_CLOSE 94 VAPIMWP_FILE_SAVEAS 95 VAPIMWP_FILE_UNZIP 95 VAPIMWP_INIT_GETCHARSET 96 VAPIMWP_INIT_GETDESCRIP 97 VAPIMWP_INIT_GETDOCCLASS 97 VAPIMWP_INIT_GETDOCFORMAT 98 VAPIMWP_INIT_GETFILENAME 99 VAPIMWP_INIT_GETHWNDVIEWER 100 VAPIMWP_INIT_JUMPTOFIRSTHILIITE 100 VAPIMWP_INIT_OPEN_DOCUMENT 101 VAPIMWP_INIT_SETPASSWORD 103 VAPIMWP_INIT_SETSRCCHARSET 104 VAPIMWP_INIT_SETTRGCHARSET 104 VAPIMWP_MULTIOBJ_CANMULTIOBJ 105 VAPIMWP_MULTIOBJ_CANNEXTOBJ 106 VAPIMWP_MULTIOBJ_CANPREVOBJ 107 VAPIMWP_MULTIOBJ_CANSETCURRENTOBJ 107 VAPIMWP_MULTIOBJ_GETOBJCOUNT 108 VAPIMWP_MULTIOBJ_NEXTOBJ 109 VAPIMWP_MULTIOBJ_OBJNAME 109 VAPIMWP_MULTIOBJ_PREVOBJ 110 VAPIMWP_MULTIOBJ_SETCURRENTOBJ 111 VAPIMWP_OPTIONS_GETOPTIONS_EX 111 VAPIMWP_OPTIONS_SETOPTIONS_EX 112 VAPIMWP_PRINT_ANNOTATIONS 113 VAPIMWP_PRINT_CANPRINT 114 VAPIMWP_PRINT_PAGESETUP 114 VAPIMWP_PRINT_PRINT 115 VAPIMWP_PRINT_PRINTHEADER 116 VAPIMWP_PRINT_PRINTSETUP 116 VAPIMWP_PRINT_PRINTTOPD 117 VAPIMWP_PRINT_PRINTTOPRINTER 117 VAPIMWP_PRINT_SETPRINTNAME 118 VAPIMWP_VIEW_CANASPECTRATIO 119 VAPIMWP_VIEW_CANDECREASEFONT 120 VAPIMWP_VIEW_CANFITTOWINDOW 120 VAPIMWP_VIEW_CANGOTO 121 VAPIMWP_VIEW_CANGRIDLINES 122 VAPIMWP_VIEW_CANINCREASEFONT 122 VAPIMWP_VIEW_CANINVERT 123 KeyView (12.6) Page 6 of 387 Viewing SDK Programming Guide VAPIMWP_VIEW_CANLAYOUT 124 VAPIMWP_VIEW_CANMAGNIFY 125 VAPIMWP_VIEW_CANPAUSE 125 VAPIMWP_VIEW_CANPLAY 126 VAPIMWP_VIEW_CANPREVIEWPANE 127 VAPIMWP_VIEW_CANROTATE 128 VAPIMWP_VIEW_CANSTOP 128 VAPIMWP_VIEW_DECREASEFONT 129 VAPIMWP_VIEW_END 130 VAPIMWP_VIEW_GETASPECTRATIO 130 VAPIMWP_VIEW_GETGRIDLINES 131 VAPIMWP_VIEW_GETINVERT 132 VAPIMWP_VIEW_GETLAYOUT 133 VAPIMWP_VIEW_GETMAGNIFY 133 VAPIMWP_VIEW_GETPLAYMODE 134 VAPIMWP_VIEW_GETPREVIEWPANE 135 VAPIMWP_VIEW_GETROTATE 136 VAPIMWP_VIEW_GOTOPAGE 136 VAPIMWP_VIEW_INCREASEFONT 137 VAPIMWP_VIEW_LOOP 138 VAPIMWP_VIEW_PAUSE 138 VAPIMWP_VIEW_PLAY 139 VAPIMWP_VIEW_SETASPECTRATIO 139 VAPIMWP_VIEW_SETGRIDLINES 140 VAPIMWP_VIEW_SETINVERT 141 VAPIMWP_VIEW_SETLAYOUT 141 VAPIMWP_VIEW_SETMAGNIFY 142 VAPIMWP_VIEW_SETPREVIEWPANE 143 VAPIMWP_VIEW_SETROTATE 144 VAPIMWP_VIEW_STOP 144 Chapter 6: Notification Message Parameters 146 VAPINM_ANNOTATION_HIT 146 VAPINM_EXTENT 147 VAPINM_SELECTION 148 VAPINM_TEXTBUFFER 148 VAPINM_USERCLICK 150 VAPINM_VIEW_FILE 150 VAPINMWP_INIT_DISABLEUI 151 VAPINMWP_INIT_DOCTYPE 152 VAPINMWP_INIT_GETTEMPFILEPATH 152 VAPINMWP_INIT_OPENDOCDONE 153 VAPINMWP_INIT_PAGENUMBER 154 VAPINMWP_MULTIOBJ_OBJNAME 154 VAPINMWP_OPTIONS_GETOPTIONS_EX 155 VAPINMWP_PRINT_PRINTDONE 156 Chapter 7: Structures 157 KeyView (12.6) Page 7 of 387 Viewing SDK Programming Guide ADDOCINFO 157 ALL_OPTIONS_EX 158 KPTPIOobj 159 KVSumInfoElemEx 160 KVSummaryInfoEx 160 TPVAPIAnnotation 161 TPVAPIConvert 162 TPVAPICreateParams 163 TPVAPIDrawFileInfo 164 TPVAPIDrawPageInfo 165 TPVAPIExtract 166 TPVAPIFindInfo 167 TPVAPIFirstLast 168 TPVAPIGetText 168 TPVAPIHiLiteColor 169 TPVAPIHiLiteOptions 170 TPVAPIOpenDocumentInfo 170 TPVAPIPageSize 174 TPVAPIPosition 175 TPVAPITextInfo 176 Part III: Viewing ActiveX Control 177 Chapter 8: Use the Viewing ActiveX Control 178 Overview of the Viewing ActiveX Control 178 Open and View a Document 179 Save a Document 179 Convert a Document 180 Print a Document 180 Determine the Document Format 181 Extract Document Metadata 181 Search for Text in a Document 181 Copy a Selected Area of Text 182 Copy all the Text in a Document 182 Create a Thumbnail Image of a Document Page 182 Filter a Document 183 Highlight Text in a Document 183 Annotate Text in a Document 183 Chapter 9: Control Sample Programs 184 Viewing
Recommended publications
  • 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]
  • Kofax PDF Ifilter for Sharepoint Installation Guide Version: 4.0.0
    Kofax PDF iFilter for SharePoint Installation Guide Version: 4.0.0 Date: 2020-07-09 © 2020 Kofax. All rights reserved. Kofax is a trademark of Kofax, Inc., registered in the U.S. and/or other countries. All other trademarks are the property of their respective owners. No part of this publication may be reproduced, stored, or transmitted in any form without the prior written permission of Kofax. Table of Contents Document purpose ..................................................................................................................................... 2 Target Audience .......................................................................................................................................... 2 Notes ............................................................................................................................................................ 2 Levels of access .......................................................................................................................................... 2 How to use iFilter ........................................................................................................................................ 2 Access text layer ....................................................................................................................................... 3 Use OCR ................................................................................................................................................... 4 Steps to create the wsdi.ini file manually
    [Show full text]
  • Develop-21 9503 March 1995.Pdf
    develop E D I T O R I A L S T A F F T H I N G S T O K N O W C O N T A C T I N G U S Editor-in-Cheek Caroline Rose develop, The Apple Technical Feedback. Send editorial suggestions Managing Editor Toni Moccia Journal, a quarterly publication of or comments to Caroline Rose at Technical Buckstopper Dave Johnson Apple Computer’s Developer Press AppleLink CROSE, Internet group, is published in March, June, [email protected], or fax Bookmark CD Leader Alex Dosher September, and December. develop (408)974-6395. Send technical Able Assistants Meredith Best, Liz Hujsak articles and code have been reviewed questions about develop to Dave Our Boss Greg Joswiak for robustness by Apple engineers. Johnson at AppleLink JOHNSON.DK, His Boss Dennis Matthews Internet [email protected], CompuServe This issue’s CD. Subscription issues Review Board Pete “Luke” Alexander, Dave 75300,715, or fax (408)974-6395. Or of develop are accompanied by the Radcliffe, Jim Reekes, Bryan K. “Beaker” write to Caroline or Dave at Apple develop Bookmark CD. The Bookmark Ressler, Larry Rosenstein, Andy Shebanow, Computer, Inc., One Infinite Loop, CD contains a subset of the materials Gregg Williams M/S 303-4DP, Cupertino, CA 95014. on the monthly Developer CD Series, Contributing Editors Lorraine Anderson, which is available from APDA. Article submissions. Ask for our Steve Chernicoff, Toni Haskell, Judy Included on the CD are this issue and Author’s Guidelines and a submission Helfand, Cheryl Potter all back issues of develop along with the form at AppleLink DEVELOP, Indexer Marc Savage code that the articles describe.
    [Show full text]
  • Center for Technology Outreach Course Book Contents
    Center for Technology Outreach Course Book Contents CTO Training Team ..............................................................1 Extension Offices ...................................................................2 Needs Assessment .................................................................3 Planning Classes ....................................................................4 Computer Foundation ..........................................................5 Office Productivity ................................................................6 Microsoft Word ......................................................................6 Microsoft PowerPoint ...........................................................8 Microsoft Publisher ...............................................................9 Microsoft Excel ......................................................................9 Microsoft Access ..................................................................10 This course book shows the Microsoft InfoPath ..............................................................10 variety of classes the Extension Adobe ....................................................................................10 Center for Technology Outreach offers. Digital Cameras ...................................................................11 Photo Editing .......................................................................11 If you do not see the class you Photo Editing/Movie ...........................................................12 are interested
    [Show full text]
  • XXX Format Assessment
    Digital Preservation Assessment: Date: 20/09/2016 Preservation Open Document Text (ODT) Format Team Preservation Assessment Version: 1.0 Open Document Text (ODT) Format Preservation Assessment Document History Date Version Author(s) Circulation 20/09/2016 1.0 Michael Day, Paul Wheatley External British Library Digital Preservation Team [email protected] This work is licensed under the Creative Commons Attribution 4.0 International License. Page 1 of 12 Digital Preservation Assessment: Date: 20/09/2016 Preservation Open Document Text (ODT) Format Team Preservation Assessment Version: 1.0 1. Introduction This document provides a high-level, non-collection specific assessment of the OpenDocument Text (ODT) file format with regard to preservation risks and the practicalities of preserving data in this format. The OpenDocument Format is based on the Extensible Markup Language (XML), so this assessment should be read in conjunction with the British Library’s generic format assessment of XML [1]. This assessment is one of a series of format reviews carried out by the British Library’s Digital Preservation Team. Some parts of this review have been based on format assessments undertaken by Paul Wheatley for Harvard University Library. An explanation of the criteria used in this assessment is provided in italics below each heading. [Text in italic font is taken (or adapted) from the Harvard University Library assessment] 1.1 Scope This document will primarily focus on the version of OpenDocument Text defined in OpenDocument Format (ODF) version 1.2, which was approved as ISO/IEC 26300-1:2015 by ISO/IEC JTC1/SC34 in June 2015 [2]. Note that this assessment considers format issues only, and does not explore other factors essential to a preservation planning exercise, such as collection specific characteristics, that should always be considered before implementing preservation actions.
    [Show full text]
  • Microsoft Office
    Microsoft Office MICROSOFT OFFICE INTRODUCTION Microsoft Office is an office suite of desktop applications, servers and services for the Microsoft Windows and OS X operating systems. It was first announced by Bill Gates of Microsoft on August 1, 1988 at COMDEX in Las Vegas. Initially a marketing term for a bundled set of applications, the first version of Office contained Microsoft Word, Microsoft Excel and Microsoft PowerPoint. Over the years, Office applications have grown substantially closer with shared features such as a common spell checker, OLEdata integration and Visual Basic for Applications scripting language. Microsoft also positions Office as a development platform for line-of-business software under the Office Business Applications brand. On 10 July 2012, Softpedia reported that Office is used by over a billion people worldwide. The current versions are Office 2013 for Windows, released on October 11, 2012; and Office 2011 for OS X, released October 26, 2010 On 24 October 2012, the RTM final code of Office 2013 Professional Plus was released to TechNet and MSDN subscribers for download. On 15 November 2012, the 60-day trial version of Office 2013 Professional Plus was released for download. All devices running Windows Phone and Windows RT come pre-installed with Office Mobile and Office RT, respectively. Office Mobile is also available for Android phones and the iPhone. A version of Office for the iPad was launched in March 2014. A web-based version of Office called Office Online, is also available COMPONENTS Word Microsoft Word is a word processor and was previously considered the main program in Office.
    [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]
  • 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]
  • Renaissance Receptions of Ovid's Tristia Dissertation
    RENAISSANCE RECEPTIONS OF OVID’S TRISTIA DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Gabriel Fuchs, M.A. Graduate Program in Greek and Latin The Ohio State University 2013 Dissertation Committee: Frank T. Coulson, Advisor Benjamin Acosta-Hughes Tom Hawkins Copyright by Gabriel Fuchs 2013 ABSTRACT This study examines two facets of the reception of Ovid’s Tristia in the 16th century: its commentary tradition and its adaptation by Latin poets. It lays the groundwork for a more comprehensive study of the Renaissance reception of the Tristia by providing a scholarly platform where there was none before (particularly with regard to the unedited, unpublished commentary tradition), and offers literary case studies of poetic postscripts to Ovid’s Tristia in order to explore the wider impact of Ovid’s exilic imaginary in 16th-century Europe. After a brief introduction, the second chapter introduces the three major commentaries on the Tristia printed in the Renaissance: those of Bartolomaeus Merula (published 1499, Venice), Veit Amerbach (1549, Basel), and Hecules Ciofanus (1581, Antwerp) and analyzes their various contexts, styles, and approaches to the text. The third chapter shows the commentators at work, presenting a more focused look at how these commentators apply their differing methods to the same selection of the Tristia, namely Book 2. These two chapters combine to demonstrate how commentary on the Tristia developed over the course of the 16th century: it begins from an encyclopedic approach, becomes focused on rhetoric, and is later aimed at textual criticism, presenting a trajectory that ii becomes increasingly focused and philological.
    [Show full text]
  • Scribus 1.5 Kompakt
    PROFESSIONELLES INTERNET- UND OPEN-SOURCE-KNOW-HOW MEDIA.DE Holger Reibold BRAIN- Scribus 1.5 kompakt Gratis! Tastenkürzel, tausende Cliparts und Fonts zum Download Desktop.Edition Alles Wichtige für den erfolgreichen Einstieg in das Desktop Publishing mit Scribus Holger Reibold Scribus 1.5 kompakt 2 Scribus 1.5 kompakt Alle Rechte vorbehalten. Ohne ausdrückliche, schriftliche Genehmigung des Ver- lags ist es nicht gestattet, das Buch oder Teile daraus in irgendeiner Form durch Fotokopien oder ein anderes Verfahren zu vervielfältigen oder zu verbreiten. Das- selbe gilt auch für das Recht der öffentlichen Wiedergabe. Der Verlag macht darauf aufmerksam, dass die genannten Firmen- und Marken- namen sowie Produktbezeichnungen in der Regel marken-, patent- oder warenrech- tlichem Schutz unterliegen. Verlag und Autor übernehmen keine Gewähr für die Funktionsfähigkeit beschrie- bener Verfahren und Standards. © 2015 Brain-Media.de Herausgeber: Dr. Holger Reibold Umschlaggestaltung: Brain-Media.de Satz: Brain-Media.de Coverbild: Flügelfrei / photocase.de www.brain-media.de Inhaltsverzeichnis 3 Inhaltsverzeichnis Inhaltsverzeichnis VORWORT..............................................................................................11 1 QUICKSTART .................................................................................15 1.1 Was ist Scribus?..................................................................................... 15 1.2 Was ist Desktop Publishing eigentlich?.................................................. 17 1.2.1 Typographie.......................................................................................
    [Show full text]
  • How to Cure Windows 10'S Worst Headaches These Tips and Tricks Can Help You Overcome Windows 10'S Niggling Hassles
    How to cure Windows 10's worst headaches These tips and tricks can help you overcome Windows 10's niggling hassles. Ian Paul | @ianpaul Contributor, PCWorld Aug 26, 2015 3:30 AM After the Windows 8 disaster, upgrading to Windows 10 is almost palpably refreshing. Microsoft’s new operating system brings back PC-focused features it should never have lost and adds some helpful new integrations with Microsoft services. It’s not perfect, though. Despite the many highlights of Windows 10—Cortana, virtual desktops, windowed Windows Store apps, the revamped Start menu, DirectX 12, among others—there are still some annoyances with the new operating system. Windows 10 can reset your default browser if you upgrade; updates are now mandatory; and behind the scenes, the new OS is a file-sharing machine. Those are just a few of Windows 10’s notable headaches, but the good news is there are fixes for all these problems. Even better? Most are really easy to implement. Let’s dig in. Tame Windows 10’s forced updates Windows 10 home users are now pretty much required to accept and install updates at the time and choosing of Microsoft. This can be disastrous if you get a bad update that bricks your system or puts it in an endless reboot cycle, or if you have to download updates on a metered connection. Luckily, there are solutions for both. For the latter, all you have to do is set your Wi-Fi connection to metered—though note that Microsoft does not allow you to set ethernet connections as metered.
    [Show full text]
  • Microsoft Exchange 2007 Journaling Guide
    Microsoft Exchange 2007 Journaling Guide Digital Archives Updated on 12/9/2010 Document Information Microsoft Exchange 2007 Journaling Guide Published August, 2008 Iron Mountain Support Information U.S. 1.800.888.2774 [email protected] Copyright © 2008 Iron Mountain Incorporated. All Rights Reserved. Trademarks Iron Mountain and the design of the mountain are registered trademarks of Iron Mountain Incorporated. All other trademarks and registered trademarks are the property of their respective owners. Entities under license agreement: Please consult the Iron Mountain & Affiliates Copyright Notices by Country. Confidentiality CONFIDENTIAL AND PROPRIETARY INFORMATION OF IRON MOUNTAIN. The information set forth herein represents the confidential and proprietary information of Iron Mountain. Such information shall only be used for the express purpose authorized by Iron Mountain and shall not be published, communicated, disclosed or divulged to any person, firm, corporation or legal entity, directly or indirectly, or to any third person without the prior written consent of Iron Mountain. Disclaimer While Iron Mountain has made every effort to ensure the accuracy and completeness of this document, it assumes no responsibility for the consequences to users of any errors that may be contained herein. The information in this document is subject to change without notice and should not be considered a commitment by Iron Mountain. Iron Mountain Incorporated 745 Atlantic Avenue Boston, MA 02111 +1.800.934.0956 www.ironmountain.com/digital
    [Show full text]