[Libreoffice-bugs] [Bug 45636] Add support for PDF/UA (PDF/Universal Accessibility) - ISO 14289

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat May 18 09:06:50 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=45636

--- Comment #7 from johann.klocker at dornbirn.at ---
I am looking for a good tool to produce accessible PDFs too. And I found
another bug regarding the accessibility of the PDFs exported by swriter. If the
document contains form fields, these document parts are listed in the tag-list
of the PDF at a wrong place. They are listed after all normal text of a page.

Example:
The document:
paragraph1
formfield1
paragraph2
formfield2
paragraph3

results in this tag-list in the exported PDF:
<P>
    paragraph1
<P>
<P>
    paragraph2
<P>
<P>
    paragraph3
<P>
<Form>
<Form>

I tried some other objects, which can be part of or anchored in a paragraph
like textboxes. They are listed in the tag-list at the end of a page too. In
contrast, images seem to be listed in the right order.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190518/676e3824/attachment.html>


More information about the Libreoffice-bugs mailing list