[
https://issues.apache.org/jira/browse/FOP-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18094667#comment-18094667
]
Alexander Dyuzhev commented on FOP-3306:
----------------------------------------
[~jgoncalves] the link
[https://github.com/apache/xmlgraphics-fop/commit/6361eaf6559a29da124bdd28e2023ff29e531afe]
relates to the first update in May, 28.
May be do you mean the commit
[https://github.com/apache/xmlgraphics-fop/commit/73ebfb18d86765ba0185fe8c27099434907fc356?]
I think no need to remove the condition`getUserAgent().isPdfUAEnabled()`
specially in the `drawLine` function. I set PDF/UA mode in the FOP config in my
production environment, and now the line marked as Artifact, even without this
commit.
{code:java}
/Artifact BMC
q
0 G
1 J
[ 0 2.004985 ] 0 d
1 w
68.513 38.83 m
471.515 38.83 l
S
Q
EMC {code}
There is a difference between `<fo:leader leader-pattern="dots"/>` and
`<fo:leader leader-pattern="rule" rule-style="dotted"></fo:leader>` in the PDF
rendering:
!image-2026-07-08-22-43-55-471.png!
Is there a way to redefine the character (quad vs. circle), size and may
distance between the glyphs?
> 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: Improvement
> Reporter: Alexander Dyuzhev
> Assignee: Joao Goncalves
> Priority: Major
> Attachments: fop.xconf, image-2026-07-08-22-43-55-471.png, test.fo,
> test.pdf, test_2026-05-29.fo, test_2026-05-29.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)