Bring documents to mobile devices the new epub output for ebooks

Size: px
Start display at page:

Download "Bring documents to mobile devices the new epub output for ebooks"

Transcription

1 Bring documents to mobile devices the new epub output for ebooks Zoltan Urban, Director of R&D Nuance Document Imaging Developers Conference Nuance Communications, Inc. All rights reserved. Page 1

2 Agenda E-books Popular formats Issues with PDF and image formats New technology in OmniPage Capture SDK 19 Workflow Scanning API and settings Nuance Communications, Inc. All rights reserved. Page 2

3 Popular E-book formats Nuance Communications, Inc. All rights reserved. Page 3

4 Popular e-book formats In order of popularity PDF (normal, scanned) epub KF8 / PRC (Amazon Kindle) DJVU (scans with high compression) Usability on mobile devices? Nuance Communications, Inc. All rights reserved. Page 4

5 Original PDF on iphone Nuance Communications, Inc. All rights reserved. Page 5

6 Original PDF on iphone Readable font size But text must scroll horizontally line by line Full text line can be seen But small font size Nuance Communications, Inc. All rights reserved. Page 6

7 epub created by OmniPage SDK Nuance Communications, Inc. All rights reserved. Page 7

8 E-book conversion problems Original e-book as PDF Line End Nuance Communications, Inc. All rights reserved. Page 8

9 E-book conversion problems Converted to epub using a free PC application Line End Nuance Communications, Inc. All rights reserved. Page 9

10 E-book conversion problems Solved! Converted using OmniPage SDK 19 Line End Nuance Communications, Inc. All rights reserved. Page 10

11 E-book conversion problems Original e-book as PDF Title Picture Caption Nuance Communications, Inc. All rights reserved. Page 11

12 E-book conversion problems Converted by a popular PC application Title Picture Caption is on the next page Nuance Communications, Inc. All rights reserved. Page 12

13 E-book conversion problems Solved! Converted by OmniPage SDK 19 Title Line End Picture Caption Nuance Communications, Inc. All rights reserved. Page 13

14 New technology in OmniPage Capture SDK Nuance Communications, Inc. All rights reserved. Page 14

15 epub 3.0 This is the latest standard version for epubs Supported by ios Almost every epub reader can display it PC, Mac, Android Necessary for fancy floating footnotes (see later) Amazon s Kindle readers can consume it after conversion (send epub as to the device) Nuance Communications, Inc. All rights reserved. Page 15

16 Technology challenges The basis for creating good quality flowing representation of documents is to determine well its logical units and their properties, like paragraphs (even if they cross pages) columns tables graphics (non-textual areas) headers, footers, page numbering headings (also needed for table-of-contents generation) footnotes Nuance Communications, Inc. All rights reserved. Page 16

17 Workflow for epub creation Setting the new Book mode Finding headers and footers Finding footnotes and their references Finding the headings and their level Generating table-of-contents from the headings Using the new epub output converter Nuance Communications, Inc. All rights reserved. Page 17

18 Book mode A new approach to determine the logical units of the document Switches to flowing mode as opposed to page layout fidelity The latter is the usual default for text outputs Paragraph line spaces gets normalized rather than being precisely defined Single, 1.5x, double Finds paragraphs crossing pages and links the parts together Finds footnotes and their references Can be selected using a new setting ON: set "Kernel.Processing.Mode to PROCESSING_BOOK OFF: set "Kernel.Processing.Mode to PROCESSING_NORMAL Nuance Communications, Inc. All rights reserved. Page 18

19 epub-specific formatting Multi-columns cannot be used Tables can be utilized for placing objects side-by-side, like text and graphics Font size scaling is relative by default (no absolute point sizes) 100% is for detected sizes of 9-13 pts, others are expressed as 50%, 75%, 100%, 133%, 150%, 200%. This makes the output more uniform Uses special properties to control the formatting details CharFont, CharSize, CharStyle, ParAlignment, ParIndent, ParFirstIndent, ParLinespacing, ParSpacing, FootNotes, Cross-references, Bullets/Numbering, LineBreaks Nuance Communications, Inc. All rights reserved. Page 19

20 epub-specific formatting (continued) Do not assume specific dimensions for target device Using relative scaling where possible, like column widths, indents, picture sizes Dimensions are relative to each other or to the page size, e.g.: table columns are defined as percentages of full width Do not specify right margin in left aligned paragraphs or vice versa Do not specify horizontal or vertical cell alignment Nuance Communications, Inc. All rights reserved. Page 20

21 Table sample Original PDF type e-book Nuance Communications, Inc. All rights reserved. Page 21

22 Table sample Converted using a common free PC application Text is laid out as individual paragraphs for each line of each cell, no table structure Nuance Communications, Inc. All rights reserved. Page 22

23 Table sample Converted using OmniPage SDK 19 Text is laid out in a table, cells contain multiple lines Nuance Communications, Inc. All rights reserved. Page 23

24 Table sample Table and column widths are relative to the page width Nuance Communications, Inc. All rights reserved. Page 24

25 Handling of footnotes Original PDF type e-book Footnote flags Footnotes Nuance Communications, Inc. All rights reserved. Page 25

26 Handling of footnotes Converted by OmniPage SDK 19 Footnote flags with link Footnotes Nuance Communications, Inc. All rights reserved. Page 26

27 Handling of footnotes In ibooks on iphone Nuance Communications, Inc. All rights reserved. Page 27

28 Handling of footnotes In ibooks on ipad Nuance Communications, Inc. All rights reserved. Page 28

29 Dual table-of-contents (TOC) Existing table of contents cannot be used They are not links for scanned documents The page numbers do not apply in epub readers We need to create two TOCs epub2 and epub3 Necessary for older readers We analyze paragraph properties and assign heading levels (h1, h2) to them The heading levels control the generation of the table-ofcontents Nuance Communications, Inc. All rights reserved. Page 29

30 Table-of-contents Original PDF type e-book Nuance Communications, Inc. All rights reserved. Page 30

31 Table-of-contents Converted to epub using a free PC application Generated TOC Original text of the TOC Nuance Communications, Inc. All rights reserved. Page 31

32 Table-of-contents Converted to epub using OmniPage SDK 19 Generated TOC Original text of the TOC Nuance Communications, Inc. All rights reserved. Page 32

33 epub output converter file splitting epub files are zipped packages The actual text of the book is contained in several HTML files We impose a limit of 256kB Some readers have memory problems with larger files It speeds up the loading of the text If we detect chapter headings we try to break the text there But we don t go below 8kB (except for the end of document) Nuance Communications, Inc. All rights reserved. Page 33

34 Improvements to help document scanning Improved handling of facing pages ( open book ) Camera input Auto detection of the source Using EXIF information in JPEG files Can be overridden with a new camera flag setting Resolution estimation for optimal text size Resolution enhancement for small characters Subsampling for zoomed-in text Improved binarization method selected automatically Correction for uneven lighting Nuance Communications, Inc. All rights reserved. Page 34

35 Processing image only PDF Note the facing pages the headers and footers the paragraph split by the page break Nuance Communications, Inc. All rights reserved. Page 35

36 Processing image only PDF Nuance Communications, Inc. All rights reserved. Page 36

37 API and settings Nuance Communications, Inc. All rights reserved. Page 37

38 API and settings Setting of the book mode Three epub output converter modes Regular Simple Poem Nuance Communications, Inc. All rights reserved. Page 38

39 epub Simple mode Recommended for lower quality scans or for documents with a very simple structure Does not try to preserve too much formatting, the output is even more portable between readers Its output format name is "Converters.Text.ePubSimple Internally defaults to the following Converters.Text.ePubSimple.CharFont = FALSE Converters.Text.ePubSimple.CharSize = FALSE Converters.Text.ePubSimple.CharStyle = FALSE Converters.Text.ePubSimple.ParAlignment = FALSE Converters.Text.ePubSimple.ParIndent = FALSE Converters.Text.ePubSimple.ParLinespacing = FALSE Converters.Text.ePubSimple.ParSpacing = FALSE Nuance Communications, Inc. All rights reserved. Page 39

40 epub Poem mode Recommended for poems where the line endings do have importance Its output format name is "Converters.Text.ePubPoem Internally defaults to the following Converters.Text.ePubPoem.LineBreaks = TRUE Nuance Communications, Inc. All rights reserved. Page 40

41 epub Poem mode Original e-book as PDF Nuance Communications, Inc. All rights reserved. Page 41

42 epub Poem mode Converted to epub using OmniPage SDK Nuance Communications, Inc. All rights reserved. Page 42

43 epub Regular mode For good quality input (like normal PDFs) this delivers the best fidelity Especially useful if the formatting is complex with varying font sizes, indentations etc. Its output format name is "Converters.Text.ePub Nuance Communications, Inc. All rights reserved. Page 43

44 Thank you Nuance Communications, Inc. All rights reserved. Page 44

Best practices for producing high quality PDF files

Best practices for producing high quality PDF files University of Michigan Deep Blue deepblue.lib.umich.edu 2006-05-05 Best practices for producing high quality PDF files Formats Group, Deep Blue http://hdl.handle.net/2027.42/58005 Best practices for producing

More information

Viewing LogicalCHOICE ebook/epub Files

Viewing LogicalCHOICE ebook/epub Files Viewing LogicalCHOICE ebook/epub Files Logical Operations ebooks are distributed as epub files. epub is an industry standard file format that can be viewed on any PC/Mac, ios, or Android device (among

More information

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp.

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp. Enhanced Formatting and Document Management Word 2010 Unit 3 Module 3 Diocese of St. Petersburg Office of Training Training@dosp.org This Page Left Intentionally Blank Diocese of St. Petersburg 9/5/2014

More information

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either

More information

http://ipfw.edu Quick Guide for Accessible PDF July 2013 Training: http://ipfw.edu/training

http://ipfw.edu Quick Guide for Accessible PDF July 2013 Training: http://ipfw.edu/training Accessible PDF Getting Started Types of Documents best suited for PDF on the Web Document is longer than 5 pages. You need to preserve the formatting or layout of the original document, e.g., for printing.

More information

Generate Android App

Generate Android App Generate Android App This paper describes how someone with no programming experience can generate an Android application in minutes without writing any code. The application, also called an APK file can

More information

Oregon State Bar Software Standards 2005. Software Proficiency Expectations (Items in bold are to be demonstrated)

Oregon State Bar Software Standards 2005. Software Proficiency Expectations (Items in bold are to be demonstrated) Oregon State Bar Software Standards 2005 Computer Basics (all users) Software Proficiency Expectations (Items in bold are to be demonstrated) Touch typing (at least 25 words per minute). Starting, shutting

More information

OpenOffice.org Writer

OpenOffice.org Writer OOoRegiCon North America 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

ebooks: From Adobe InDesign to the Kindle Store

ebooks: From Adobe InDesign to the Kindle Store Technical Paper ebooks: From Adobe InDesign to the Kindle Store Table of Contents 1 A multiplicity of formats 2 Step 1: Export InDesign document to EPUB 5 Step 2: Convert EPUB to MOBI 9 Step 3: Preview

More information

Word processing software

Word processing software Unit 244 Word processing software UAN: Level: 2 Credit value: 4 GLH: 30 Assessment type: Relationship to NOS: Assessment requirements specified by a sector or regulatory body: Aim: R/502/4628 Portfolio

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D 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,

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

BYOD Mobile Device Chart

BYOD Mobile Device Chart BYOD Mobile Device Chart Grove City Christian School Bring Your Own Device The chart below describes many mobile devices, their features, and how they can be useful for teaching and learning. While it

More information

Using the ETDR Word Template Masters Theses and Reports

Using the ETDR Word Template Masters Theses and Reports Using the ETDR Word Template Masters Theses and Reports Information Technology Assistance Center Kansas State University 214 Hale Library 785 532 7722 helpdesk@k-state.edu This document is available at:

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial Microsoft Word 2010 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

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

HOW TO WRITE A THESIS IN WORD?

HOW TO WRITE A THESIS IN WORD? HOW TO WRITE A THESIS IN WORD? October 2002, by Dani Schmid written for OFFICE2k and Mathtype 5 on WIN2k Personal knowledge and taste should be the guideline to decide which software package should be

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information

LexisNexis Law School ebooks / etextbooks FAQs LexisNexis Store Purchases

LexisNexis Law School ebooks / etextbooks FAQs LexisNexis Store Purchases LexisNexis Law School ebooks / etextbooks FAQs LexisNexis Store Purchases General Questions about ebooks/etextbooks Digital Rights Management/Adobe/User Accounts LexisNexis Store Purchases/Downloading

More information

Download and Read ebooks

Download and Read ebooks Download and Read ebooks Many ebooks are available online, and as well as being read on ereaders and tablets (e.g. ipads) they may be downloaded and read on your computer. Books which have been scanned

More information

ABBYY FineReader 12 Corporate

ABBYY FineReader 12 Corporate ABBYY FineReader 12 Corporate Full feature list Unmatched OCR Accuracy Exceptional Recognition Accuracy Multilingual Document Recognition Automatic Detection of Document Languages Integration with Microsoft

More information

Creating Forms with Acrobat 10

Creating Forms with Acrobat 10 Creating Forms with Acrobat 10 Copyright 2013, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be

More information

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone: 0131 6505001

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone: 0131 6505001 KB COPY CENTRE RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ Telephone: 0131 6505001 Email: kbcopy@ed.ac.uk martin.byrne@ed.ac.uk colin.doherty@ed.ac.uk Step 1. Set up page orientation

More information

University of Miami Information Technology

University of Miami Information Technology University of Miami Information Technology Word 2013 is fairly similar to Word 2010 but has a few variations. Word 2013, however, still uses the same file extension (.docx) This manual will discuss the

More information

PaperlessPrinter. Version 3.0. User s Manual

PaperlessPrinter. Version 3.0. User s Manual Version 3.0 User s Manual The User s Manual is Copyright 2003 RAREFIND ENGINEERING INNOVATIONS All Rights Reserved. 1 of 77 Table of Contents 1. 2. 3. 4. 5. Overview...3 Introduction...3 Installation...4

More information

DIY Formatting and Layout Guidelines

DIY Formatting and Layout Guidelines DIY Formatting and Layout Guidelines Print-ready means that you give us your book PDFs once they re final. You ve written, edited and proofread your book, and you ve formatted it to look the way you want.

More information

ABBYY PDF Transformer+ User s Guide

ABBYY PDF Transformer+ User s Guide ABBYY PDF Transformer+ 2013 ABBYY Production LLC. All rights reserved. Information in this document is subject to change without notice and does not bear any commitment on the part of ABBYY. The software

More information

Features List Contents

Features List Contents Features List Contents Map Creation... 2 Map Formatting & Building... 3 Analysis... 4 Task and Project management... 5 Presentation... 7 Communication, Import & Export... 7 Mobile Integration... 8 Windows

More information

Downloading an Acted ebook Accessing an ActEd ebook on more than 1 computer/device Printing an ActEd ebook

Downloading an Acted ebook Accessing an ActEd ebook on more than 1 computer/device Printing an ActEd ebook ActEd ebooks FAQs Contents EBOOKS DEVICES AND SOFTWARE Checking you have a compatible computer and device Installing the applications Registering with Adobe Downloading a test ebook Accessing an ebook

More information

PDF Primer PDF. White Paper

PDF Primer PDF. White Paper White Paper PDF Primer PDF What is PDF and what is it good for? How does PDF manage content? How is a PDF file structured? What are its capabilities? What are its limitations? Version: 1.0 Date: October

More information

ECDL / ICDL Word Processing Syllabus Version 5.0

ECDL / ICDL Word Processing Syllabus Version 5.0 ECDL / ICDL Word Processing Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Word Processing. The syllabus describes, through learning outcomes, the knowledge and skills

More information

Microsoft Word 2013 Tutorial

Microsoft Word 2013 Tutorial Microsoft Word 2013 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

Tablet publishing on the new ipad

Tablet publishing on the new ipad Tablet publishing on the new ipad Best practices for using Adobe Digital Publishing Suite to publish to the new ipad By Colin Fleming, Digital Publishing Evangelist Table of contents Design and production

More information

Mantano Reader for Android

Mantano Reader for Android Mantano Reader for Android User Manual - Version 1.6.1 October 20, 2011 2 rue du Helder 75009 Paris T +33 (0)1 42 47 05 61 F +33 (0)9 81 38 49 19 E contact@mantano.com W www.mantano.com Mantano Reader

More information

Word Processing programs and their uses

Word Processing programs and their uses Word Processing programs and their uses An application that provides extensive tools for creating all kinds of text based programs. They are not limited to working with text and enable you to add images

More information

CMS Basic Training. Getting Started

CMS Basic Training. Getting Started The (Content Management System), was designed to allow most people in an organization to contribute to or edit their website(s). Utilizing a set of templates and stylesheets, users can add or edit information

More information

AEL CORPORATE PROFIL E

AEL CORPORATE PROFIL E AEL CORPORATE PROFIL E Company Overview IT service provider specialising in Web and System application development, Mobile apps development, epublishing, ebooks development, elearning and Digitisation.

More information

July 2012 Version 1.0. Section 508 Compliance Test Process for Microsoft Word Documents

July 2012 Version 1.0. Section 508 Compliance Test Process for Microsoft Word Documents July 2012 Version 1.0 Section 508 Compliance Test Process for Microsoft Word Documents Contents DHS Section 508 MS Word Test and Reporting Process... 2 DHS Section 508 Compliance Tests for MS Word... 6

More information

F9D7 04 (ESKWP2): Word Processing Software 2

F9D7 04 (ESKWP2): Word Processing Software 2 F9D7 04 (ESKWP2): Word Processing Software 2 4 SCQF credit points at SCQF level 5 Description: This is the ability to use a software application designed for the creation, editing and production of largely

More information

WordPerfect for Windows shortcut keys for the Windows and DOS keyboards

WordPerfect for Windows shortcut keys for the Windows and DOS keyboards WordPerfect for Windows shortcut keys for the Windows and DOS keyboards Courtesy of the Toolbox for WordPerfect at Http://wptoolbox.com [Revised: Jan 3, 2016] [From the WordPerfect X7 Help (Index):]...

More information

Help on Icons and Drop-down Options in Document Editor

Help on Icons and Drop-down Options in Document Editor Page 1 of 5 Exact Synergy Enterprise Help on Icons and Drop-down Options in Document Editor Introduction The following table provides descriptions on the icons and drop-down options that are available

More information

7-zip Encryption Instructions

7-zip Encryption Instructions 1. In a simple text editor (Notepad, Notepad++, jedit, etc.) create a text file (SendToTAP) that contains your sensitive data information. [Note the location where the file is stored on your computer.]

More information

Creating & Viewing ebooks and Story Books for ipad Dan Herlihy

Creating & Viewing ebooks and Story Books for ipad Dan Herlihy Creating an ebook Creating & Viewing ebooks and Story Books for ipad Dan Herlihy There are many approaches to creating an ebook. You can create a book in a word processing program such as Open Office or

More information

Course Syllabus. Technical Writing Certificate - Basic

Course Syllabus. Technical Writing Certificate - Basic Course Syllabus Technical Writing Certificate - Basic Prerequisite(s): 1 year experience using Windows and Microsoft Word. Required Materials/Texts: KSU will provide the following 6 instructional manuals

More information

Contents 1. Introduction... 2

Contents 1. Introduction... 2 Preparing Your Thesis with Microsoft Word 2010: How to use the Rensselaer Polytechnic Institute Template Files Contents 1. Introduction... 2 2. Downloading the RPI Thesis Template and Prototype Files...

More information

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide State of Nevada Ektron Content Management System (CMS) Basic Training Guide December 8, 2015 Table of Contents Logging In and Navigating to Your Website Folders... 1 Metadata What it is, How it Works...

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

RNS SUBMIT GOOD FORMATTING GUIDE

RNS SUBMIT GOOD FORMATTING GUIDE RNS SUBMIT GOOD FORMATTING GUIDE RNS Submit Good Formatting Guide Introduction The latest enhancements to RNS Submit address many of the issues which most frequently affect the conversion quality of the

More information

ANATOMI MEHMET YLDRM DOWNLOAD FREE PDF EBOOKS ABOUT ANATOMI MEHMET YLDRM OR READ ONLINE PDF VIEWER SEARCH KINDLE AND IPAD EBOO

ANATOMI MEHMET YLDRM DOWNLOAD FREE PDF EBOOKS ABOUT ANATOMI MEHMET YLDRM OR READ ONLINE PDF VIEWER SEARCH KINDLE AND IPAD EBOO ANATOMI MEHMET YLDRM DOWNLOAD FREE PDF EBOOKS ABOUT ANATOMI MEHMET YLDRM OR READ ONLINE PDF VIEWER SEARCH KINDLE AND IPAD EBOO WWRG635-PDFAMYDFPEAAMYOROPVSKAIE 126 Page File Size 4,846 KB 6 Jun, 2015 COPYRIGHT

More information

User s manual 1. Introduction 2. Installation & Requirements 3. Your Tom s Planner account & login 4. Open & Save 5. Grid 6. Blue timeline 7.

User s manual 1. Introduction 2. Installation & Requirements 3. Your Tom s Planner account & login 4. Open & Save 5. Grid 6. Blue timeline 7. User s manual 1. Introduction 3 2. Installation & Requirements 3 3. Your Tom s Planner account & login 4 4. Open & Save 4 5. Grid 6 Rows and groups 6 Columns 7 Time blocks 10 Icons 10 Comments 11 Dependencies

More information

Divide your material into sections, for example: Abstract, Introduction, Methods, Results, Conclusions

Divide your material into sections, for example: Abstract, Introduction, Methods, Results, Conclusions Creating a Research Poster in PowerPoint Adapted by Libertad Flores from guidelines by the Department of Medical Graphics and Photography, Memorial Sloan-Kettering Cancer Center, July 2011 1) Planning

More information

Serif PagePlusX4. Group Listing

Serif PagePlusX4. Group Listing File Menu New Startup Wizard New Publication New Book Open File Open Browse Files Browse Revert Close File Save Save As Save As Package Export As Picture Properties Page Setup Layout Guides Print Print

More information

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder The All New Drag & Drop Email Builder from Net-Results Contents I. Introduction II. Overview - The Canvas & Builder Tools III. The

More information

What's New in QuarkXPress 10

What's New in QuarkXPress 10 What's New in QuarkXPress 10 CONTENTS Contents What's New in QuarkXPress 10...3 Xenon graphics engine...4 Modern and optimized UI...6 Productivity enhancements...7 Other new features...10 Removed features...12

More information

Creating Accessible PDF Documents with Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities

Creating Accessible PDF Documents with Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities Creating Accessible PDF Documents with Adobe Acrobat 7.0 A Guide for Publishing PDF Documents for Use by People with Disabilities 2005 Adobe Systems Incorporated. All rights reserved. Adobe, the Adobe

More information

When and how do I receive my ebook after purchasing it? Do ebooks come in different formats? What s the difference between these formats?

When and how do I receive my ebook after purchasing it? Do ebooks come in different formats? What s the difference between these formats? Is An ebook refers to a electronic version of a book, as opposed to a printed copy. after purchasing it? After you purchase your ebook, you will be redirected to a download screen. DO NOT NAVIGATE AWAY

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs In the worlds of electronic publishing and video production programs, the need for TIFF or EPS formatted files

More information

Pageflex Persona Cross Media Suite

Pageflex Persona Cross Media Suite Pageflex Persona Cross Media Suite Pageflex Persona Cross Media Suite gives you the power to create personalized cross media campaigns using the award-winning variable data capability of Pageflex on your

More information

Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal

Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal White Paper Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal Copyright 2002-2009 soft Xpansion GmbH & Co. KG White Paper Metadata in PDF Files 1 Contents Term Definitions

More information

NUI Galway Web Training Presentation

NUI Galway Web Training Presentation NUI Galway Web Training Presentation Welcome Objective To provide training on how best to maintain and update University Web pages while also providing an introduction to systems & services provided by

More information

PDF Forms Advantages and application possibilities of electronic forms in PDF format

PDF Forms Advantages and application possibilities of electronic forms in PDF format White Paper PDF Forms Advantages and application possibilities of electronic forms in PDF format Copyright 2002-2009 soft Xpansion GmbH & Co. KG White Paper PDF Forms 1 Table of Contents Usage of Forms...

More information

THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC.

THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC. THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC. Copyright 2012, SAS Institute Inc. All rights reserved. Overview Mobile

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com User s Guide Kentico CMS 7.0 1 www.kentico.com Table of Contents Introduction... 4 Kentico CMS overview... 4 Signing in... 4 User interface overview... 6 Managing my profile... 8 Changing my e-mail and

More information

Contents. Microsoft Office 2010 Tutorial... 1

Contents. Microsoft Office 2010 Tutorial... 1 Microsoft Office 2010 Tutorial Contents Microsoft Office 2010 Tutorial... 1 Find your way through long documents with the new Document Navigation pane and Search... 4 Adjust the spaces between lines or

More information

Information Technologies University of Delaware

Information Technologies University of Delaware Information Technologies University of Delaware Microsoft Word UDThesis Styles For Dissertations, Education Leadership Portfolio (ELP), Master Theses, and Senior Theses Introduction The UDThesis Styles

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

Using the Thesis and Dissertation Templates

Using the Thesis and Dissertation Templates Using the Thesis and Dissertation Templates For use with Microsoft Word on Windows and Macintosh computers January 2011 Graduate School e-mail: bpenman@austin.utexas.edu 2011 Graduate School Revised January

More information

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design Principles of Web Design 6 th Edition Chapter 12 Responsive Web Design Objectives Recognize the need for responsive web design Use media queries to apply conditional styles Build a basic media query Create

More information

Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview

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

More information

Excel 2003 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes Using Excel Files 18.00 2.73 The Excel Environment 3.20 0.14 Opening Microsoft Excel 2.00 0.12 Opening a new workbook 1.40 0.26 Opening an existing workbook 1.50 0.37 Save a workbook 1.40 0.28 Copy a workbook

More information

Software. Fuji Xerox Document Supplies Catalogue 2010. Contents. Nuance Imaging and dictation software OCR software OmniPage 2

Software. Fuji Xerox Document Supplies Catalogue 2010. Contents. Nuance Imaging and dictation software OCR software OmniPage 2 Fuji Xerox Document Supplies Catalogue 2010 Software Contents Nuance Imaging and dictation software OCR software OmniPage 2 Paper management software PaperPort 12 3 PDF Convertor PDF Convertor 6 4 Voice

More information

Cascade Content Management System Training

Cascade Content Management System Training Cascade Content Management System Training 2 3 HOW TO LOGIN 1. Visit cms.unomaha.edu 2. Using your NetID and password, login in here. THE DASHBOARD Here is an example of the dashboard: CASCADE CONTENT

More information

Question: 1 You type a document and you want to insert header from third page. Which of the following technique will you use to accomplish the task?

Question: 1 You type a document and you want to insert header from third page. Which of the following technique will you use to accomplish the task? Question: 1 You type a document and you want to insert header from third page. Which of the following technique will you use to accomplish the task? A. Go to the third page and insert header. B. Use a

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Word 2010 to Office 365 for business

Word 2010 to Office 365 for business Word 2010 to Office 365 for business Make the switch Microsoft Word 2013 desktop looks different from previous versions, so here s a brief overview of new features and important changes. Quick Access Toolbar

More information

Streamline your large format printing and finishing workflow

Streamline your large format printing and finishing workflow Streamline your large format printing and finishing workflow i-cut Suite Eliminate errors, save time and reduce waste with the i-cut Suite. i-cut Suite is a collection of prepress software targeted specifically

More information

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design...

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design... Mail Designer Pro 2 Contents The Design Chooser... 4 Mail Designer Pro 2 at a glance... 5 The contents window... 6 Your first mail design... 9 Creating a new design... 9 Working with layout blocks... 9

More information

Q-Cam Professional V 1.1 User Manual

Q-Cam Professional V 1.1 User Manual Q-Cam Professional V 1.1 User Manual Introduction QCam Professional is a remote monitoring application designed primarily for the remote monitoring and auxiliary control of IP video cameras. It allows

More information

Preparing Your Thesis with Microsoft Word: How to use the Rensselaer Polytechnic Institute Template Files. Contents

Preparing Your Thesis with Microsoft Word: How to use the Rensselaer Polytechnic Institute Template Files. Contents Preparing Your Thesis with Microsoft Word: How to use the Rensselaer Polytechnic Institute Template Files Contents 1. Introduction... 2 2. Downloading the RPI Thesis Template and Prototype Files... 2 3.

More information

Knowledge Base for Electronic Editing Tools

Knowledge Base for Electronic Editing Tools 2014 Knowledge Base for Electronic Editing Tools JOSHUA BLOUNT CAMMY HERMAN JOHN DRISCOLL TEXAS TECH UNIVERSITY 1 This document collects a series of tutorials designed to help editors get the most out

More information

How to create my own ebook

How to create my own ebook Introduction In spring 2012 some members of the working group "Media" of the Center for Continuing Education of the University of Ulm (ZAWiW) had the idea to deal with ebooks. Supervised by Manfred Helzle

More information

Smarter working. Capture and output connectivity solutions for mobile and cloud services. you can

Smarter working. Capture and output connectivity solutions for mobile and cloud services. you can Smarter working Capture and output connectivity solutions for mobile and cloud services you can Make your business agile - mobile and cloud connectivity Technology is fast evolving, offering you new opportunities

More information

PDF-XChange Tools. 2001-2010 Tracker Software Products Ltd. Tracker Software Products (Canada) Ltd., European Office: 7 Beech Gardens

PDF-XChange Tools. 2001-2010 Tracker Software Products Ltd. Tracker Software Products (Canada) Ltd., European Office: 7 Beech Gardens PDF-XChange Tools Version 4.X 2001-2010 Tracker Software Products Ltd North/South America, Australia, Asia: Tracker Software Products (Canada) Ltd., PO Box 79 Chemainus. BC V0R 1K0, Canada Sales & Admin

More information

A comparison of e-book readers (features)

A comparison of e-book readers (features) A comparison of e-book readers (features) Maker/ Vendor Model Screen size Touch screen Color Operating system Web browser Wi-Fi Other apps Speech features Sync. Highlight** Kindle Touch*, but Kindle Touch

More information

Creating a Poster Presentation using PowerPoint

Creating a Poster Presentation using PowerPoint Creating a Poster Presentation using PowerPoint Course Description: This course is designed to assist you in creating eye-catching effective posters for presentation of research findings at scientific

More information

Aspose.Cells Product Family

Aspose.Cells Product Family time and effort by using our efficient and robust components instead of developing your own. lets you open, create, save and convert files from within your application without Microsoft Excel, confident

More information

OWrite One of the more interesting features Manipulating documents Documents can be printed OWrite has the look and feel Find and replace

OWrite One of the more interesting features Manipulating documents Documents can be printed OWrite has the look and feel Find and replace OWrite is a crossplatform word-processing component for Mac OSX, Windows and Linux with more than just a basic set of features. You will find all the usual formatting options for formatting text, paragraphs

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

Notes on Creating or Converting to an Ebook

Notes on Creating or Converting to an Ebook Notes on Creating or Converting to an Ebook In 2014, I converted Bread Science into an ebook. I did the entire process myself because I wanted to save money. I could not find a set of guidelines that answered

More information

THOMSON REUTERS PROVIEW. The ereader app for PC, Mac, Android and ipad for Sweet & Maxwell ebooks USER GUIDE CLICK HERE TO START

THOMSON REUTERS PROVIEW. The ereader app for PC, Mac, Android and ipad for Sweet & Maxwell ebooks USER GUIDE CLICK HERE TO START THOMSON REUTERS PROVIEW The ereader app for PC, Mac, Android and ipad for Sweet & Maxwell ebooks USER GUIDE CLICK HERE TO START CONTENTS ACCESSING PROVIEW 3 YOUR LIBRARY 4 ebook FEATURES 5 SEARCHING WITHIN

More information

How to Format a Bibliography or References List in the American University Thesis and Dissertation Template

How to Format a Bibliography or References List in the American University Thesis and Dissertation Template PC Word 2010/2007 Bibliographies and References Lists Page 1 of 7 Click to Jump to a Topic How to Format a Bibliography or References List in the American University Thesis and Dissertation Template In

More information

OneTouch 4.0 with OmniPage OCR Features. Mini Guide

OneTouch 4.0 with OmniPage OCR Features. Mini Guide OneTouch 4.0 with OmniPage OCR Features Mini Guide The OneTouch 4.0 software you received with your Visioneer scanner now includes new OmniPage Optical Character Recognition (OCR) features. This brief

More information

Web Developer Jr - Newbie Course

Web Developer Jr - Newbie Course Web Developer Jr - Newbie Course Session Course Outline Remarks 1 Introduction to web concepts & view samples of good websites. Understand the characteristics of good website Understand the importance

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8 v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer

More information