File: ref_pdf_export_universal_accessibility.xhp

package info (click to toggle)
libreoffice 4%3A25.2.3-2%2Bdeb13u2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,785,556 kB
  • sloc: cpp: 4,354,935; xml: 450,154; java: 260,044; python: 80,206; ansic: 33,790; perl: 30,351; javascript: 18,236; sh: 12,043; makefile: 10,672; cs: 8,865; yacc: 8,549; objc: 2,131; lex: 1,379; asm: 1,231; awk: 996; pascal: 940; csh: 20; sed: 5
file content (73 lines) | stat: -rw-r--r-- 3,908 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<!--
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
-->

<meta>
  <topic id="universalaccessibility" indexer="include" status="PUBLISH">
    <title id="tit" xml-lang="en-US">Universal Accessibility (PDF Export)</title>
    <filename>/text/shared/01/ref_pdf_export_universal_accessibility.xhp</filename>
  </topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id791603045631184">
<bookmark_value>PDF export;Universal Accessibility</bookmark_value>
</bookmark>
<section id="PDF_UA_head">
<h2 id="hd_id711602623643384"><link href="text/shared/01/ref_pdf_export_universal_accessibility.xhp">Universal Accessibility (PDF/UA)</link></h2>
<paragraph role="paragraph" id="par_id221602623934399">Creates a universal accessibility-complying PDF file that follows the requirements of PDF/UA (ISO 14289) specifications.</paragraph>
</section>

<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#exportpdfgeneral"/>
<paragraph role="paragraph" id="par_id891603046173838">then choose <emph>Universal Accessibility (PDF/UA)</emph>.</paragraph>
</section>

<paragraph role="paragraph" id="par_id151603044639549">The specification defines the required structure and formatting of a document and PDF features that are better suited for accessibility. This specification can also be used to produce documents that achieve W3C's Web Content Accessibility Guidelines 2.0 (WCAG 2.0).</paragraph>

<paragraph role="paragraph" id="par_id701603046818148">The present implementation (January 2020) checks the following:</paragraph>

<list type="unordered">
    <listitem>
        <paragraph id="par_id601603042936801" role="listitem">The document title is set.</paragraph>
    </listitem>
      <listitem>
        <paragraph id="par_id951603042978520" role="listitem">The document language is set, or all styles in use have the language property set.</paragraph>
    </listitem>
      <listitem>
        <paragraph id="par_id951603042984032" role="listitem">All images, graphics, OLE objects have an alternate (alt) text or a title.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id341603042991177" role="listitem">Tables do not contain split or merged cells.</paragraph>
  </listitem>
    <listitem>
        <paragraph id="par_id481603043007920" role="listitem">Only integrated numbering is used, no manual numbering. For example, do not type "1.", "2.", "3." at the beginning of paragraphs.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id521603043012471" role="listitem">Hyperlink texts without the underlying hyperlinks.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id521603043019328" role="listitem">The contrast between text and the background meets the WCAG specification.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id71603043022999" role="listitem">No blinking text.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id251603043029601" role="listitem">No footnotes or endnotes.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id101603043034257" role="listitem">Headings must increase sequentially with no skips, for example, you cannot have Heading 1, Heading 3, and no Heading 2.</paragraph>
    </listitem>
    <listitem>
        <paragraph id="par_id281603043041040" role="listitem">Text does not convey additional meaning with (direct) formatting.</paragraph>
    </listitem>
</list>
<tip id="par_id311603047235460">You can check the document accessibility compliance before exporting with <menuitem>Tools - Check Accessibility</menuitem> </tip>
</body>
</helpdocument>