[jira] [Commented] (FOP-3144) Is it possible to create a PDF which is both PDF/A and PDF/UA compliant?

2023-11-16 Thread Jira


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

João André Gonçalves commented on FOP-3144:
---

[~fugerit] 
I found this as part of the introduction of ISO-14289

_PDF/UA is intended_
_as a companion standard, to be used in conjunction with ISO 32000, ISO 19005, 
ISO 15930 and other_
_standards as may apply for the purpose of achieving accessibility or as 
mandated by this International_
_Standard_

All my research into this confirmed what I quoted above. I found a company 
saying they can generate PDF/A and PDF/UA compliant PDFs 
([BPO*|[https://bfo.com/viewtext/blog/articles/pdf-ua/StructuredPDF.java])|https://bfo.com/viewtext/blog/articles/pdf-ua/StructuredPDF.java]),]

When comparing a FOP generated PDF/A and PDF/UA file and one using the code 
above, we can see that the second file adds an extra Description element 
mentioning a schema. When moving that element to the FOP generated PDF the 
warning vanishes.
I'm going to try and add something to FOP so it adds that element automatically.

> Is it possible to create a PDF which is both PDF/A and PDF/UA compliant?
> 
>
> Key: FOP-3144
> URL: https://issues.apache.org/jira/browse/FOP-3144
> Project: FOP
>  Issue Type: Improvement
>  Components: renderer/pdf
>Affects Versions: 2.8
>Reporter: Matteo Franci
>Priority: Major
>
> I would like to create a PDF which have both a PDF/A and PDF/UA profile 
> active.
> It seems validators do not accept the generated property :
> {code:java}
>  http://www.aiim.org/pdfua/ns/id/; 
> rdf:about="">
> 1
>  {code}
> So maybe the issue is not with FOP but with the compatibility of the two 
> standards or with the validators.
> Do you have any clues about it?
> I tried a few configurations, for example : 
>  
> {code:java}
>        
>   PDF/UA-1
>   PDF/A-1a         
>   1.4  
>   ...    
>  
> {code}
> Or 
> {code:java}
>        
>   PDF/UA-1
>   PDF/A-2a         
>   1.7  
>   ...    
>  
> {code}
> The PDF/UA validation succeds (I tried [https://check.axes4.com/en/]),
> but the PDF/A validation fails (I tried adobe and  
> [https://avepdf.com/en/pdfa-validation]  
> [),|https://avepdf.com/en/pdfa-validation] with this error : 
>  
> {color:#ff}XMP property pdfuaid:part not defined in current schema.{color}
>  
> Thanks in advance.
>  
>  



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


[jira] [Commented] (FOP-3144) Is it possible to create a PDF which is both PDF/A and PDF/UA compliant?

2023-08-24 Thread Matteo Franci (Jira)


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

Matteo Franci commented on FOP-3144:


[~ssteiner] or anyone else, have you ever tried it and have some solution? (I 
know it is not inherenlty a issue with FOP, just wnated to know if someone has 
some insight)

 

Thanks in advance.

> Is it possible to create a PDF which is both PDF/A and PDF/UA compliant?
> 
>
> Key: FOP-3144
> URL: https://issues.apache.org/jira/browse/FOP-3144
> Project: FOP
>  Issue Type: Improvement
>  Components: renderer/pdf
>Affects Versions: 2.8
>Reporter: Matteo Franci
>Priority: Major
>
> I would like to create a PDF which have both a PDF/A and PDF/UA profile 
> active.
> It seems validators do not accept the generated property :
> {code:java}
>  http://www.aiim.org/pdfua/ns/id/; 
> rdf:about="">
> 1
>  {code}
> So maybe the issue is not with FOP but with the compatibility of the two 
> standards or with the validators.
> Do you have any clues about it?
> I tried a few configurations, for example : 
>  
> {code:java}
>        
>   PDF/UA-1
>   PDF/A-1a         
>   1.4  
>   ...    
>  
> {code}
> Or 
> {code:java}
>        
>   PDF/UA-1
>   PDF/A-2a         
>   1.7  
>   ...    
>  
> {code}
> The PDF/UA validation succeds (I tried [https://check.axes4.com/en/]),
> but the PDF/A validation fails (I tried adobe and  
> [https://avepdf.com/en/pdfa-validation]  
> [),|https://avepdf.com/en/pdfa-validation] with this error : 
>  
> {color:#ff}XMP property pdfuaid:part not defined in current schema.{color}
>  
> Thanks in advance.
>  
>  



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