[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] tagged and accessible PDF document with DocBook
I think you've summed it up Holger. http://www.pdf-accessibility.com/ is of little help. I can only suggest you override the xsl-fo templates to add structural information from the source. (which assumes you need printable content?) HTH On 3 April 2017 at 14:25, Holger Bast <HolgerBast@gmx.de> wrote: > Dear all, > I'm trying to generate "tagged" and "accessible" PDF documents, via docbook5 -> xsfl:fo -> pdf (with Apache FOP and docbook-xsl v1.79.1). I tried both FOP-parameters (accessibility/PDF-UA) and received a tagged PDF file. But I found out that there is no structural information inside the pdf; 'everything' is tagged as p(aragraph). The xsl:fo also lacks this kind of information. The Apache FOP Accessibility help recommends using the role attribute for tagging information inside the document: > > <fo:block role="H1" font-weight="bold">I. A Level 1 Heading</fo:block> > > Did I miss something (parameter, wrong stylesheet)? > Has anyone already generated accessible PDF documents based on DocBook? > > Thanks, Holger > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org > -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]