PDF and Accessibility

Size: px
Start display at page:

Download "PDF and Accessibility"

Transcription

1 PDF and Accessibility Mark Gavin Appligent, Inc. January 11, 2005 Page 1 of 33

2 Agenda 1. What is PDF? a. What is it not? b. What are its Limitations? 2. Basic Drawing in PDF. 3. PDF Reference Page 2 of 33

3 What is PDF? What is it not? What are its Limitations? Page 3 of 33

4 What is PDF? THE ADOBE PORTABLE DOCUMENT FORMAT (PDF) is a file format for representing documents in a manner independent of the application software, hardware, and operating system used to create them and of the output device on which they are to be displayed or printed. PDF Reference 1.6 Chapter 2 Page 4 of 33

5 What is Portable Document Format 1. A binary file format based on the Postscript language developed by Adobe Systems. 2. Designed for device independent and resolution independent viewing of page based documents. 3. Free format database file which can contain almost any type of additional data. 4. Electronic Paper. Page 5 of 33

6 PDF is Not Acrobat 1. Acrobat is a commercial application, from Adobe, which can View and Annotate PDF file. 2. There are other commercial and open source PDF viewers available. a. XPDF b. Mac OS X c. Global Graphics PDF Editor Page 6 of 33

7 What PDF is not 1. A PDF file is not an ASCII text file. 2. PDF is not a stream like file format which flows in the natural read order of the document. a. The content of page 2 does not necessarily follow the content of page 1. b. The content of the second paragraph of a page may not follow the content of the first paragraph. Page 7 of 33

8 Creating a PDF File 1. Print to PDF a. Postscript to PDF b. Printer Driver to PDF 2. Postscript to PDF with PDFMarks 3. Direct Application Support for Saving to PDF. Page 8 of 33

9 Limitation of Print Information is, almost always, lost printing to PDF. Why? Information from the source application is being changed into a graphic. Page 9 of 33

10 PDF - Electronic Paper Information is not always placed in the PDF document in a natural read order. 2. Header For example; the Body text can be drawn to a page first, followed by the Header then the Footer. 1. Body Text 3. Footer Page 10 of 33

11 Electronic Paper This is a test of using Bold Text in a page content stream. Other text may have characters reversed. Page 1 of 2 To make the issue even more complex; body text is not always placed in the order one would expect. Page 1 of 2 This is a test of using in a page content stream. Other text may have characters desrever. Bold Text Page 11 of 33

12 Basic Drawing in PDF How to Draw using PDF Page 12 of 33

13 The Page 576 The Measure of distance in PDF is the printers point. There are 72 points in one inch. An 8 1/2 by 11 inch page is 612 by 792 points. Standard Cartesian coordinate system. 0,0 360 Page 13 of 33

14 Basic Drawing 576 Drawing starts from 0,0 y 72, ,360 Move to 72x and 144y Draw Line 288,144 Draw Line 288,360 Draw Line 72,360 Draw Line 72,144 72, ,144 Finally Stroke the path. 0,0 360 x Page 14 of 33

15 Basic Drawing Drawing starts from 0,0 288,360 Define the Top, Left and Bottom, Right corners of a rectangle Finally Stroke the path. 72,144 Two different ways to represent exactly the same visual information on the page. 0,0 360 Page 15 of 33

16 Drawing Text 576 Drawing starts from 0,0 Test Another Test Set the Font Move to 72x and 432y Add Text (Test ) Show Text Move to next line Add Text (Another Test ) Show Text 0,0 360 Page 16 of 33

17 Drawing More Text 576 Test Another Test Drawing starts from the beginning of the last line of text Move +x and -y Set the Font & Size More Text Add Text (More) Show Text 0,0 360 Move +x Add Text (Text) Show Text Page 17 of 33

18 Even More Text 576 Test Another Test Even More Text Drawing starts from the beginning of the last line of text Move -x Set the Font & Size Add Text (Even) Show Text Content stream MoreTextEven 0,0 360 Page 18 of 33

19 Not Runs of Text 1. Information is spread all about in a PDF file. There is no way to easily determine the text reading order. 2. PDF has no concept of a carriage return or line break. 3. Words may or may not be separated by space characters. 4. Individual characters can simply be thought of as small pictures placed on a drawing page. 5. Characters do not have to be encoded using any known character encoding. Page 19 of 33

20 PDF Reference The Document & What it Contains Page 20 of 33

21 PDF Reference Version Year Pages Printed PDF 1.0 6/ Yes PDF 1.1 4/ No PDF / No PDF 1.3 7/ Yes PDF / Yes PDF 1.5 8/ No PDF 1.6 1/ ? Page 21 of 33

22 PDF Versions PDF 1.5 PDF 1.4 PDF 1.3 PDF 1.2 PDF 1.1 PDF 1.0 Page 22 of 33

23 Contents Syntax Graphics Text Rendering Transparency Everything about the syntax of PDF at the object, file, and document level. Graphics Operators used in PDF content streams to describe the appearance of pages. Representing characters with glyphs from fonts. Describes the facilities for controlling how shapes and colors are rendered on the output device. Extends the Adobe imaging model to include the notion of transparency. (PDF 1.4) Interactive Features the mouse and keyboard. Allow a user to interactwith a document on the screen, using Multimedia Support for embedding and playing multimedia content. Higher-level information that is useful for the interchange of Document Interchange documents among applications. Page 23 of 33

24 Document Interchange Metadata Streams PDF 1.4 Marked Content PDF 1.2 Logical Structure PDF 1.3 Tagged PDF PDF 1.4 Accessibility Support PDF 1.4 Accessibility support has been added over the years and is very dependent on Marked Content, Logical Structure and Tagged PDF. Page 24 of 33

25 Metadata and Marked Content 1. Metadata a. Document Information Dictionary b. Metadata Streams - flexible XML metadata container 2. Marked Content - tag a piece of content a. Property Lists - private application data b. Marked Content and Clipping - some path and text objects are only used to clip other objects. Page 25 of 33

26 Logical Structure 1. Structure Hierarchy 2. Structure Types 3. Structure Content a. Marked-Content Sequences as Content Items b. PDF Objects as Content Items c. Finding Structure Elements from Content Items 4. Structure Attributes Page 26 of 33

27 Logical Structure 1. Organize Document Contents a. Chapters and Sections b. Figures and Tables c. Footnotes and Bibliography d. Table of Contents, Index and Colophon 2. Stored Separate from the Visible Content a. Logical Structure Independent of the order and location of graphics content on the page Page 27 of 33

28 Tagged PDF 1. Tagged PDF and Page Content a. Page Content Artifacts b. Page Content Order c. Extraction of Character Properties d. Identifying Word Breaks 2. Basic Layout Model 3. Standard Structure Types 4. Standard Structure Attributes Page 28 of 33

29 Tagged PDF 1. Text Extraction 2. Reflow of Text and Graphics 3. Searching, Indexing and Spell- Checking 4. Conversion to other file formats 5. Accessibility Page 29 of 33

30 Accessibility Support 1. Natural Language Specification a. Language Identifiers b. Language Specification Hierarchy c. Multi-Language Text Arrays 2. Alternate Descriptions 3. Replacement Text 4. Expansion of Abbreviations and Acronyms Page 30 of 33

31 Accessibility Support 1. Specify the Language used in the document. 2. Text Descriptions for Images. 3. Replacement text for Ligatures and Illuminated characters. 4. Expand Abbreviations and Acronyms. 5. Enable Proper Vocalization by Screen Readers or Text-to-Speech Engines. Page 31 of 33

32 Accessibility Support The core of this support lies in the ability to determine the logical order of content in a PDF document, independently of the content s appearance or layout, through logical structure and Tagged PDF PDF Reference 1.6 Section 10.8 Page 32 of 33

33 Build Better PDF Solutions Page 33 of 33

InDesign CS Basics. To learn the tools and features of InDesign CS to create publications efficiently and effectively.

InDesign CS Basics. To learn the tools and features of InDesign CS to create publications efficiently and effectively. InDesign CS Basics InDesign Basics Training Objective To learn the tools and features of InDesign CS to create publications efficiently and effectively. What you can expect to learn from this class: How

More information

Accessible and Usable PDF Documents: Techniques for Document Authors Fourth Edition

Accessible and Usable PDF Documents: Techniques for Document Authors Fourth Edition Accessible and Usable PDF Documents: Techniques for Document Authors Fourth Edition Karen McCall, M.Ed. Contents From the Author... 4 Dedication... 4 Introduction... 20 What is PDF?... 21 History of PDF

More information

Perfect PDF 9 Premium

Perfect PDF 9 Premium Perfect PDF 9 Premium The test results ( gut Good, sehr gut very good) refer to Perfect PDF & Print 8 and to versions 7, 6 and 5 of Perfect PDF Premium Professionally create, convert, edit and view PDF,

More information

Microsoft Word Tutorial

Microsoft Word Tutorial Microsoft Word Tutorial 1 GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Adobe InDesign CC. 1. Introducing the Workspace. 2. Getting to Know InDesign. 3. Setting Up a Document and Working with Pages

Adobe InDesign CC. 1. Introducing the Workspace. 2. Getting to Know InDesign. 3. Setting Up a Document and Working with Pages Adobe InDesign CC 1. Introducing the Workspace Getting started Looking at the workspace Working with panels Customizing the workspace Navigating through a document Using context menus Using Panel Menus

More information

Instructions for Using PDF Tests and Journals

Instructions for Using PDF Tests and Journals Instructions for Using PDF Tests and Journals To use the test and journal PDFs onscreen, open them in Adobe Acrobat Reader DC, a free version of the Adobe app you can download here: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html.

More information

Design your source document with accessibility in mind. Do NOT use character formatting for headings, use the program s styles.

Design your source document with accessibility in mind. Do NOT use character formatting for headings, use the program s styles. Contents 2 Create an Accessible Microsoft Word Document 2 Use Styles 3 Columns 5 Lists 6 Tables 7 Links 7 Add Alternative Text 9 Microsoft Word 2010 Accessibility Checker Adobe Acrobat X Creating Accessible

More information

Part III: Survey of Internet technologies

Part III: Survey of Internet technologies Part III: Survey of Internet technologies Content (e.g., HTML) kinds of objects we re moving around? References (e.g, URLs) how to talk about something not in hand? Protocols (e.g., HTTP) how do things

More information

STAROFFICE 8 SUMMARY PROJECT

STAROFFICE 8 SUMMARY PROJECT STAROFFICE 8 SUMMARY PROJECT Putting It All Together In the previous three guides you have learned an incredible amount about publishing information with StarOffice 8 Writer, Draw, and Calc. You can create,

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

Creating Accessible Adobe PDF Files. A Guide for Document Authors

Creating Accessible Adobe PDF Files. A Guide for Document Authors Creating Accessible Adobe PDF Files A Guide for Document Authors 2004 Adobe Systems Incorporated. All rights reserved. Adobe, the Adobe logo, Acrobat, Acrobat Capture, the Adobe PDF logo, FrameMaker, GoLive,

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

Word 2007/10/13 1 Introduction

Word 2007/10/13 1 Introduction Objectives Word 2007/10/13 1 Introduction Understand the new Word 2007 Interface Navigate the Office button Learn about the Quick Access menu Navigate the Ribbon menu interface Understand the I-beam Learn

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

PREPARING MICROSOFT WORD FOR MAC 2011 DOCUMENTS FOR CONVERSION TO ACCESSIBLE PDF FILES

PREPARING MICROSOFT WORD FOR MAC 2011 DOCUMENTS FOR CONVERSION TO ACCESSIBLE PDF FILES PREPARING MICROSOFT WORD FOR MAC 2011 DOCUMENTS FOR CONVERSION TO ACCESSIBLE PDF FILES Table of Contents Introduction... 2 Preparation... 2 Update Microsoft Office... 2 Styles... 2 Modifying Styles...

More information

Creating Accessible PDF Files using Microsoft Word 2010 and Adobe Acrobat Pro version X

Creating Accessible PDF Files using Microsoft Word 2010 and Adobe Acrobat Pro version X Creating Accessible PDF Files using Microsoft Word 2010 and Adobe Acrobat Pro version X Office of Information Technology West Virginia University OIT Help Desk (304) 293-4444, oithelp@mail.wvu.edu http://oit.wvu.edu/training/classmat/acr/accessible-pdf/

More information

PDF Essentials. The Structure of PDF Documents

PDF Essentials. The Structure of PDF Documents Dr. Edgar Huckert 63773 Goldbach, Germany E-Mail: Huckert@compuserve.com 6-97 PDF Essentials PDF is an acronym for "Portable Document Format". The format has been designed by Adobe for the exchange of

More information

bbc Overview Adobe Acrobat SDK November 2006 Version 8.0

bbc Overview Adobe Acrobat SDK November 2006 Version 8.0 bbc Overview Adobe Acrobat SDK November 2006 Version 8.0 2006 Adobe Systems Incorporated. All rights reserved. Adobe Acrobat SDK 8.0 Overview for Microsoft Windows, Mac OS, Linux, and UNIX Edition 1.0,

More information

4D Write. User Reference Mac OS and Windows Versions. 4D Write D SA/4D, Inc. All Rights reserved.

4D Write. User Reference Mac OS and Windows Versions. 4D Write D SA/4D, Inc. All Rights reserved. 4D Write User Reference Mac OS and Windows Versions 4D Write 1999-2002 4D SA/4D, Inc. All Rights reserved. 4D Write User Reference Version 6.8 for Mac OS and Windows Copyright 1999 2002 4D SA/4D, Inc.

More information

Creating a Newsletter

Creating a Newsletter Chapter 7 Creating a Newsletter In this chapter, you will learn the following to World Class standards: Setting the Margins Changing the Font and Font Size Inserting a Table Inserting a Picture Adding

More information

Step by step instructions for layout for Theology papers Part 1 Setting up margins

Step by step instructions for layout for Theology papers Part 1 Setting up margins Step by step instructions for layout for Theology papers Part 1 Setting up margins The formatting of these research papers can be thought of in terms of sections. Each of these sections has different formatting

More information

Microsoft Office Word 2010

Microsoft Office Word 2010 Microsoft Office Word 2010 Content Microsoft Office... 0 A. Word Basics... 4 1.Getting Started with Word... 4 Introduction... 4 Getting to know Word 2010... 4 The Ribbon... 4 Backstage view... 7 The Quick

More information

Introduction to Adobe Acrobat v. 6

Introduction to Adobe Acrobat v. 6 Introduction to Adobe Acrobat v. 6 Academic Computing Support Information Technology Services Tennessee Technological University February 2004 1. Introduction Adobe Acrobat allows you to convert documents

More information

Perfect PDF & Print 9

Perfect PDF & Print 9 Perfect PDF & Print 9 The test results gut Good, sehr gut very good refer to Perfect PDF & Print 8 (CHIP 09/2012) and to versions 7, 6 and 5 of Perfect PDF Premium Perfect PDF & Print 9 comes with two

More information

Calc Guide. Chapter 6 Printing, Exporting and ing

Calc Guide. Chapter 6 Printing, Exporting and  ing Calc Guide Chapter 6 Printing, Exporting and E-mailing Copyright This document is Copyright 2005 2013 by its contributors as listed below. You may distribute it and/or modify it under the terms of either

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Guide to Make PDFs ADA Compliant

Guide to Make PDFs ADA Compliant Guide to Make PDFs ADA Compliant Please note that the following instructions can also be used to convert a PowerPoint file to a PDF. Publisher files do not give you the ability to check for ADA Compliance

More information

In this document, you will learn how to take a Microsoft Word Document and make it accessible and available as a PDF.

In this document, you will learn how to take a Microsoft Word Document and make it accessible and available as a PDF. Accessibility Creating Accessible PDFs using Microsoft Word What is PDF Accessibility? Accessibility is a general term used to describe the degree to which a product, device, service, or environment is

More information

Creating Accessible Documents

Creating Accessible Documents What is an Accessible Document? Creating Accessible Documents An accessible document is any document that has been created to be easily read by sighted, low-vision, or non-sighted readers using adaptive

More information

PDF PDF PDF PDF PDF internals PDF PDF

PDF PDF PDF PDF PDF internals PDF PDF PDF Table of Contents Creating a simple PDF file...3 How to create a simple PDF file...4 Fonts explained...8 Introduction to Fonts...9 Creating a simple PDF file 3 Creating a simple PDF file Creating a

More information

Using Word 2016: A Quick Guide

Using Word 2016: A Quick Guide Using Word 2016: A Quick Guide Prepared by Sali Kaceli http://kaceli.com GETTING STARTED WITH WORD 2016 CREATING A NEW DOCUMENT & THE DOCUMENT GALLERY 1. Open Word 2016 2. Click on Blank Document or click

More information

Cloned page. A Technical Introduction to PDF/UA. DEFWhitepaper. The PDF/UA Standard for Universal Accessibility

Cloned page. A Technical Introduction to PDF/UA. DEFWhitepaper. The PDF/UA Standard for Universal Accessibility A Technical Introduction to PDF/UA DEFWhitepaper Applying WCAG to PDF The PDF/UA Standard for Universal Accessibility Traditionally, PDF documents didn t have a good reputation regarding basic accessibility

More information

bold: text format that makes letters look fatter and darker; used to make important words stand out

bold: text format that makes letters look fatter and darker; used to make important words stand out acceptable use: a set of policies that state what you are expected to do and not do while using information, websites, or programs; these rules and policies are created to protect the users of the products

More information

Creating Accessible Microsoft Word 2003 Documents Table of Contents

Creating Accessible Microsoft Word 2003 Documents Table of Contents Table of Contents Creating Accessible Microsoft Word Documents...1 Introduction...2 Templates...2 Default Settings...2 Set the Language...2 Change Default Settings...2 To change the default Font:...2 To

More information

GRAPHIC WEB DESIGNER PROGRAM

GRAPHIC WEB DESIGNER PROGRAM NH135 InDesign Level 2 24 Total Hours COURSE TITLE: InDesign Level 2 COURSE OVERVIEW: This course builds on the fundamentals taught in InDesign Level 1. Students will start by learning how to create complex

More information

ADOBE 9A Adobe InDesign CS3 ACE. Download Full Version :

ADOBE 9A Adobe InDesign CS3 ACE. Download Full Version : ADOBE 9A0-055 Adobe InDesign CS3 ACE Download Full Version : http://killexams.com/pass4sure/exam-detail/9a0-055 , E QUESTION: 109 By default, which fonts are NOT included when an InDesign file is packaged?

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

Adobe Acrobat 9 Pro Accessibility Guide: Best Practices for Accessibility

Adobe Acrobat 9 Pro Accessibility Guide: Best Practices for Accessibility Adobe Acrobat 9 Pro Accessibility Guide: Best Practices for Accessibility Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either registered

More information

Microsoft Word 2007 Module 1

Microsoft Word 2007 Module 1 Microsoft Word 2007 Module 1 http://citt.hccfl.edu Microsoft Word 2007: Module 1 July, 2007 2007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College -

More information

Achieving Accessibility with PDF: Getting from Here to There

Achieving Accessibility with PDF: Getting from Here to There Achieving Accessibility with PDF: Getting from Here to There Featuring Adobe Acrobat 8 Pete DeVasto, Andrew Kirkpatrick, Greg Pisocky Adobe Systems CSUN 2007 March 23, 2007 2007 Adobe Systems Incorporated.

More information

Using Word 2011 at Kennesaw State University

Using Word 2011 at Kennesaw State University Using Word 2011 at Kennesaw State University Getting Started Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw State

More information

Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve

Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve Adobe Acrobat 7.0 Curriculum Guide Lesson Twelve Creating Accessible PDF Documents Level Intermediate - Advanced. Students are assumed to have experience with the different features and menu options of

More information

PowerPoint 2016 Basics for Mac

PowerPoint 2016 Basics for Mac 1 PowerPoint 2016 Basics for Mac PowerPoint 2016 Basics for Mac Training Objective To learn the tools and features to get started using PowerPoint more efficiently and effectively. What you can expect

More information

Create a new document based on default template, other available template like: memo, fax, agenda.

Create a new document based on default template, other available template like: memo, fax, agenda. Word Processing 3 Objectives: Working with Documents Enhancing Productivity Using the Application Open, close a word processing application. Open, close documents. Create a new document based on default

More information

Start menu. Toggles between All Programs & Back

Start menu. Toggles between All Programs & Back Microsoft Windows Vista Illustrated Introductory Working with Windows Programs Objectives Start a program Open and save a WordPad document Modify text in WordPad Work with a graphic in Paint 2 Objectives

More information

Introduction to Microsoft Word 2007 Prepared by:

Introduction to Microsoft Word 2007 Prepared by: Introduction to Microsoft Word 2007 Prepared by: INSTITUTE for ADVANCED STUDY IAS Information Technology Group Einstein Drive, Princeton, NJ 08540 10/28/08 2 TABLE OF CONTENTS INTRODUCTION... 6 GETTING

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Introduction to Microsoft Word 2007 Quickguide

Introduction to Microsoft Word 2007 Quickguide Introduction to Microsoft Word 2007 Quickguide Opening Word -Click the Start button -Click Programs from the start menu -Select Microsoft Office -Click Microsoft Office Word 2007 -A new blank document

More information

Microsoft Word Important Notice

Microsoft Word Important Notice Microsoft Word 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

M c i r c os o t S at a io i n o n an a d n d A lll lth T i h n i g n s g s P D P F Agenda

M c i r c os o t S at a io i n o n an a d n d A lll lth T i h n i g n s g s P D P F Agenda MicroStation and All Things PDF Agenda Basic PDF Creation from within MicroStation PDF Printer Drivers Printing 3D Design Geometry to a PDF File Sending Geospatial Data to a PDF Exporting Business Data

More information

AIDAS: Incremental Logical Structure Discovery in PDF Documents

AIDAS: Incremental Logical Structure Discovery in PDF Documents AIDAS: Incremental Logical Structure Discovery in PDF Documents Anjo Anjewierden Social Science Informatics, University of Amsterdam Roetersstraat 15, 1018 WB Amsterdam, The Netherlands anjo@swi.psy.uva.nl

More information

If you don t have Adobe Reader on your computer already, download and install it from

If you don t have Adobe Reader on your computer already, download and install it from 9 To read a PDF on your computer you usually use. is a free program and you can get versions for Windows, Mac or Linux computers. If you don t have on your computer already, download and install it from

More information

InDesign CC 2014 Intermediate Skills

InDesign CC 2014 Intermediate Skills InDesign CC 2014 Intermediate Skills Adobe InDesign Creative Cloud 2014 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2016 KSU Division

More information

How to create a prototype

How to create a prototype Adobe Fireworks Guide How to create a prototype In this guide, you learn how to use Fireworks to combine a design comp and a wireframe to create an interactive prototype for a widget. A prototype is a

More information

OpenOffice.org Writer

OpenOffice.org Writer OOo MiniConf Downunder Technical Writing using OpenOffice.org Writer Jean Hollis Weber Jean Hollis Weber Community Volunteer - Slide 1 Why OOo for Techwriting? Combines best features of MS Word and FrameMaker

More information

Understanding Word Processing

Understanding Word Processing Understanding Word Processing 3.0 Introduction In this chapter you are going to learn how to create a simple memo or note or a complex and complicated multi column business document using word processing

More information

Creating an Accessible Word Document. PC Computer. Revised November 27, Adapted from resources created by the Sonoma County Office of Education

Creating an Accessible Word Document. PC Computer. Revised November 27, Adapted from resources created by the Sonoma County Office of Education Creating an Accessible Word Document PC Computer Revised November 27, 2018 Adapted from resources created by the Sonoma County Office of Education Title the Document Add an official title to the document

More information

Introduction. Headers, Footers, and More. Google Documents Headers, Footers, and Page Breaks. Headers and Footers. Page 1

Introduction. Headers, Footers, and More. Google Documents Headers, Footers, and Page Breaks. Headers and Footers. Page 1 Google Documents Headers, Footers, and Page Breaks Introduction Page 1 You can modify the layout of your document by utilizing the header and footer sections and inserting page breaks. Headers and footers

More information

IN DESIGN. A review of the overview

IN DESIGN. A review of the overview IN DESIGN A review of the overview InDesign Review GETTING STARTED: Start by clicking the InDesign icon in your dock. Wait for InDesign to load. Click on Create New Document If resuming work, find your

More information

Microsoft Word Handout

Microsoft Word Handout Microsoft Word Handout Navigating Microsoft Word Maneuvering your way through Word is the key to working efficiently on all of your documents. This guide will help you locate the necessary tools and understand

More information

This guideline cannot anticipate all operating systems and software versions, therefore general instructions are provided.

This guideline cannot anticipate all operating systems and software versions, therefore general instructions are provided. Appendix K NIRIS EDMS Ready.PDFs Introduction The Administrative Record Files, Post Decision Files and Site Files, whether online or on CDROM/DVD, contain files that have been created electronically, digitally

More information

Desktop Publishing. MIT Computer Centre 5/1. Shortcut Key of UNDO is A) Ctrl + X B) Ctrl + H C) Ctrl + Y D) Ctrl + Z Correct Answer : D

Desktop Publishing. MIT Computer Centre 5/1. Shortcut Key of UNDO is A) Ctrl + X B) Ctrl + H C) Ctrl + Y D) Ctrl + Z Correct Answer : D Shortcut Key of UNDO is A) Ctrl + X B) Ctrl + H C) Ctrl + Y D) Ctrl + Z Desktop Publishing 2. What is the character to be shortened to its normal shape and display something below its location? A) Superscript

More information

National History Day in Minnesota 98

National History Day in Minnesota 98 National History Day in Minnesota 98 The Basics HANDOUT: USING THE NHD WEBSITE EDITOR FOR HISTORY DAY WEBSITES 1. Log on to www.nhd.org. Click on the left-hand link Start your website entry at the NHD

More information

WORD 2010 TIP SHEET GLOSSARY

WORD 2010 TIP SHEET GLOSSARY GLOSSARY Clipart this term refers to art that is actually a part of the Word package. Clipart does not usually refer to photographs. It is thematic graphic content that is used to spice up Word documents

More information

FDA Portable Document Format (PDF) Specifications

FDA Portable Document Format (PDF) Specifications Revision History FDA PORTABLE DOCUMENT FORMAT (PDF) SPECIFICATIONS Date Summary of Changes Version 2005-04-08 Initial version 1.0 2008-06-04 Changed Bookmarks and Page 2.0 to Bookmarks Panel and Page in

More information

Adobe FrameMaker to Microsoft Word Document Conversion Part 4: Landscape Tables and Figures

Adobe FrameMaker to Microsoft Word Document Conversion Part 4: Landscape Tables and Figures FrameMaker to Word Conversions 1 Part 4: Landscape Tables and Figures Adobe FrameMaker to Microsoft Word Document Conversion Part 4: Landscape Tables and Figures 1 Introduction Converted FrameMaker documents

More information

InDesign CC 2014 Essential Skills

InDesign CC 2014 Essential Skills InDesign CC 2014 Essential Skills Adobe InDesign Creative Cloud 2014 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division

More information

MS Word 2010 An Introduction

MS Word 2010 An Introduction MS Word 2010 An Introduction Table of Contents The MS Word 2010 Environment... 1 The Word Window Frame... 1 The File Tab... 1 The Quick Access Toolbar... 4 To Customize the Quick Access Toolbar:... 4

More information

Here are the topics covered in this tutorial:

Here are the topics covered in this tutorial: FEATURES IN-DEPTH tutorials Presenting Your Work To preserve and present your work, you have to save and print your worksheets. This tutorial explains how to pull together the elements of a printed piece

More information

This book will help you quickly create your first documents, spreadsheets, and slideshows.

This book will help you quickly create your first documents, spreadsheets, and slideshows. Getting Started Welcome to iwork 08 Preface This book will help you quickly create your first documents, spreadsheets, and slideshows. iwork 08 includes three applications that integrate seamlessly with

More information

DESKTOP PUBLISHING FOR PRINT PRODUCTION PRACTICAL

DESKTOP PUBLISHING FOR PRINT PRODUCTION PRACTICAL DESKTOP PUBLISHING FOR PRINT PRODUCTION PRACTICAL M Scheme By, A.Paramasivam, Lecturer (SS) S.Marimuthu, Lecturer Department of Printing Technology Arasan Ganesan Polytechnic College Sivakasi Ex.No. 1

More information

How to use the Acrobat interface and basic navigation

How to use the Acrobat interface and basic navigation How to use the Acrobat interface and basic navigation The work area (Figure 1) includes a document pane that displays Adobe PDF documents and a navigation pane (on the left) that helps you browse through

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Intermediate Word for Windows

Intermediate Word for Windows Intermediate Word for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Word for Windows In the PC labs, click

More information

InDesign Basics. Adobe

InDesign Basics. Adobe Adobe InDesign Basics Craig Polanowski 1. Begin by creating a new document. Chances are pretty good that you will want to turn off the facing pages setting and create single pages instead of spreads. One

More information

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) Max Marks: 100 DURATION: 03 Hrs M1-R4-01-19 1.3 Which of the following tag pair is used to list the text? (a) and (b) and (c)

More information

Inspiration Quick Start Tutorial

Inspiration Quick Start Tutorial Inspiration Quick Start Tutorial 1 Inspiration Quick Start Tutorial This tutorial is a great starting point for learning how to use Inspiration. Please plan on about 45 minutes from start to finish. If

More information

Microsoft Word 2010 Intermediate

Microsoft Word 2010 Intermediate Microsoft Word 2010 Intermediate Agenda 1. Welcome, Introduction, Sign-in 2. Presentation 3. a. Advanced Formatting i. Review: Use Select All to change alignment, font style, spacing ii. Headers and Footers

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 19005-3 First edition 2012-10-15 Document management Electronic document file format for long-term preservation Part 3: Use of ISO 32000-1 with support for embedded files (PDF/A-3)

More information

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1 Learning Word 2013 The ABCs of Microsoft Word 8/19/2015 The Computor Tutor 1 The Program Open Word Margins are preset to Normal, 1 inch for Top, Bottom, Right & Left; change by clicking on Page Layout

More information

IU Kokomo Career and Accessibility Center

IU Kokomo Career and Accessibility Center Creating an Accessible Syllabus in Microsoft Word Incorporating the use of headings and a table of contents (if needed) in your syllabus will make the document increasingly accessible to all students.

More information

Karlen Communications Accessible Word Document Design: Images and Alt Text. Karen McCall, M.Ed.

Karlen Communications Accessible Word Document Design: Images and Alt Text. Karen McCall, M.Ed. Karlen Communications Accessible Word Document Design: Images and Alt Text Karen McCall, M.Ed. Table of Contents Introduction... 3 Creating Pictures with Print Screen... 4 Creating Pictures with Snipping

More information

Workspace ios Content Locker. UBC Workspace 2.0: VMware Content Locker v4.12 for ios. User Guide

Workspace ios Content Locker. UBC Workspace 2.0: VMware Content Locker v4.12 for ios. User Guide UBC Workspace 2.0: VMware Content Locker v4.12 for ios User Guide Navigating Content Locker Content Locker centralizes all your enterprise data in a single container and integrates existing content repositories

More information

Advanced PDF features

Advanced PDF features 1 of 7 2/17/2009 10:56 PM Show Navigation Hide Navigation You are here: Mapping and v isualization > Page layout and map composition > Map output Advanced PDF features Release 9.3 Last modified November

More information

N. Brownlee Independent Submissions Editor Expires: April 21, 2013 October 18, 2012

N. Brownlee Independent Submissions Editor Expires: April 21, 2013 October 18, 2012 INTERNET-DRAFT H. Flanagan Intended Status: Informational RFC Series Editor N. Brownlee Independent Submissions Editor Expires: April 21, 2013 October 18, 2012 RFC Series Format Development draft-rfc-format-flanagan-01

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information

Creating an Accessible Word Document. Mac Computer. Revised November 28, Adapted from resources created by the Sonoma County Office of Education

Creating an Accessible Word Document. Mac Computer. Revised November 28, Adapted from resources created by the Sonoma County Office of Education Creating an Accessible Word Document Mac Computer Revised November 28, 2018 Adapted from resources created by the Sonoma County Office of Education Title the Document Add an official title to the document

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics 1 Starting Word 2010 with XP Click the Start Button, All Programs, Microsoft Office, Microsoft Word 2010 Starting Word 2010 with 07 Click the Microsoft Office Button with the Windows flag logo Start Button,

More information

HOW TO DOWNLOAD, INSTALL, and USE HTMLDOC v FOR WINDOWS

HOW TO DOWNLOAD, INSTALL, and USE HTMLDOC v FOR WINDOWS HOW TO DOWNLOAD, INSTALL, and USE HTMLDOC v1.8.14 FOR WINDOWS Adobe portable document format (PDF) is the standard format for distribution of documents over the internet. Documents can not be written in

More information

ISO INTERNATIONAL STANDARD. Document management Engineering document format using PDF Part 1: Use of PDF 1.6 (PDF/E-1)

ISO INTERNATIONAL STANDARD. Document management Engineering document format using PDF Part 1: Use of PDF 1.6 (PDF/E-1) INTERNATIONAL STANDARD ISO 24517-1 First edition 2008-05-15 Document management Engineering document format using PDF Part 1: Use of PDF 1.6 (PDF/E-1) Gestion de documents Format de documents d'ingénierie

More information

Programs We Support. We accept files created in these major design and layout programs. Please contact us if you do not see your program listed below.

Programs We Support. We accept files created in these major design and layout programs. Please contact us if you do not see your program listed below. Prepress Guidelines HAMILTON GRAPHICS ~ PREPRESS DEPARTMENT Phone: (513) 737-1413 Fax: (513)-737-7483 E-mail: bberne@hamiltongp.com or ddodson@hamiltongp.com Our Prepress Department considers customers

More information

Acquiring Amazing Adobe Acrobat Skills using Acrobat Professional XI

Acquiring Amazing Adobe Acrobat Skills using Acrobat Professional XI Acquiring Amazing Adobe Acrobat Skills using Acrobat Professional XI Information Technology Services West Virginia University ITS Service Desk: itshelp@mail.wvu.edu, (304) 293-4444 http://it.wvu.edu/support/howto/archives/adobe/acrobat

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

Format Type Support Thru. vector (with embedded bitmaps)

Format Type Support Thru. vector (with embedded bitmaps) 1. Overview of Graphics Support The table below summarizes the theoretical support for graphical formats within FOP. In other words, within the constraints of the limitations listed here, these formats

More information

Getting Acquainted with Office 2007 Table of Contents

Getting Acquainted with Office 2007 Table of Contents Table of Contents Using the New Interface... 1 The Office Button... 1 The Ribbon... 2 Galleries... 2 Microsoft Help with Changes... 2 Viewing Familiar Dialog Boxes... 2 Download Get Started Tabs from Microsoft...

More information

Make Your Course Content Accessible using Microsoft Office and Windows.

Make Your Course Content Accessible using Microsoft Office and Windows. Make Your Course Content Accessible using Microsoft Office and Windows. CTE WORKSHOP 2017 CTE WORKSHOP 2017 Learning Objectives Why do we need accessible instructional materials? In the United States,

More information

Word 2010 Skills Checklist

Word 2010 Skills Checklist S1 S2 Sharing and Maintaining Documents 1.1 Apply different views to a document Select zoom options Split windows Arrange windows Arrange document views Switch between windows Open a document in a new

More information