[ 
https://issues.apache.org/jira/browse/FOP-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18082424#comment-18082424
 ] 

Alexander Dyuzhev commented on FOP-3306:
----------------------------------------

Unfortunately, no. I've tried these variants:
{code:java}
<fo:leader role="artifact" ...{code}
and
{code:java}
<fo:wrapper role="artifact"><fo:leader ...{code}
but FOP ignores them and again generates multiple  `/Artifact`.

 

> Multiple Artifacts for fo:leader dots in the accessible PDF
> -----------------------------------------------------------
>
>                 Key: FOP-3306
>                 URL: https://issues.apache.org/jira/browse/FOP-3306
>             Project: FOP
>          Issue Type: Bug
>            Reporter: Alexander Dyuzhev
>            Priority: Major
>         Attachments: fop.xconf, test.fo, test.pdf
>
>
> I have a simple XSL-FO with \{{<fo:leader leader-pattern="dots"/>}}.
> In the generated PDF, each dot is individually marked as Artifact:
> {code:java}
>     EMC
>     /Link << /MCID 1 >> BDC
>       BT
>         /F1 12 Tf
>         1 0 0 -1 0 24.666 Tm
>         [ (Introduction ) -115.6667 () ] TJ
>       ET
>     EMC
>     /Artifact BMC
>       BT
>         /F1 12 Tf
>         1 0 0 -1 67.424 24.666 Tm
>         [ (.) ] TJ
>       ET
>     EMC
>     /Artifact BMC
>       BT
>         /F1 12 Tf
>         1 0 0 -1 70.76 24.666 Tm
>         [ (.) ] TJ
>       ET
>     EMC
>     /Artifact BMC
>       BT
>         /F1 12 Tf
>         1 0 0 -1 74.096 24.666 Tm
>         [ (.) ] TJ
>       ET
>     EMC
>     /Artifact BMC
>       BT
>         /F1 12 Tf
>         1 0 0 -1 77.432 24.666 Tm
>         [ (.) ] TJ
>       ET
>     EMC
>     /Artifact BMC
> ...{code}
> (I use PDFBox's PDFDebugger tool)
>  
> How to mark the entire run of dots as a single artifact?
> {code:java}
>     /Artifact BMC
>       BT
>         /F1 12 Tf
>         1 0 0 -1 410.67 24.666 Tm
>         [ (..................) ] TJ
>       ET
>     EMC{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to