[
https://issues.apache.org/jira/browse/FOP-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891665#comment-17891665
]
João André Gonçalves commented on FOP-3214:
-------------------------------------------
[~jstaerk]
Currently, you title element looks like this:
{code:java}
<dc:title>471102</dc:title> {code}
Change it to this:
{code:java}
<dc:title><rdf:Alt><rdf:li
xml:lang="x-default">471102</rdf:li></rdf:Alt></dc:title> {code}
This will solve your issue.
> PDF/A-3 output violates Specification: ISO 19005-3:2012, Clause: 6.6.2.3.1,
> Test number: 2
> ------------------------------------------------------------------------------------------
>
> Key: FOP-3214
> URL: https://issues.apache.org/jira/browse/FOP-3214
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.10
> Environment: Intellij on Win11
> Reporter: Jochen Stärk
> Priority: Major
> Attachments: AdobeCompat-v2.icc, FreeSans.ttf, Main.java,
> fop-config.xconf, out.pdf, pom.xml,
> veraPDF-tempHTMLReport13626354372515167379.html
>
>
> When creating PDF/A-3 I get a violation of
> [https://github.com/veraPDF/veraPDF-validation-profiles/wiki/PDFA-Parts-2-and-3-rules#rule-66231-2]
>
> Please note that this seems to be similar to what is described for PDF/A-2 in
> FOP-3006
> Steps to reproduce the attached verapdf html report: download verapdf and
> apply it on out.pdf
> Steps to reproduce the attached out.pdf:
> Put all attached files in the root dir of an intellij maven project dir, just
> move Main.java to src/Main/java/de.usegroup. Reload maven from pom, build it
> and execute Main.java.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)