ISO What Implementers. Need to Know. Duff Johnson, NetCentric Technologies

Size: px
Start display at page:

Download "ISO What Implementers. Need to Know. Duff Johnson, NetCentric Technologies"

Transcription

1 ISO What Implementers UA Need to Know, NetCentric Technologies

2 About 1996 Started the world s first PDF-dedicated electronic document service bureau 1997 Developed and delivered a PDF-based scanned image segmentation solution for STM publishers 1998 Developed 30,000 interactive PDF forms 2000 First to offer commercial PDF tagging services 2005 Chair, AIIM s PDF/UA Committee (later ISO 14289) 2008 Vice-Chair, US Committee for ISO Vice-Chair of the PDF/A Competence Center 2011 Project Co-Leader, Chair, US Committee for ISO I m NOT a developer, but I know how to irritate them A Presentation by - ISO PDF/UA

3 In this Presentation Background History, Creators, Purpose, Benefits, Audience, Climate, WCAG A Fast Introduction Key Terms, Areas of Coverage, Quick Tour of Requirements Some examples Let s look at a nice, simple page... How Developers should think about accessibility Writers, Readers, What s Really Important, Explaining to Users Beyond PDF/UA A Presentation by - ISO PDF/UA

4 Introduction to Universally Accessible PDF Background A Presentation by - ISO PDF/UA

5 The History of PDF/UA PDF released by Adobe Systems WCAG 1.0 published Adobe introduces Tagged PDF (Acrobat 5) US Government s Section 508 regulations go into force AIIM s PDF/UA project begins PDF Reference 1.7 becomes ISO WCAG 2.0 published PDF/UA accepted as a draft ISO Standard PDF/UA to publish as ISO A Presentation by - ISO PDF/UA

6 The Creators of PDF/UA AIIM - ISO secretariat in the US originators of PDF/UA Commercial software organizations and individual consultants including: Adobe Systems, Microsoft, NetCentric Technologies, Design Science, Karlen Communications, AccessibleIT, University of Illinois, Crawford Technologies, Callas Software and many others between ISO - The International Organization for Standards A Presentation by - ISO PDF/UA

7 The Audience for PDF/UA Software developers Those evaluating tools which claim to make accessible PDF files Those evaluating PDF readers which claim to consume PDF/UAconforming files Those evaluating assistive technology (AT) which claims to consume PDF/UA-conforming files Interested end users and those advocating accessibility in electronic documents A Presentation by - ISO PDF/UA

8 The Purpose of PDF/UA Define accessible PDF by providing normative technical requirements for accessibility features in ISO PDF files, viewers and assistive technology Provide detailed technical requirements necessary to accessibility but absent from ISO Provide a single normative understanding of what constitutes accessibility in PDF technology Provide implementers with a clear means of achieving implementing WCAG 2.0 in the PDF context While accessible PDF has been possible since 2000, the lack of universal understanding on what constitutes accessibility in PDF has impaired development of tagged PDF writers and processors A Presentation by - ISO PDF/UA

9 Benefits for End Users Enables a top-quality reading and navigating experience with all types of conforming assistive technology Enables high-quality results when accessing PDF content on mobile devices using a conforming reader Improves text and content reuse (e.g. copy paste, extract to HTML) when permitted by security settings Ensures high quality text search results when used with conforming technology A Presentation by - ISO PDF/UA

10 Benefits for Organizations Enhanced communications with persons with disabilities Enhanced compliance with accessibility laws and regulations, reducing liability exposure Assistance in meeting WCAG 2.0 requirements Guidance for software and document procurement Verifiable performance with search engines Eligibility for PDF/A (the archive standard for PDF) conformance level a A Presentation by - ISO PDF/UA

11 The Business Case Government agencies increasingly require accessible Information Communications Technology (ICT) Other technologies might be easier to make accessible but can t solve the same business problems as PDF Solutions that depend on deliverables in PDF cannot afford to wait for regulators, attorneys and consumers to rise up and demand improved accessibility In the past, you might never have bothered much with Section 14 (Interchange) of ISO that s about to change A Presentation by - ISO PDF/UA

12 What About WCAG 2.0? PDF/UA does not attempt to replicate WCAG 2.0, but it does provide technical detail necessary for conformance with the portions of WCAG 2.0 relevant to PDF content WCAG 2.0 PDF Techniques are not normative, technically insufficient and often implementation-specific Subject to the limitations of non-pdf content (e.g. multimedia) if present, conformance with PDF/UA implies conformance with WCAG 2.0 A document mapping PDF/UA to WCAG 2.0 is under development by AIIM s US Committee, ETA Q2, A Presentation by - ISO PDF/UA

13 A Fast Introduction to Universally Accessible PDF ISO : A Presentation by - ISO PDF/UA

14 Key Terms In PDF, tags denote logical reading order and semantics Unless tagged, PDF content has no logical reading order Unless tagged, PDF content has no semantics (heading, paragraphs, tables, etc) Merely adding tags isn t enough - tagging must be correct Artifacts (running heads, page numbers, purely decorative images) shall not be tagged as content Assistive Technology provides users with disabilities a means of reading and navigating electronic documents A Presentation by - ISO PDF/UA

15 A Presentation by - ISO PDF/UA

16 PDF Documents Forms REQUIREMENTS Distinguishing between real and artifact content Semantically appropriate tags in a logical reading order Information shall not be conveyed by contrast, color, format or layout, or by combinations thereof, unless the content is tagged to reflect all intended meaning OCR d text shall be corrected Natural language shall be declared Meaningful graphics shall include alternative text Headings shall proceed in a valid sequence eg: H1, H2, H3, not H1, H3, H2 Embedding files in PDF is permitted; these should be accessible in their own right LiveCycle Designer dynamic XFA forms are prohibited Annotations (e.g. notes) shall be tagged correctly Media clips (e.g. movies) shall include alt. text Scripts (e.g. form validation) shall operate in an accessible fashion A Presentation by - ISO PDF/UA

17 PDF Readers REQUIREMENTS Process all structure types and attributes Shall make artifacts available to AT Shall not interfere with any AT feature Shall announce visible or focus changes from Actions Navigation via PageLabels, structure and bookmarks Read alternate descriptions for annotations Fully process form fields (value, state, role, type) Media playback controls made available A Presentation by - ISO PDF/UA

18 Assistive Technology REQUIREMENTS Shall have the ability to process and represent all structure types, attributes and key values to the user Be able to navigate using PageLabels, structure hierarchy (tags) and outlines (bookmarks) Allow navigation zoom values to be overridden by the user A Presentation by - ISO PDF/UA

19 Let s take a look at a nice, simple page, ok? A Presentation by - ISO PDF/UA

20 What is real? How do you define real? - Morpheus Let s look at that simple page...

21 How many images do you see?

22 Are these images as well?

23 Or maybe THESE are the images?

24 Or is this just one image?

25 What if the page is scanned? Only one image?

26 How you scan can also make a difference!

27 To do PDF/UA right you ll need to segment the scanned image...taking care to distinguish image captions from inline text!

28 How developers should think about PDF accessibility A Presentation by - ISO PDF/UA

29 Writers Sequence content streams from the logical structure viewpoint - and think outside the page when you do so Prompt the user to specify semantic relationships Ensure the user is prompted to validate alternative text Fonts and character encoding based on PDF/A standards Scanning? Plan for image segmentation, OCR and OCR cleanup - all before tagging! Respect the limitations of automated verification, because the end-users will know even if you don t A Presentation by - ISO PDF/UA

30 Readers Don t implement reflow based on content order, as implied in ISO ISO makes it clear that such usage should be based on tags The simplest way to think about correct logical structure: Based on the tags, how would this look exported to HTML? Artifacts aren t irrelevant; they re simply distinct from the document content Logical structure allows for RICH navigation, selection, extraction, localization, analysis and more! Enjoy! A Presentation by - ISO PDF/UA

31 What s Really Important All real content is represented in the logical structure tree Nodes in the tag-tree are in correct logical order Nodes in the tag-tree are tagged with correct semantics Artifact content is tagged Artifact Non-standard tags are role-mapped to standard tags Fonts include valid ToUnicode entries Content images include alternative text Annotations (forms, notes, etc) are represented in the logical structure A Presentation by - ISO PDF/UA

32 Explaining it to the User Simulate the classic test-case for accessible electronic content; the use of a suitably capable software designed for blind users such as JAWS, Window Eyes, NVDA Preview in HTML (which is one way to implement reflow) Display highlights indicating content handing (artifact, etc) and sequence, including tags spanning pages The author / verifier has inalienable responsibilities: Verifying correct logical order as required Content images include acceptable alternative text Verifying valid uses of color, contrast, etc A Presentation by - ISO PDF/UA

33 Top 10, in order of priority 1. If used, document security must allow support for AT 2. Valid font encoding and Unicode mapping 3. Structured PDF and a tag tree 4. All real content referenced in the tag tree in correct logical reading order, conforming use of Form XObjects 5. Artifact content marked as such 6. Tags use valid semantics 7. Images include alternative text 8. Headings are valid 9. Language is set (document and/or tag level) 10.Rules are followed for annots, media, actions, etc, etc A Presentation by - ISO PDF/UA

34 Beyond PDF/UA A Presentation by - ISO PDF/UA

35 Future Development Improvements to the text Updates based on experience in the field New features in PDF 2.0: Alt. text for Artifacts Bates number support New table algorithm Continued List Abbreviation Strong Emphasis Sub Superscript Sidebar Callout Line Number Group Redaction Reason Line numbering MathML New tags, including: Admonition A Presentation by - ISO PDF/UA

36 Can You Join TC 171 SC 2? Australia ( SA ) Austria ( ASI ) Belgium ( NBN ) Bulgaria ( BDS ) Canada ( SCC ) China ( SAC ) Estonia ( EVS ) France ( AFNOR ) Germany ( DIN ) Japan ( JISC ) Slovakia ( SUTN ) South Africa ( SABS ) Spain ( AENOR ) Sweden ( SIS ) Switzerland ( SNV ) Ukraine ( DSSU ) United Kingdom ( BSI ) United States ( ANSI ) Observing Countries Argentina ( IRAM ) Denmark ( DS ) Netherlands ( NEN ) New Zealand ( SNZ ) Norway ( SN ) Poland ( PKN ) Romania ( ASRO ) Korea, Republic of ( KATS ) Russian Fed. ( GOST R ) A Presentation by - ISO PDF/UA

37 Yes! I want to help! Join your own country s delegation to ISO s TC 171 SC 2 Join the in-person and teleconference meetings of the ISO Committee for PDF/UA Join the s PDF/UA Competence Center. First in-person meeting is THURSDAY (March 29) here in Basel! More information: AIIM s PDF Wiki pdf.editme.com pdfa.org A Presentation by - ISO PDF/UA

38 Thank You A Presentation by - ISO PDF/UA

Introducing PDF/UA. The new International Standard for Accessible PDF Technology. Solving PDF Accessibility Problems

Introducing PDF/UA. The new International Standard for Accessible PDF Technology. Solving PDF Accessibility Problems Introducing PDF/UA The new International Standard for Accessible PDF Technology Solving PDF Accessibility Problems Introducing PDF/UA Agenda Why PDF What is PDF What is PDF/UA PDF/UA & WCAG 2.0 CommonLook

More information

Electronic access to technical information. Work in progress in Development of. Members. International Standards,

Electronic access to technical information. Work in progress in Development of. Members. International Standards, Members 164 national standards bodies, comprising 111 member bodies, 49 correspondent members, 4 subscriber members. Technical committee structure 3 368 technical bodies, comprising 224 technical committees,

More information

Reference ISO/IEC FDIS (Ed 2) Committee ISO/IEC JTC 1/SC 35 Edition number 2

Reference ISO/IEC FDIS (Ed 2) Committee ISO/IEC JTC 1/SC 35 Edition number 2 Ballot Information Reference ISO/IEC FDIS 15897 (Ed 2) Committee ISO/IEC JTC 1/SC 35 Edition number 2 English title French title Information technology -- User interfaces -- Procedures for the registration

More information

ISO/IEC JTC 1/SC 32 N 2324

ISO/IEC JTC 1/SC 32 N 2324 ISO/IEC JTC 1/SC 32 N 2324 Date: 2013-02-07 REPLACES: ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Farance Inc. on behalf of ANSI DOCUMENT

More information

ISO/IEC JTC 1/SC 2 N 3991 DATE:

ISO/IEC JTC 1/SC 2 N 3991 DATE: ISO/IEC JTC 1/SC 2 N 3991 DATE: 2007-12-27 ISO/IEC JTC 1/SC 2 Coded Character Sets Secretariat: Japan (JISC) DOC. TYPE TITLE SOURCE Summary of Voting/Table of Replies Table of Replies for ISO/IEC 10646:

More information

ISO TC46 / SC9 / N

ISO TC46 / SC9 / N REPORT OF THE SECRETARIAT ISO TC 46/SC 9 for the 9 May 2012 plenary meeting in Berlin The ISO TC46/SC9 plenary meeting is being held at the kind invitation of Deutsches Institut für Normung (DIN), the

More information

ISO/IEC JTC 1/SC 32 N 2325

ISO/IEC JTC 1/SC 32 N 2325 ISO/IEC JTC 1/SC 32 N 2325 Date: 2013-02-07 REPLACES: ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Farance Inc. on behalf of ANSI DOCUMENT

More information

ACCESSIBILITY IN PDF FORMS

ACCESSIBILITY IN PDF FORMS ACCESSIBILITY IN PDF FORMS 1 2 WHAT Remediation IS COMPLIANCE? 508 COMPLIANCE 3 WHAT IS 508 COMPLIANCE? In 1998, Congress amended the Rehabilitation Act of 1973 to require Federal agencies to make their

More information

FOLLOW UP SOURCE NOTE. Moscow th Plenary meeting ISO/TC 85/SC 5 Nuclear Fuel technology Report

FOLLOW UP SOURCE NOTE. Moscow th Plenary meeting ISO/TC 85/SC 5 Nuclear Fuel technology Report «Nuclear energy, nuclear technologies, and radiological protection» Date: 2014-06-06 ISO/TC 85 Doc. Number: N 1317 Assistant: Patricia RUIZ Direct line: + 33 (0)1 41 62 85 11 patricia.ruiz@afnor.org Your

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

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 15770 February 2008 AGREEMENT ICS 43.180 English version Modelling for Automotive Repair Information Applications This CEN Workshop Agreement has been drafted and approved by a Workshop

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 15748-12 July 2008 AGREEMENT ICS 35.240.50 Supersedes, February English version Extensions for Financial Services (XFS) interface specification - Release 3.10 - Part 12: Camera Device

More information

English version. This CEN Workshop Agreement can in no way be held as being an official standard developed by CEN and its Members.

English version. This CEN Workshop Agreement can in no way be held as being an official standard developed by CEN and its Members. CEN WORKSHOP CWA 16008-6 August 2009 AGREEMENT ICS 35.240.40 English version J/eXtensions for Financial Services (J/XFS) for the Java Platform - Release 2009 - Part 6: Printer Device Class Interface -

More information

ISO Standards for Product Characterization. Gerald M. Radack, Ph.D. Concurrent Technologies Corp.

ISO Standards for Product Characterization. Gerald M. Radack, Ph.D. Concurrent Technologies Corp. ISO Standards for Product Characterization Gerald M. Radack, Ph.D. Concurrent Technologies Corp. Standards ISO 8000, Data quality ISO 29002, Exchange of characteristic data ISO 22745, Open technical dictionaries

More information

Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility

Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility For more information Solution details: www.adobe.com/accessibility/products/acrobat/ Program details: www.adobe.com/accessibility

More information

ISO Document management applications Electronic document file format enhancement for accessibility Part 1: Use of ISO (PDF/UA-1)

ISO Document management applications Electronic document file format enhancement for accessibility Part 1: Use of ISO (PDF/UA-1) INTERNATIONAL STANDARD ISO 14289-1 First edition 2012-07-15 Corrected version 2012-08-01 Document management applications Electronic document file format enhancement for accessibility Part 1: Use of ISO

More information

Quintiles vdesk Welcome Guide

Quintiles vdesk Welcome Guide Quintiles vdesk Welcome Guide Dear Quintiles Clinical ASP User, Quintiles is pleased to announce vdesk, an unique solution part of the Clinical ASP platform offer. Quintiles vdesk, is a virtual desktop

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 15554 June 2006 AGREEMENT ICS 35.240.99 English version Specifications for a Web Accessibility Conformity Assessment Scheme and a Web Accessibility Quality Mark This CEN Workshop Agreement

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

The IECEE CB Scheme facilitates Global trade of Information Technology products.

The IECEE CB Scheme facilitates Global trade of Information Technology products. The IECEE CB Scheme facilitates Global trade of Information Technology products. WTO - Symposium on the 15th Anniversary of the Information Technology Agreement 14-15 May 2012 Pierre de RUVO Executive

More information

Report on ISO/IEC/JTC1/SC27 Activities in Digital Identities

Report on ISO/IEC/JTC1/SC27 Activities in Digital Identities International Telecommunication Union ITU-T Report on ISO/IEC/JTC1/SC27 Activities in Digital Identities Dick Brackney ISO/SC27 Liaison Officer to ITU-T SG17 Standards Program Manager, U.S. Dept of Defense

More information

Patent Portfolio Overview July The data in this presentation is current as of this date.

Patent Portfolio Overview July The data in this presentation is current as of this date. Patent Portfolio Overview July 2017 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

PDF/UA and Section 508. Karen McCall Karlen Communications Copyright 2015

PDF/UA and Section 508. Karen McCall Karlen Communications Copyright 2015 PDF/UA and Section 508 Karen McCall Karlen Communications Copyright 2015 What NPRM Section 508 Says 1 Page 12 talks about alternate formats: The proposed guidelines also would require documentation in

More information

Patent Portfolio Overview May The data in this presentation is current as of this date.

Patent Portfolio Overview May The data in this presentation is current as of this date. Patent Portfolio Overview May 2018 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

OER & Accessibility. Norah Sinclair AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology

OER & Accessibility. Norah Sinclair AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology OER & Accessibility Norah Sinclair AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology AMAC Accessibility AMAC is as an initiative of the University

More information

Purchasing. Operations 3% Marketing 3% HR. Production 1%

Purchasing. Operations 3% Marketing 3% HR. Production 1% Agenda Item DOC ID IAF CMC (11) 75 For Information For discussion For decision For comments to the author IAF End User Survey results (October 211) This report summarises the total responses to the IAF

More information

Service withdrawal: Selected IBM ServicePac offerings

Service withdrawal: Selected IBM ServicePac offerings Announcement ZS09-0086, dated April 21, 2009 Service withdrawal: Selected IBM offerings Table of contents 1 Overview 9 Announcement countries 8 Withdrawal date Overview Effective April 21, 2009, IBM will

More information

English version. European e-competence Framework - Part 1: The Framework - Version 1.0

English version. European e-competence Framework - Part 1: The Framework - Version 1.0 CEN WORKSHOP CWA 15893-1 November 2008 AGREEMENT ICS 35.240.99 English version European e-competence Framework - Part 1: The Framework - Version 1.0 This CEN Workshop Agreement has been drafted and approved

More information

English version. European e-competence Framework - Part 2: User Guidelines - Version 1.0

English version. European e-competence Framework - Part 2: User Guidelines - Version 1.0 CEN WORKSHOP CWA 15893-2 November 2008 AGREEMENT ICS 35.240.99 English version European e-competence Framework - Part 2: User Guidelines - Version 1.0 This CEN Workshop Agreement has been drafted and approved

More information

Ten common PDF accessibility errors with solutions

Ten common PDF accessibility errors with solutions Ten common PDF accessibility errors with solutions Table of Contents List of Figures...2 1. Why bother about accessible PDFs?...3 2. Common PDF accessibility errors and their solutions...3 2.1 PDF not

More information

Result of voting. Information technology -- Language independent arithmetic -- Part 1: Integer and floating point arithmetic

Result of voting. Information technology -- Language independent arithmetic -- Part 1: Integer and floating point arithmetic Result of voting Ballot Information Ballot reference ISO/IEC CD 10967-1 Ballot type Ballot title CD Opening date 011-01-08 Closing date 011-05-08 N Information technology -- Language independent arithmetic

More information

Rights and Responsibilities in. Benjamin Edelman Harvard Business School

Rights and Responsibilities in. Benjamin Edelman Harvard Business School Rights and Responsibilities in Search and dsearch hadvertising i Benjamin Edelman Harvard Business School December 7, 2010 Google Search Market Share Lithuania Latvia Belgium Hungary Romania Netherlands

More information

CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide

CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide Version History Version Date Title 1.0 04/10/17 Initial document All quotes, offers or proposals are (i) made based on Interoute

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15844-4 December 2010 ICS 03.240 English Version Postal services - ID-tagging of letter mail items - Part 4: State encoding

More information

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System The Role of SANAS in Support of South African Regulatory Objectives Mr. Mpho Phaloane South African National Accreditation System Outline of Presentation INTRODUCTION STATUS OF SANAS TECHNICAL INFRASTRUCTURE

More information

Acrobat XI Pro PDF Accessibility Repair Workflow

Acrobat XI Pro PDF Accessibility Repair Workflow Contents 2 Step 1: Examine the PDF File 2 Step 2: Add Document Properties and Interactive Features 8 Step 3: Perform OCR on Scanned Document 13 Step 6: Add Tags to the Document 23 Step 7: Examine and Repair

More information

Moving Professionals Forward. World Leader In Competence Based Certification

Moving Professionals Forward. World Leader In Competence Based Certification Moving Professionals Forward World Leader In Competence Based Certification Professionalism in a changing world The world is changing and project management is changing with it. IPMA is adapting: to the

More information

CommonLook Office GlobalAccess Quick Start Guide using Microsoft PowerPoint

CommonLook Office GlobalAccess Quick Start Guide using Microsoft PowerPoint CommonLook Office GlobalAccess Quick Start Guide using Microsoft PowerPoint Welcome to the NetCentric Technologies CommonLook Office GlobalAccess Quick Start Guide. This tutorial is intended to help users

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

U85026A Detector 40 to 60 GHz

U85026A Detector 40 to 60 GHz Operating and Service Manual U85026A Detector 40 to 60 GHz Serial Numbers This manual applies directly to U85026A detectors with serial numbers 100 and above. For additional information on serial numbers,

More information

Power Analyzer Firmware Update Utility Version Software Release Notes

Power Analyzer Firmware Update Utility Version Software Release Notes Power Analyzer Firmware Update Utility Version 3.1.0 Software Release Notes Contents General Information... 2... 2 Supported models... 2 Minimum system requirements... 2 Installation instructions... 2

More information

Creating Accessible Microsoft Word Documents

Creating Accessible Microsoft Word Documents Creating Accessible Microsoft Word Documents Microsoft Word is one of the most commonly used word processing software packages, making it a ubiquitous tool to create documents that may be viewed online

More information

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST)

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST) Overcoming the Compliance Challenges of VAT Remittance 12 April 2016 15:55 to 16:30 (CEST) Presenters Nicole Jupin Vertex Inc. Senior Solutions Manager David Rossing Vertex Inc. Senior Tax Solutions Engineer,

More information

Light Quality and Energy Efficiency The CIE Approach

Light Quality and Energy Efficiency The CIE Approach Light Quality and Energy Efficiency The CIE Approach Peter Zwick Light Quality and Energy Efficiency the CIE Approach 1 Overview Introduction of CIE Energy efficiency in lighting Light quality CIE work

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15844-5 December 2010 ICS 03.240 English Version Postal services - ID-tagging of letter mail items - Part 5: 4-state encoding

More information

AN POST SCHEDULE OF CHARGES

AN POST SCHEDULE OF CHARGES AN POST SCHEDULE OF CHARGES Effective from 4 April 2018 UNIVERSAL POSTAL SERVICES (Universal Services are specified in the Communications Regulation (Universal Postal Service) Regulations 2012, S.I. 280

More information

Frequently Asked Questions

Frequently Asked Questions December 2001 Introduction International Standard ISO/IEC 17799:2000 Information Security Management, Code of Practice for Information Security Management Frequently Asked Questions The National Institute

More information

English Version. Postal Services - Open Standard Interface - Address Data File Format for OCR/VCS Dictionary Generation

English Version. Postal Services - Open Standard Interface - Address Data File Format for OCR/VCS Dictionary Generation TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15873 March 2009 ICS 03.240; 35.240.60 English Version Postal Services - Open Standard Interface - Address Data File Format

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

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF Document/Presentation Accessibility Best Practices Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF 19-Oct-15 Table of Contents Key Terms... 2 Accessible/Accessibility... 2 Alternative Text...

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN ISO/TS 19139 November 2009 ICS 35.240.70 English Version Geographic information - Metadata - XML schema implementation (ISO/TS

More information

AMAC. AMAC was created in 2005, as an initiative of the Board of Regents University System of Georgia, to help postsecondary

AMAC. AMAC was created in 2005, as an initiative of the Board of Regents University System of Georgia, to help postsecondary OER & Accessibility Norah Sinclair / July 13,2015 AMAC Accessibility Solutions and Research Center College of Architecture Georgia Institute of Technology AMAC AMAC was created in 2005, as an initiative

More information

Welcome to Baker McKenzie Stockholm Fifth Annual Trade Day. 7 November 2017

Welcome to Baker McKenzie Stockholm Fifth Annual Trade Day. 7 November 2017 Welcome to Baker McKenzie Stockholm Fifth Annual Trade Day 7 November 2017 Software Classification and Security Alison Stafford Powell and Olof König 3 4 Alison J. Stafford Powell Partner Baker McKenzie

More information

The vote closed on the date indicated above. Please attach the results of voting to this form as annex A.

The vote closed on the date indicated above. Please attach the results of voting to this form as annex A. Form 13: Report of voting on ISO/DIS ISO/DIS 20145 Closing date of voting: 2017-09-12 ISO/TC 131/SC 5 N 813 Secretariat: AFNOR A report shall be returned to ISO/CS no later than 3 months after the closing

More information

ETSI Governance and Decision Making

ETSI Governance and Decision Making ETSI Governance and Decision Making Presented by: Ultan Mulligan For: ETSI Seminar 25-26.6.2018 ETSI 2018 ETSI 2018 ETSI Governance The ETSI structure General Assembly ETSI Board Special Committees Industry

More information

Accessible Document Practices in Adobe Acrobat

Accessible Document Practices in Adobe Acrobat Accessible Document Practices in Adobe Acrobat Todd M. Weissenberger, University of Iowa Adobe Acrobat lets you create documents in Portable Document Format (PDF) from a variety of sources. Acrobat PDFs

More information

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP Carrier Services All IP Intelligent telephony In current times, being connected to the telephone network just isn t enough anymore; one needs to be INTERconnected with it, as it all has become IP. Along

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CEN ISO/TR 7250-2 April 2011 ICS 13.180 English Version Basic human body measurements for technological design - Part 2: Statistical summaries of

More information

ICSP Section 508 System Catalog Meeting. Wednesday, February 29, 2012

ICSP Section 508 System Catalog Meeting. Wednesday, February 29, 2012 ICSP Section 508 System Catalog Meeting Wednesday, February 29, 2012 Section 508 System Catalog Form In September 2011, Abt Associates sent out a Section 508 System Catalog form to the 14 principal statistical

More information

Improving digital infrastructure for a better connected Thailand

Improving digital infrastructure for a better connected Thailand Improving digital infrastructure for a better connected 1 Economies across the globe are going digital fast The Global GDP forecast 2017 Economies are setting policies to encourage ICT investment Global

More information

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz Date created: 11 July 2016 Last update: 18 August 2016 READERS REGULATORY CERTIFICATION BY COUNTRY. The following table consists of the current regulatory certifications for the readers. HID Global is

More information

Common European Submission Portal

Common European Submission Portal Common European Submission Portal Presenter: Kevin Horan Title: ICT Director email: kevin.horan@hpra.ie Common European Submission Portal CESP: A simple and secure mechanism for exchange of information

More information

IBM offers Software Maintenance for additional Licensed Program Products

IBM offers Software Maintenance for additional Licensed Program Products Announcement ZS10-0142, dated October 5, 2010 IBM offers Software Maintenance for additional Licensed Program Products Table of contents 1 Overview 3 Description 1 Key prerequisites 4 Prices 2 Planned

More information

MANUAL VOICE/DATA SIMCARD CANADA

MANUAL VOICE/DATA SIMCARD CANADA MANUAL VOICE/DATA SIMCARD CANADA Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

Adobe LiveCycle Correspondence Management ES4 Voluntary Product Accessibility Template

Adobe LiveCycle Correspondence Management ES4 Voluntary Product Accessibility Template Adobe LiveCycle Correspondence Management ES4 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary

More information

English version. Metadata for Learning Opportunities (MLO) - Advertising

English version. Metadata for Learning Opportunities (MLO) - Advertising CEN WORKSHOP CWA 15903 December 2008 AGREEMENT ICS 03.180; 35.240.99 English version Metadata for Learning Opportunities (MLO) - Advertising This CEN Workshop Agreement has been drafted and approved by

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CEN/TR 15449-5 April 2015 ICS 07.040; 35.240.70 English Version Geographic information - Spatial data infrastructures - Part 5: Validation and testing

More information

Adobe LiveCycle PDF Generator ES4 Voluntary Product Accessibility Template

Adobe LiveCycle PDF Generator ES4 Voluntary Product Accessibility Template Adobe LiveCycle PDF Generator ES4 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Reference Interconnect Offer Fix and Mobile (RIO F&M)

Reference Interconnect Offer Fix and Mobile (RIO F&M) 1 (14) Reference Interconnect Offer Fix and Mobile (RIO F&M) Join Experience S.A. 11, rue de Bitbourg L-1273 Luxembourg registered with the Trade and Companies Register of Luxembourg under number B176835

More information

PRODUCT DATA. Reporting Module Type 7832

PRODUCT DATA. Reporting Module Type 7832 PRODUCT DATA Reporting Module Type 7832 Reporting Module Type 7832 provides dedicated Data Management and Reporting for Brüel & Kjær Noise Monitoring Systems. It has never been easier to create great looking

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 END-OF-LIFE NOTICE, NO. 2566 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 Cisco Systems announces the end of life of the Cisco Media Convergence Server 7845H-2400.

More information

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC)

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) Screen readers and Excel Users who are blind rely on software called a screen reader to interact with spreadsheets. Screen

More information

Verwaltung und Qualitätssicherung von BIM-Modellen via IFCWebServer.org Data Server

Verwaltung und Qualitätssicherung von BIM-Modellen via IFCWebServer.org Data Server Verwaltung und Qualitätssicherung von BIM-Modellen via IFCWebServer.org Data Server Ali Ismail M.Sc. TU Dresden Institut für Bauinformatik Development Leader @ IFCWebServer.org Content Short introduction

More information

Safety. Introduction

Safety. Introduction KickStart Guide Safety Introduction Safety precautions Before using this product, see the safety precautions associated with your instrument. The instrumentation associated with this software is intended

More information

VOICE/DATA SIMCARD USA UNLIMITED

VOICE/DATA SIMCARD USA UNLIMITED VOICE/DATA SIMCARD USA UNLIMITED Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

PDF Remediation Checklist

PDF Remediation Checklist PDF Remediation Checklist Required PDF Fixes Issue Title Image is Missing Alternative Text Alternative Text is Incorrect Decorative Images are not Tagged as Background Related Objects are Issue Description

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 16986 October 2016 ICS 35.240.60 English Version Electronic Fee Collection - Interoperable application profiles for information

More information

Adobe LiveCycle Designer ES3 Voluntary Product Accessibility Template

Adobe LiveCycle Designer ES3 Voluntary Product Accessibility Template Adobe LiveCycle Designer ES3 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

English version. J/eXtensions for Financial Services (J/XFS) for the Java Platform - Release Part 1: Base Architecture - Programmer's Reference

English version. J/eXtensions for Financial Services (J/XFS) for the Java Platform - Release Part 1: Base Architecture - Programmer's Reference CEN WORKSHOP CWA 16008-1 August 2009 AGREEMENT ICS 35.240.40 English version J/eXtensions for Financial Services (J/XFS) for the Java Platform - Release 2009 - Part 1: Base Architecture - Programmer's

More information

Web Content Accessibility Guidelines (WCAG) Whitepaper

Web Content Accessibility Guidelines (WCAG) Whitepaper Web Content Accessibility Guidelines (WCAG) Whitepaper Table of Contents WCAG Overview Abstract This whitepaper is written to give you an understanding of the various principles and compliances of Web

More information

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Programming Note Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Manufacturing Part Number: 08757-90130 Printed in USA Print Date: July 1992 Agilent Technologies, Inc.

More information

THE POWER OF A STRONG PARTNERSHIP.

THE POWER OF A STRONG PARTNERSHIP. THE POWER OF A STRONG PARTNERSHIP. Now you can harness a network of resources. Connections, knowledge, and expertise. All focused on your success. The Cisco Channel Partner Program. BE CONNECTED. Great

More information

ICT Connectivity for Trade & Development

ICT Connectivity for Trade & Development Committed to Connecting the World WTO Symposium on the 20 th Anniversary of the Information Technology Agreement ICT Connectivity for Trade & Development Vanessa GRAY Head of LDCs, SIDS & Emergency Telecommunications

More information

Country-specific notes on Waste Electrical and Electronic Equipment (WEEE)

Country-specific notes on Waste Electrical and Electronic Equipment (WEEE) EUROPEAN COMMISSION EUROSTAT Directorate E: Sectoral and regional statistics E-2: Environmental Statistics and Accounts; Sustainable Development Country-specific notes on Waste Electrical and Electronic

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

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

ISO/IEC JTC 1/SC 2 N 4136/WG2 N3825 DATE:

ISO/IEC JTC 1/SC 2 N 4136/WG2 N3825 DATE: ISO/IEC JTC 1/SC 2 N 4136/WG2 N3825 DATE: 2010-04-20 ISO/IEC JTC 1/SC 2 Coded Character Sets Secretariat: Japan (JISC) DOC. TYPE TITLE SOURCE Summary of Voting/Table of Replies Table of Replies on ISO/IEC

More information

IECEE provides facilitation to the Global Trade

IECEE provides facilitation to the Global Trade INTERNATIONAL ELECTROTECHNICAL COMMISSION WORLDWIDE SYSTEM FOR CONFORMITY TESTING AND CERTIFICATION OF ELECTRICAL EQUIPMENT AND COMPONENTS IECEE provides facilitation to the Global Trade IECEE takes the

More information

This document is a preview generated by EVS

This document is a preview generated by EVS EESTI STANDARD EVS-EN 14603:2005 Information technology - Alphanumeric glyph image set for optical character recognition OCR-B - Shapes and dimensions of the printed image Information technology - Alphanumeric

More information

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML Q & A CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML GENERAL QUESTIONS Q. What is the Cisco IP Phone 7970G? A. The 7970G is our latest state-of-the-art IP phone, which includes a large color,

More information

MORE THAN JUST A PRODUCT, CABLOFIL IS A GLOBAL SOLUTION. Safer, more economic economic and more performant and A SYSTEM AN EXPERTISE A SERVICE

MORE THAN JUST A PRODUCT, CABLOFIL IS A GLOBAL SOLUTION. Safer, more economic economic and more performant and A SYSTEM AN EXPERTISE A SERVICE CABLOFIL DATA MORE THAN JUST A PRODUCT, CABLOFIL IS A GLOBAL SOLUTION A COMPLETE RANGE FOR EVERY APPLICATIONS A SYSTEM AN EXPERTISE A SERVICE CABLE MANAGEMENT LEADER OF For 40 years, CABLOFIL has revolutionised

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

Devices for LV overvoltage protection : Called Surge Protective Device (SPD) for Low Voltage. Different from high voltage : «surge arrester»

Devices for LV overvoltage protection : Called Surge Protective Device (SPD) for Low Voltage. Different from high voltage : «surge arrester» Dispositivos para Proteção contra Surtos em Baixa Tensão Alain Rousseau Presidente do SC 37A / WG 3 da IEC Devices for LV Overvoltage Protection. SC37A /WG3 Convener Alain Rousseau NORMA INTERNACIONAL

More information

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions EventBuilder.com International Audio Conferencing Access Guide TM This guide contains: :: International Toll-Free Access Dialing Instructions :: ATFS (Access Toll-Free Service) Dialing Instructions ::

More information

ISO/IEC JTC 1/SC 32 N 2432

ISO/IEC JTC 1/SC 32 N 2432 ISO/IEC JTC 1/SC 32 N 2432 Date: 2013-10-24 REPLACES: ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Farance Inc. on behalf of ANSI DOCUMENT

More information

The Making of PDF/A. 1st Intl. PDF/A Conference, Amsterdam Stephen P. Levenson. United States Federal Judiciary Washington DC USA

The Making of PDF/A. 1st Intl. PDF/A Conference, Amsterdam Stephen P. Levenson. United States Federal Judiciary Washington DC USA 1st Intl. PDF/A Conference, Amsterdam 2008 United States Federal Judiciary Washington DC USA 2008 PDF/A Competence Center, PDF/A for all Eternity? A file format is a critical part of a preservation model

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15844-1 December 2010 ICS 03.240 English Version Postal services - ID-tagging of letter mail items - Part 1: ID-tag structure,

More information

World most famous and successful Conformity Assessment Scheme for mutual recognition of test certificates for electrical equipment

World most famous and successful Conformity Assessment Scheme for mutual recognition of test certificates for electrical equipment IECEE CB Scheme World most famous and successful Conformity Assessment Scheme for mutual recognition of test certificates for electrical equipment 9/29/2004 1 IECEE CB Scheme history IECEE CB Scheme history

More information

ISO/TS TECHNICAL SPECIFICATION. Automatic vehicle and equipment identification Intermodal goods transport Numbering and data structures

ISO/TS TECHNICAL SPECIFICATION. Automatic vehicle and equipment identification Intermodal goods transport Numbering and data structures Provläsningsexemplar / Preview TECHNICAL SPECIFICATION ISO/TS 17262 First edition 2003-06-01 Automatic vehicle and equipment identification Intermodal goods transport Numbering and data structures Identification

More information