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

2023-12-15 Thread Jira


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

João André Gonçalves updated FOP-3144:
--
Summary: [PATCH] Is it possible to create a PDF which is both PDF/A and 
PDF/UA compliant?  (was: Is it possible to create a PDF which is both PDF/A and 
PDF/UA compliant?)

> [PATCH] 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
> Attachments: commons.patch, fonts.fo, fop.patch, pdfFop.xconf, 
> pdfUaFonts.pdf
>
>
> 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)


Unsubscribe

2023-12-15 Thread Arun Patra



> On 15-Dec-2023, at 10:47 PM, João André Gonçalves (Jira)  
> wrote:
> 
> 
> [ 
> https://issues.apache.org/jira/browse/FOP-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
> 
> João André Gonçalves updated FOP-3144:
> --
>Attachment: fop.patch
>commons.patch
> 
>> 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
>>Attachments: commons.patch, fonts.fo, fop.patch, pdfFop.xconf, 
>> pdfUaFonts.pdf
>> 
>> 
>> 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] [Updated] (FOP-3144) Is it possible to create a PDF which is both PDF/A and PDF/UA compliant?

2023-12-15 Thread Jira


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

João André Gonçalves updated FOP-3144:
--
Attachment: fop.patch
commons.patch

> 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
> Attachments: commons.patch, fonts.fo, fop.patch, pdfFop.xconf, 
> pdfUaFonts.pdf
>
>
> 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] [Updated] (FOP-3144) Is it possible to create a PDF which is both PDF/A and PDF/UA compliant?

2023-12-15 Thread Jira


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

João André Gonçalves updated FOP-3144:
--
Attachment: fonts.fo
pdfFop.xconf
pdfUaFonts.pdf

> 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
> Attachments: fonts.fo, pdfFop.xconf, pdfUaFonts.pdf
>
>
> 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] [Resolved] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner resolved FOP-2764.

Fix Version/s: main
   Resolution: Fixed

https://github.com/apache/xmlgraphics-fop/commit/01e520466cb43fb5e152c2faed5a47adac0c8f9c

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Assignee: Simon Steiner
>Priority: Major
>  Labels: arabic, footnote, rtl
> Fix For: main
>
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


[jira] [Assigned] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner reassigned FOP-2764:
--

Assignee: Simon Steiner

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Assignee: Simon Steiner
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


Unsubscribe

2023-12-15 Thread Arun Patra



> On 15-Dec-2023, at 5:42 PM, João André Gonçalves (Jira)  
> wrote:
> 
> 
> [ 
> https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
> 
> João André Gonçalves updated FOP-2764:
> --
>Attachment: rightLeft.patch
> 
>> [PATCH] footnote-body ignores rl-tb writing mode
>> 
>> 
>>Key: FOP-2764
>>URL: https://issues.apache.org/jira/browse/FOP-2764
>>Project: FOP
>> Issue Type: Bug
>> Components: renderer/pdf
>>   Affects Versions: 2.2
>>   Reporter: schwitin
>>   Priority: Major
>> Labels: arabic, footnote, rtl
>>Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
>> rtl-footnote-test.fo, rtl-footnote-test.pdf
>> 
>> 
>> Arabic text does not display properly when it is placed in the footnote-body 
>> element. 
>> Related to FOP-2043
> 
> 
> 
> --
> This message was sent by Atlassian Jira
> (v8.20.10#820010)



[jira] [Updated] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Jira


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João André Gonçalves updated FOP-2764:
--
Attachment: rightLeft.fo
rightLeft.pdf

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


[jira] [Updated] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Jira


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João André Gonçalves updated FOP-2764:
--
Attachment: rightLeft.patch

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


[jira] [Updated] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Jira


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João André Gonçalves updated FOP-2764:
--
Attachment: (was: fonts.fo)

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


[jira] [Updated] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Jira


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João André Gonçalves updated FOP-2764:
--
Attachment: fonts.fo
npe.pdf

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


[jira] [Updated] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Jira


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João André Gonçalves updated FOP-2764:
--
Attachment: (was: npe.pdf)

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rightLeft.fo, rightLeft.patch, rightLeft.pdf, 
> rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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


[jira] [Updated] (FOP-2764) [PATCH] footnote-body ignores rl-tb writing mode

2023-12-15 Thread Jira


 [ 
https://issues.apache.org/jira/browse/FOP-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João André Gonçalves updated FOP-2764:
--
Summary: [PATCH] footnote-body ignores rl-tb writing mode  (was: 
footnote-body ignores rl-tb writing mode)

> [PATCH] footnote-body ignores rl-tb writing mode
> 
>
> Key: FOP-2764
> URL: https://issues.apache.org/jira/browse/FOP-2764
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.2
>Reporter: schwitin
>Priority: Major
>  Labels: arabic, footnote, rtl
> Attachments: rtl-footnote-test.fo, rtl-footnote-test.pdf
>
>
> Arabic text does not display properly when it is placed in the footnote-body 
> element. 
> Related to FOP-2043



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