Acrobat Widths-Only CIDFont Tutorial ADOBE SYSTEMS INCORPORATED

Size: px
Start display at page:

Download "Acrobat Widths-Only CIDFont Tutorial ADOBE SYSTEMS INCORPORATED"

Transcription

1 bbc Acrobat Widths-Only CIDFont Tutorial Technical Note #5412 ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA (408) April 12, 2001

2 Copyright 2001 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property of Adobe Systems Incorporated. No part of this publication (whether in hardcopy or electronic form) may be reproduced or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written consent of the Adobe Systems Incorporated. PostScript is a registered trademark of Adobe Systems Incorporated. All instances of the name PostScript in the text are references to the PostScript language as defined by Adobe Systems Incorporated unless otherwise stated. The name PostScript also is used as a product trademark for Adobe Systems implementation of the PostScript language interpreter. Except as otherwise stated, any reference to a PostScript printing device, PostScript display device, or similar item refers to a printing device, display device or item (respectively) that contains PostScript technology created or licensed by Adobe Systems Incorporated and not to devices or items that purport to be merely compatible with the PostScript language. Adobe, the Adobe logo, Acrobat, the Acrobat logo, Acrobat Capture, Acrobat Catalog, Acrobat Exchange, Acrobat Search, Distiller, Illustrator, Photoshop, PostScript, and the PostScript logo are trademarks of Adobe Systems Incorporated. Apple, Macintosh, and Power Macintosh are trademarks of Apple Computer, Inc., registered in the United States and other countries. ActiveX, Microsoft, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and other countries. UNIX is a registered trademark of The Open Group. All other trademarks are the property of their respective owners. This publication and the information herein is furnished AS IS, is subject to change without notice, and should not be construed as a commitment by Adobe Systems Incorporated. Adobe Systems Incorporated assumes no responsibility or liability for any errors or inaccuracies, makes no warranty of any kind (express, implied, or statutory) with respect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for particular purposes, and noninfringement of third party rights.

3 Contents Chapter 1 Acrobat Widths-Only CIDFont Tutorial Introduction Differences Between CIDFonts & Widths-Only CIDFonts Installing & Using Widths-Only CIDFonts iii

4 iv Contents

5 1 Acrobat Widths-Only CIDFont Tutorial 1.1 Introduction Widths-only CIDFont files are almost identical to genuine CIDFont files, except that they have a special /WidthsOnly keyword in the header, and provide only advance widths for each CID. Hence, they are referred to as widths-only CIDFonts. Widths-only CIDFonts are used by Acrobat Distiller, Version 4.0 and later, when it encounters a PostScript file that contains a reference to a font whose outlines are not otherwise available. Widths-only CIDFonts allow Acrobat Distiller to create a metrically-correct PDF files. Detailed information on how to build genuine CIDFont files can be found in Adobe Technical Note #5014, Adobe CMap and CID Font Files Specification Version 1.0, which is available from the ASN (Adobe Solutions Network) Developer Program at the following URL: Differences Between CIDFonts & Widths-Only CIDFonts Widths-only CIDFonts and CIDFonts differ in a small number of ways, enumerated as follows: There is a new keyword in the CIDFont header, which is set to true: /WidthsOnly true def This keyword, when set to true, tells Acrobat Distiller that this is a widths-only CIDFont, and needs to be treated accordingly. The /FontBBox array in the CIDFont header should be set the same as the genuine CIDFont. For the widths-only KozMinPro-Light CIDFont, it is set as follows: /FontBBox [ ] def This information is used by Distiller, and helps a widths-only CIDFont behave much like the genuine CIDFont. 12 April 01 1

6 1 Acrobat Widths-Only CIDFont Tutorial Differences Between CIDFonts & Widths-Only CIDFonts The charstrings for each CID shall look like those in the following three examples, shown in human-readable form: hsbw 0 callsubr endchar hsbw 0 callsubr endchar hsbw 0 callsubr endchar Note how the first and third charstrings are identical. These example charstrings are taken from CIDs 0, 1, and 1200 of the CIDFont KozMinPro-Light. CID=0 has a full width (1,000 units), CID=1 has a proportional width (280 units), and CID=1200 has a full width (1,000 units). Compare the above with the charstrings in the genuine CIDFont: hsbw 0 50 vstem vstem hstem hstem -120 vmoveto 800 hlineto 1000 vlineto -800 hlineto closepath rmoveto rlineto 636 hlineto closepath rmoveto rlineto -818 vlineto closepath rmoveto rlineto rlineto closepath rmoveto rlineto rlineto closepath endchar hsbw endchar hsbw vstem hstem rmoveto 854 hlineto rrcurveto rlineto rlineto -746 hlineto closepath endchar Specifically, the hints and contour descriptions are replaced by the same subroutine call ( 0 callsubr ), but the width information remains. Note how the value immediately before the specified width, called the left side bearing value, is changed to 0 (zero) for all charstrings. Each hint dictionary shall contain exactly one subroutine, defined as follows: rmoveto 1000 hlineto 1000 vlineto hlineto closepath return The "0 callsubr" in each charstring references the above subroutine definition. The /leniv in each hint dictionary shall be set to a value of 1, meaning that all charstrings are clear, thus lacking Type 1 encryption. NOTE: It is not absolutely necessary to subroutinize the charstrings as described above, but it is recommended for space savings. The basic requirement is that the charstrings must encode the same set width as the corresponding charstring in the genuine CIDFont, and must contain a path that draws a solid em-box relative to the origin. Lastly, a widths-only CIDFont is named exactly the same as its genuine counterpart April 01

7 Acrobat Widths-Only CIDFont Tutorial Installing & Using Widths-Only CIDFonts Installing & Using Widths-Only CIDFonts Widths-only CIDFonts must be installed into Acrobat Distiller s private CIDFont directory in order to be recognized and used. That directory, for both Macintosh and Windows, is located as follows: Mac OS: Distiller:Data:psdisk:Resource:CIDFont: Windows: Distillr\Data\psdisk\Resource\CIDFont\ When widths-only CIDFonts are used, PDF files with font references are created. It s not possible to embed widths-only CIDFonts, because the only meaningful information that they contain are advance widths. Bear in mind that there are limitations in how Acrobat substitutes CJKV fonts. If the original font is not available when the PDF file is printed or displayed, then a substitution font is selected that may or may not match the original font in weight or style. Substitution of glyphs that use proportional widths is only supported for proportional Latin glyphs (that is, kana glyphs that use proportional widths will not be displayed or printed correctly when a substitution font is used). When thumbnails are automatically created by Distiller, the use of widths-only CIDFonts that conform to these specifications will result in boxes appearing in the thumbnails. If the thumbnails are generated (or regenerated) using the Acrobat Viewer, this problem does not occur, because Acrobat Viewer does not have access to the widths-only CIDFonts. To ensure that a PDF file will be printed and displayed as the original document, the original font, containing all needed outline glyphs, must be embedded in the PDF file. 12 April 01 3

8 1 Acrobat Widths-Only CIDFont Tutorial Installing & Using Widths-Only CIDFonts 4 12 April 01

Simple Text Setting Calculations for PostScript Language Drivers

Simple Text Setting Calculations for PostScript Language Drivers Simple Text Setting Calculations for PostScript Language Drivers Adobe Developer Support Technical Note #5041 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose,

More information

The Adobe-CNS1-6 Character Collection

The Adobe-CNS1-6 Character Collection Adobe Enterprise & Developer Support Adobe Technical Note # bc The Adobe-CNS- Character Collection Introduction The purpose of this document is to define and describe the Adobe-CNS- character collection,

More information

Using save Outside the Server Loop

Using save Outside the Server Loop Using save Outside the Server Loop Adobe Developer Support Technical Note #5129 14 February 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Recording Output Intentions for Color Critical Workflows ADOBE SYSTEMS INCORPORATED

Recording Output Intentions for Color Critical Workflows ADOBE SYSTEMS INCORPORATED bbc Recording Output Intentions for Color Critical Workflows Technical Note #5413 Version : 1.0 ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704 (408) 536-6000

More information

CID-Keyed Font Technology Overview

CID-Keyed Font Technology Overview CID-Keyed Font Technology Overview Adobe Developer Support Technical Note #5092 12 September 1994 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Level 2 Compatibility: The setscreen and currentscreen Operators

Level 2 Compatibility: The setscreen and currentscreen Operators Level 2 Compatibility: The setscreen and currentscreen Operators Adobe Developer Support Technical Note #5119 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose,

More information

The StemSnap Hint Operator for Type 1 Font Programs

The StemSnap Hint Operator for Type 1 Font Programs The StemSnap Hint Operator for Type 1 Font Programs Adobe Developer Support Technical Note #5049 31 March 1992 Adobe Systems Incorporated Corporate Headquarters 1585 Charleston Road PO Box 7900 Mountain

More information

Supporting Level 2 Functionality

Supporting Level 2 Functionality Supporting Level 2 Functionality Adobe Developer Support Technical Note #5110 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Adobe Acrobat Reader Help

Adobe Acrobat Reader Help Adobe Acrobat Reader Help This help file contains the basic information you need to open, navigate, and print PDF files using Adobe Acrobat Reader. If you need more help, you can download and install the

More information

How to Use These Tutorials Adobe Acrobat Tour Creating a Presentation Capturing and Cataloging About the Acrobat Tutorials

How to Use These Tutorials Adobe Acrobat Tour Creating a Presentation Capturing and Cataloging About the Acrobat Tutorials How to Use These Tutorials Adobe Acrobat Tour Creating a Presentation Capturing and Cataloging About the Acrobat Tutorials How to Use These Tutorials The Adobe Acrobat 3.0 interactive tutorials are brief

More information

Organize and Deliver Digital Assets Using Adobe Experience Manager v6.x Student Workbook

Organize and Deliver Digital Assets Using Adobe Experience Manager v6.x Student Workbook Organize and Deliver Digital Assets Using Adobe Experience Manager v6.x Student Workbook ADOBE DIGITAL LEARNING SERVICES 2016 Adobe Systems Incorporated. All rights reserved. Organize and Deliver Digital

More information

Emulation of the setstrokeadjust Operator

Emulation of the setstrokeadjust Operator Emulation of the setstrokeadjust Operator Adobe Developer Support Technical Note #5111 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

FontLab. TECHNICAL NOTE #002 (Mac) Keyboard shortcuts. Copyright 2001 FontLab Ltd. THE DIGITAL TYPE DESIGN TOOLKIT

FontLab. TECHNICAL NOTE #002 (Mac) Keyboard shortcuts. Copyright 2001 FontLab Ltd. THE DIGITAL TYPE DESIGN TOOLKIT FontLab THE DIGITAL TYPE DESIGN TOOLKIT TECHNICAL NOTE #002 (Mac) Keyboard shortcuts Copyright 2001 FontLab Ltd. Copyright 1992-2001 by FontLab, Ltd. All rights reserved. No part of this publication may

More information

Photofont Start 2.0. for Macintosh and Windows. User Manual

Photofont Start 2.0. for Macintosh and Windows. User Manual Photofont Start 2.0 for Macintosh and Windows User Manual PhotoFont Start Copyright 1992-2007 by Fontlab, Ltd. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE 2015 Adobe Systems Incorporated. All rights reserved. Technical Note: Adobe Experience Manager DAM Connector for Adobe Drive CC

More information

Font information interchange -- Part 3: Glyph shape representation Amendment 2: Additional Shape Representation Technology for Open Font Format

Font information interchange -- Part 3: Glyph shape representation Amendment 2: Additional Shape Representation Technology for Open Font Format ISO/IEC JTC1/SC34/WG2 N0292 PDAM Text of ISO/IEC 9541-3, Font information interchange - Part 3: Glyph shape representation - Amendment 2: Additional Shape Representation Technology for Open Font Format

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

Font Switching Optimizations

Font Switching Optimizations Font Switching Optimizations Adobe Developer Support Technical Note #5048 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Printer Systems-Based Separations

Printer Systems-Based Separations Printer Systems-Based Separations Adobe Developers Association 9 October 1997 Technical Note #5606 LanguageLevel 3 Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704 (408) 536-6000 Eastern

More information

User s Guide to Creating PDFs for the Sony Reader

User s Guide to Creating PDFs for the Sony Reader User s Guide to Creating PDFs for the Sony Reader 1 Table of Contents I. Introduction Portable Document Format PDF Creation Software Sony Reader screen dimensions and specifications Font recommendations

More information

Océ User manual. Océ PRISMAprepare Printer settings

Océ User manual. Océ PRISMAprepare Printer settings Océ User manual Océ PRISMAprepare Printer settings Copyright 2009 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form or by any means without written

More information

Everything You Wanted to Know About Adobe Acrobat Annotation Handlers But Were Afraid to Ask

Everything You Wanted to Know About Adobe Acrobat Annotation Handlers But Were Afraid to Ask In This Issue About Adobe Acrobat Annotation Handlers But Were Afraid to Ask Volume 5, Number 5 p. 1 Everything You Wanted to Know About Adobe Acrobat Annotation Handlers But Were Afraid to Ask p. 2 How

More information

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix HYCU OMi Management Pack for Citrix : 2.0 Product release date: October 2017 Document release data: April 2018 Legal notices Copyright notice 2014-2018 HYCU. All rights reserved. This document contains

More information

What s New in Adobe InDesign CS4 Products SDK

What s New in Adobe InDesign CS4 Products SDK What s New in Adobe InDesign CS4 Products SDK For the benefit of previous users, this document summarizes the changes to the SDK in this release. C++ IDE Requirements On Windows, the required C++ development

More information

Adobe Font Metrics File Format Specification

Adobe Font Metrics File Format Specification Adobe Font Metrics File Format Specification Adobe Developer Support Version 4.1 7 October 1998 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Conversion SDK v11 32-bit and 64-bit

Conversion SDK v11 32-bit and 64-bit Conversion SDK v11 32-bit and 64-bit API Reference PDF SDK for Developers Copyright 1995-2016 Visual Integrity LLC/Square One bv. All rights reserved. NOTICE: All information contained herein is the property

More information

Portable Document Format Reference Manual Version 1.2

Portable Document Format Reference Manual Version 1.2 Portable Document Format Reference Manual Version 1.2 Adobe Systems Incorporated November 27, 1996 Tim Bienz, Richard Cohn, and James R. Meehan Adobe Systems Incorporated 1 Copyright 1993, 1996. Adobe

More information

Mobile On the Go (OTG) Server

Mobile On the Go (OTG) Server Mobile On the Go (OTG) Server Installation Guide Paramount Technologies, Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com Copyright

More information

Disclaimer; No Warranty Copyright Trademarks

Disclaimer; No Warranty Copyright Trademarks Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY

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

The Adobe-Japan1-6 Character Collection

The Adobe-Japan1-6 Character Collection The Adobe-Japan1-6 Character Collection Its History, Development & Future Prospects Ken Lunde Senior Computer Scientist CJKV Type Development Adobe Systems Incorporated lunde@adobe.com IMUG 08/18/2005

More information

ADOBE CREATIVE SUITE 5: PRICING OVERVIEW

ADOBE CREATIVE SUITE 5: PRICING OVERVIEW IN U.S. DOLLARS FOR UNIVERSAL ENGLISH VERSION Design Premium Adobe Photoshop CS5 Extended Adobe Illustrator CS5 Adobe InDesign CS5 Adobe Flash Catalyst CS5 Adobe Flash Professional CS5 Adobe Dreamweaver

More information

Adobe. Type Manager 4.1. User Guide

Adobe. Type Manager 4.1. User Guide Adobe Type Manager 4.1 User Guide 1999 Adobe Systems Incorporated. All rights reserved. Adobe Type Manager 4.1 User Guide for Windows This manual, as well as the software described in it, is furnished

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Copyright: Trademarks: Copyright 2015 Word-Tech, Inc. All rights reserved. U.S. Patent No. 8,365,080 and additional patents pending. Complying with all applicable copyright laws

More information

Océ User manual. Printer drivers. Printer driver installation

Océ User manual. Printer drivers. Printer driver installation Océ User manual Printer drivers Printer driver installation Océ-Technologies B.V. Copyright 2005, Océ-Technologies B.V. Venlo, The Netherlands. All rights reserved. No part of this work may be reproduced,

More information

This ReadMe contains information about installing Acrobat Reader 4.0 for Windows and Troubleshooting Issues.

This ReadMe contains information about installing Acrobat Reader 4.0 for Windows and Troubleshooting Issues. Adobe Acrobat Reader 4.05 for Windows ReadMe November 1, 1999 Adobe Acrobat Reader is the free viewing companion to Adobe Acrobat 4.0. Acrobat Reader lets you view, navigate and print Portable Document

More information

Microsoft Dynamics GP. Purchase Vouchers

Microsoft Dynamics GP. Purchase Vouchers Microsoft Dynamics GP Purchase Vouchers Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

User Guide for Cisco Jabber for Mac 11.6

User Guide for Cisco Jabber for Mac 11.6 User Guide for Cisco Jabber for Mac 11.6 User Guide 2 New and Changed Information 2 Availability 2 Contacts 4 Chats 5 Calls 7 Meetings 10 Custom Tabs 13 Accessibility 14 Troubleshooting 17 Revised: April

More information

English. Delta2D ANALYZING 2D GELS AS EASY AS POINT AND CLICK EXPLORING LIFE

English. Delta2D ANALYZING 2D GELS AS EASY AS POINT AND CLICK EXPLORING LIFE Getting started English 2D Western Blots Delta2D ANALYZING 2D GELS AS EASY AS POINT AND CLICK EXPLORING LIFE 2 Copyright DECODON GmbH. DECODON makes no representations, express or implied, with respect

More information

Timing Techniques. Adobe Developer Support. Technical Note # March Adobe Systems Incorporated

Timing Techniques. Adobe Developer Support. Technical Note # March Adobe Systems Incorporated Timing Techniques Adobe Developer Support Technical Note #5120 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/ PN LPS5120

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

x10data Smart Client 7.0 for Windows Mobile Installation Guide

x10data Smart Client 7.0 for Windows Mobile Installation Guide x10data Smart Client 7.0 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

SpellCheck for Dynamics GP

SpellCheck for Dynamics GP Title Page SpellCheck for Dynamics GP This documentation is for the builds shown below and higher: v12.0.15 / 14.0.6 / 16.0.3 SpellCheck from WilloWare Incorporated for Dynamics GP 2 Copyright Manual copyright

More information

English. Preps. Creating Files for Preps From Acrobat 7 on Mac OS. graphics.kodak.com. Internal A-EN Rev A

English. Preps. Creating Files for Preps From Acrobat 7 on Mac OS. graphics.kodak.com. Internal A-EN Rev A English Preps Creating Files for Preps From Acrobat 7 on Mac OS Internal 731-00764A-EN Rev A graphics.kodak.com Copyright 2006 Kodak. All rights reserved. Creo and Preps are trademarks of Kodak. Adobe,

More information

bbc Migrating and Sharing Secuity Settings: Using Security Settings Import/Export and FDF Files Acrobat and Adobe Reader PDF Creation Date:

bbc Migrating and Sharing Secuity Settings: Using Security Settings Import/Export and FDF Files Acrobat and Adobe Reader PDF Creation Date: bbc PDF Creation Date: September 5, 2008 Migrating and Sharing Secuity Settings: Using Security Settings Import/Export and FDF Files Acrobat and Adobe Reader Version 9.0 2008 Adobe Systems Incorporated.

More information

A Short Introduction to PDF

A Short Introduction to PDF A Short Introduction to PDF Peter Fischer, ZITI, Uni Heidelberg 1 pdf vs. Postscript pdf describes graphics, text & document structure It uses vector graphics, very similar to postscript Some differences

More information

Microsoft Dynamics GP. Inventory Kardex

Microsoft Dynamics GP. Inventory Kardex Microsoft Dynamics GP Inventory Kardex Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

x10data Smart Client 6.5 for Windows Mobile Installation Guide

x10data Smart Client 6.5 for Windows Mobile Installation Guide x10data Smart Client 6.5 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

Adobe Serial and Parallel Communications Protocols Specification

Adobe Serial and Parallel Communications Protocols Specification Adobe Serial and Parallel Communications Protocols Specification Adobe Developer Support 20 November 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110 http://partners.adobe.com/

More information

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc.

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc. Importing Accounts & Contacts 205 Pipelinersales Inc. www.pipelinersales.com Importing Accounts & Contacts Learn how to import accounts and contacts into Pipeliner Sales CRM Application. CONTENT. Creating

More information

The event began with the following post by Melissa in the pdftex mailing list:

The event began with the following post by Melissa in the pdftex mailing list: Looking over the Debugger s Shoulders When a computer bug has several causes and is hard to reproduce, I find it interesting to look over the shoulders of the debuggers and watch them at work. This is

More information

Supporting Data Compression in PostScript Level 2 and the filter Operator

Supporting Data Compression in PostScript Level 2 and the filter Operator Supporting Data Compression in PostScript Level 2 and the filter Operator Adobe Developer Support Technical Note #5115 31 March 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue

More information

Adobe RoboHelp (2019 release)

Adobe RoboHelp (2019 release) (2019 release) An all-new way to create for you. An amazing experience for your customers. Version comparison chart Available 11 2015 release 2017 release 2019 release Authoring Productivity Snippets within

More information

HTMLDOC On Line Help

HTMLDOC On Line Help HTMLDOC On Line Help HTMLDOC On Line Help Table of Contents HTMLDOC On Line Help...1 Loading and Saving Books...2 The Input Tab...3 Setting the Document Type...3 Adding HTML Input Files...3 Adding URLs...3

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

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

0WebMaker 3.0 Release Notes

0WebMaker 3.0 Release Notes 0WebMaker 3.0 Release Notes Version 3.0 WebMaker 3.0 provides a number of new features and improvements, including a simplified user interface, HTML 3.2 compatibility, and support for Casccading Style

More information

SAP Workforce Performance Builder 9.5

SAP Workforce Performance Builder 9.5 Security Guide Workforce Performance Builder Document Version: 1.0 2016-07-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Producer Table of Contents 1 Introduction... 3 2 SSL

More information

Nimsoft Monitor. proxy Guide. v3.1 series

Nimsoft Monitor. proxy Guide. v3.1 series Nimsoft Monitor proxy Guide v3.1 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

SQL Optimizer for IBM DB2 LUW 4.3.1

SQL Optimizer for IBM DB2 LUW 4.3.1 SQL Optimizer for IBM DB2 LUW 4.3.1 Monday, April 24, 2017 About SQL Optimizer for IBM DB2 LUW SQL Optimizer for IBM DB2 LUW maximizes SQL performance by automating the manual, time-intensive and uncertain

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

Intel Setup and Configuration Service. (Lightweight)

Intel Setup and Configuration Service. (Lightweight) Intel Setup and Configuration Service (Lightweight) Release Notes Version 6.0 (Technology Preview #3) Document Release Date: August 30, 2009 Information in this document is provided in connection with

More information

Migration and Upgrade: Frequently Asked Questions

Migration and Upgrade: Frequently Asked Questions First Published: May 01, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 22: Open Font Format

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 22: Open Font Format INTERNATIONAL STANDARD ISO/IEC 14496-22 First edition 2007-03-15 Information technology Coding of audio-visual objects Part 22: Open Font Format Technologies de l'information Codage des objets audiovisuels

More information

Adobe Acrobat Family Digital editions

Adobe Acrobat Family Digital editions Adobe Acrobat Family Digital editions WHAT S NEW TOPICS 1 The Adobe digital edition solution 2 Support for digital editions in Adobe Reader 7.0 and Adobe Acrobat 7.0 4 Unsupported Features 5 Migrating

More information

NVIDIA CUDA C GETTING STARTED GUIDE FOR MAC OS X

NVIDIA CUDA C GETTING STARTED GUIDE FOR MAC OS X NVIDIA CUDA C GETTING STARTED GUIDE FOR MAC OS X DU-05348-001_v02 August 2010 Installation and Verification on Mac OS X DOCUMENT CHANGE HISTORY DU-05348-001_v02 Version Date Authors Description of Change

More information

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/mobile_admin/mobile_admin_documentation

More information

IronPort Plug-in for Outlook VERSION 1.5 RELEASE NOTES

IronPort Plug-in for Outlook VERSION 1.5 RELEASE NOTES IronPort Plug-in for Outlook VERSION 1.5 RELEASE NOTES COPYRIGHT Copyright 2006 by IronPort Systems, Inc. All rights reserved. Part Number: 423-00231(A) Revision Date: October 16, 2006 The IronPort logo,

More information

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix Comtrade OMi Management Pack for Citrix : 2.0 Product release date: December 2016 Document release date: July 2017 Legal notices Copyright notice 2017 Comtrade Software. All rights reserved. This document

More information

TouchPad Interfacing Guide Addendum: Multiple-Button Support Specification

TouchPad Interfacing Guide Addendum: Multiple-Button Support Specification Introduction TouchPad Interfacing Guide Addendum: Multiple-Button Support Specification P/N The Synaptics TouchPad Interfacing Guide describes how to support two- or four-button TouchPad modules. This

More information

GRID SOFTWARE FOR RED HAT ENTERPRISE LINUX WITH KVM VERSION /370.28

GRID SOFTWARE FOR RED HAT ENTERPRISE LINUX WITH KVM VERSION /370.28 GRID SOFTWARE FOR RED HAT ENTERPRISE LINUX WITH KVM VERSION 367.128/370.28 RN-08687-001 _v4.7 July 2018 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 Chapter 2. Validated Platforms...2

More information

Mindjet on-premise Release Notes: Version 3.1

Mindjet on-premise Release Notes: Version 3.1 Mindjet on-premise Release Notes: Version 3.1 January 30, 2013 Mindjet Corporation Toll Free: 877-Mindjet 1160 Battery Street East San Francisco CA 94111 USA Phone: 415-229-4200 Fax: 415-229-4201 www.mindjet.com

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Intel Setup and Configuration Service Lite

Intel Setup and Configuration Service Lite Intel Setup and Configuration Service Lite Release Notes Version 6.0 Document Release Date: February 4, 2010 Information in this document is provided in connection with Intel products. No license, express

More information

PDF and Accessibility

PDF and Accessibility PDF and Accessibility Mark Gavin Appligent, Inc. January 11, 2005 Page 1 of 33 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

More information

Contents. Founder RealDot Viewer. Quick Guide. September Beijing Founder Electronics Co., Ltd.

Contents. Founder RealDot Viewer. Quick Guide. September Beijing Founder Electronics Co., Ltd. Contents Quick Guide September 2014 Beijing Founder Electronics Co., Ltd. The software described in this manual is furnished under a license agreement and may be used only in accordance with the terms

More information

Threat Analysis Reporter

Threat Analysis Reporter Threat Analysis Reporter Ethernet Tap Installation For TAR-MSA Threat Analysis Reporter UPDATED: 02.29.08 8e6 Threat Analysis Reporter: Ethernet Tap Installation 2008 8e6 Technologies. All rights reserved.

More information

Visual Quick Start Guide for Windows

Visual Quick Start Guide for Windows Visual Quick Start Guide for Windows 5 5 MassTransit 5.0 Quick Start Guide Professional and Enterprise Servers (Windows) This guide provides the essential steps for using MassTransit on a Windows server.

More information

Cisco Jabber Video for ipad Frequently Asked Questions

Cisco Jabber Video for ipad Frequently Asked Questions Cisco Jabber Video for ipad Frequently Asked Questions Introduction 2 Basics 2 Connectivity 3 Instant Messaging 5 Calls 6 Cisco WebEx Meetings 7 Contacts, Availability, and Directory Search 8 Recents and

More information

Quark GWG PDF Styles: MagazineAds_1v4 (Direct to PDF Workflow)

Quark GWG PDF Styles: MagazineAds_1v4 (Direct to PDF Workflow) Quark GWG PDF Styles: MagazineAds_1v4 (Direct to PDF Workflow) CONTENTS Contents Legal notices...3 Introduction...4 Changing the PDF workflow...5 Installing PDF styles...6 Creating a PDF file...7 Understanding

More information

April Understanding Federated Single Sign-On (SSO) Process

April Understanding Federated Single Sign-On (SSO) Process April 2013 Understanding Federated Single Sign-On (SSO) Process Understanding Federated Single Sign-On Process (SSO) Disclaimer The following is intended to outline our general product direction. It is

More information

GETTING STARTED GUIDE. Mobile Admin. Version 8.2

GETTING STARTED GUIDE. Mobile Admin. Version 8.2 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: April 24, 2018 GETTING STARTED GUIDE: MOBILE ADMIN 2018 SolarWinds Worldwide, LLC. All rights reserved. This document may not be reproduced

More information

Exporting to the ActiveX Viewer

Exporting to the ActiveX Viewer Technical Bulletin Exporting to the ActiveX Viewer Product: ARPEGGIO products R&R products Version: R&R 8.0, ARPEGGIO 2.0 Host: N.A. NIC: N.A. Interface: N.A. Oper Sys: Microsoft Windows 95 Microsoft Windows

More information

GemBuilder for Java Release Notes

GemBuilder for Java Release Notes GemStone GemBuilder for Java Release Notes Version 3.1.3 November 2016 SYSTEMS INTELLECTUAL PROPERTY OWNERSHIP This documentation is furnished for informational use only and is subject to change without

More information

TRANSPARENT AUTHENTICATION GUIDE

TRANSPARENT AUTHENTICATION GUIDE TRANSPARENT AUTHENTICATION GUIDE Webwasher Web Gateway Security e Version 6.0 and higher www.securecomputing.com Part Number: 86-0947652-A All Rights Reserved, Published and Printed in Germany 2007 Secure

More information

Synapse InSite. Version 4.0. Customer Quick Start Guide English.

Synapse InSite. Version 4.0. Customer Quick Start Guide English. Customer Quick Start Guide English Synapse InSite Version 4.0 2040 East Walnut Street Pasadena, California 91107 Tel 626.795.8093 Fax 626.795.2423 www.typecraft.com 731-00089C-EN Rev A www.creo.com Copyright

More information

ADOBE PROVISIONING TOOLKIT ENTERPRISE EDITION

ADOBE PROVISIONING TOOLKIT ENTERPRISE EDITION ADOBE PROVISIONING TOOLKIT ENTERPRISE EDITION 2010 Adobe Systems Incorporated. All rights reserved. Adobe Provisioning Toolkit Enterprise Edition Tech Note Adobe, the Adobe logo, Creative Suite, Adobe

More information

IC-309 Print Controller, Powered by Creo Server Technology, for the Konica Minolta bizhub PRESS C1070/C1070P/C1060

IC-309 Print Controller, Powered by Creo Server Technology, for the Konica Minolta bizhub PRESS C1070/C1070P/C1060 Release Notes English IC-309 Print Controller, Powered by Creo Server Technology, for the Konica Minolta bizhub PRESS C1070/C1070P/C1060 Version 1.0 653-01929A-EN Rev A Copyright Trademarks Eastman Kodak,

More information

RELEASE NOTES: Alteon Switched Firewall. Release 3.0.4

RELEASE NOTES: Alteon Switched Firewall. Release 3.0.4 RELEASE NOTES: Alteon Switched Firewall Release 3.0.4 Part Number: TM ASF 3.0.4 Release Notes 4655 Great America Parkway Santa Clara, CA 95054 Phone 1-800-4Nortel www.nortelnetworks.com Copyright 2003

More information

CHECK PROCESSING. A Select Product of Cougar Mountain Software

CHECK PROCESSING. A Select Product of Cougar Mountain Software CHECK PROCESSING A Select Product of Cougar Mountain Software Check Processing Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software at reasonable prices.

More information

How to Integrate Google Maps into a Web Dynpro ABAP Application Using the Page Builder

How to Integrate Google Maps into a Web Dynpro ABAP Application Using the Page Builder How to Integrate Google Maps into a Web Dynpro ABAP Application Using the Page Builder Applies to: Web Dynpro ABAP in enhancement package 2 for SAP NetWeaver 7.0. For more information, visit the Web Dynpro

More information

Release Highlights for BluePrint 5.2

Release Highlights for BluePrint 5.2 Release Highlights for BluePrint 5.2 Introduction BluePrint Release 5.2 is the latest in customer driven releases. All new features and enhancements were requested by existing customers. Over the preceding

More information

Getting Started with Tally.Developer 9 Alpha

Getting Started with Tally.Developer 9 Alpha Getting Started with Tally.Developer 9 Alpha The information contained in this document is current as of the date of publication and subject to change. Because Tally must respond to changing market conditions,

More information

DocAve Backup for Salesforce. Release Notes

DocAve Backup for Salesforce. Release Notes DocAve Backup for Salesforce Release Notes DocAve Backup for Salesforce 1.2.2 Release Date: December 18, 2016 There is now support for restoring the values of specific fields. You can define backup date,

More information

DC Detective. User Guide

DC Detective. User Guide DC Detective User Guide Version 5.7 Published: 2010 2010 AccessData Group, LLC. All Rights Reserved. The information contained in this document represents the current view of AccessData Group, LLC on the

More information

PostScript Japanese Font File Organization Overview

PostScript Japanese Font File Organization Overview PostScript Japanese Font File Organization Overview Adobe Developer Support Technical Note #5132 25 December 1992 Adobe Systems Incorporated Adobe Developer Technologies 345 Park Avenue San Jose, CA 95110

More information

Enthusiast System Architecture Certification Feature Requirements

Enthusiast System Architecture Certification Feature Requirements Enthusiast System Architecture Certification Feature Requirements October 2007 DA-03366-001_v02 Enthusiast System Architecture Certification Feature Requirements This document provides PC component vendors

More information

Ensim WEBppliance Pro for Windows 2000 (ServerXchange ) Installation Guide

Ensim WEBppliance Pro for Windows 2000 (ServerXchange ) Installation Guide Ensim WEBppliance Pro for Windows 2000 (ServerXchange ) Installation Guide October 8, 2003 About this guide Introduction... iii Intended audience... iii Printer-friendly version (for HTML documents)...

More information

Aprimo Marketing Studio Configuration Mover Guide

Aprimo Marketing Studio Configuration Mover Guide Aprimo Marketing Studio 9.0.1 Configuration Mover Guide The product or products described in this book are licensed products of Teradata Corporation or its affiliates. Aprimo and Teradata are registered

More information

HP DesignJet 3500CP Printing Guide for Windows

HP DesignJet 3500CP Printing Guide for Windows HP DesignJet 3500CP Printing Guide for Windows Adobe, Adobe Illustrator, Adobe Type Manager, ATM, PageMaker,and PostScript are trademarks of Adobe Systems Incorporated or its subsidiaries and may be registered

More information