RE: Maven JAR is incomplete

2023-08-22 Thread Simon Steiner
Hi,

 

You can depend on just the fop module as before and it should work fine.

 

Thanks

 

From: Julien Lacour  
Sent: 22 August 2023 16:05
To: Simon Steiner 
Subject: Re: Maven JAR is incomplete

 

This just means that instead of using fop in my pom.xml file, I must use one of 
the submodules like fop-events?

Regards,
Julien

On 22/08/2023 17:55, Simon Steiner wrote:

Hi,

 

In version 2.9 we have changed the fop.jar, so it no longer contains class 
files. The class files are located in the submodules, that maven would pull 
down and add to your classpath.

 

Thanks

 

From: Julien Lacour    
Sent: 22 August 2023 15:49
To: Simon Steiner   

Subject: Re: Maven JAR is incomplete

 

Hi Simon,

Sorry I don't get it, I compared the jars on mvn repo between 2.8 and 2.9, and 
2.8 is way bigger:

fop-2.8.jar 
 
   2022-11-08 10:03   4455573 
fop-2.9.jar 
 
   2023-08-21 11:44  2174  

Does that mean that it will take a little more time to be complete on Maven, 
the artifact on Nexus is of the same size:
https://repository.apache.org/index.html#nexus-search;gav~org.apache.xmlgraphics~fop~~~

Regards,
Julien

On 22/08/2023 17:40, Simon Steiner wrote:

Hi,
 
Maven should pull down the dependancies of the fop module, so you get the class 
files.
 
Thanks
 
-Original Message-
From: Julien Lacour    
Sent: 22 August 2023 15:27
To: fop-dev@xmlgraphics.apache.org  
Subject: Maven JAR is incomplete
 
Hello,
 
The fop-2.9.jar  available at
https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.9/ has only 2Kb and 
contains only META-INF folder.
It seems that it has not been deployed correctly onto Maven repository.
 
Regards,
Julien
 

 

 



RE: Maven JAR is incomplete

2023-08-22 Thread Simon Steiner
Hi,

 

In version 2.9 we have changed the fop.jar, so it no longer contains class 
files. The class files are located in the submodules, that maven would pull 
down and add to your classpath.

 

Thanks

 

From: Julien Lacour  
Sent: 22 August 2023 15:49
To: Simon Steiner 
Subject: Re: Maven JAR is incomplete

 

Hi Simon,

Sorry I don't get it, I compared the jars on mvn repo between 2.8 and 2.9, and 
2.8 is way bigger:

fop-2.8.jar 
 
   2022-11-08 10:03   4455573 
fop-2.9.jar 
 
   2023-08-21 11:44  2174  

Does that mean that it will take a little more time to be complete on Maven, 
the artifact on Nexus is of the same size:
https://repository.apache.org/index.html#nexus-search;gav~org.apache.xmlgraphics~fop~~~

Regards,
Julien

On 22/08/2023 17:40, Simon Steiner wrote:

Hi,
 
Maven should pull down the dependancies of the fop module, so you get the class 
files.
 
Thanks
 
-Original Message-
From: Julien Lacour    
Sent: 22 August 2023 15:27
To: fop-dev@xmlgraphics.apache.org  
Subject: Maven JAR is incomplete
 
Hello,
 
The fop-2.9.jar  available at
https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.9/ has only 2Kb and 
contains only META-INF folder.
It seems that it has not been deployed correctly onto Maven repository.
 
Regards,
Julien
 

 



RE: Maven JAR is incomplete

2023-08-22 Thread Simon Steiner
Hi,

Maven should pull down the dependancies of the fop module, so you get the class 
files.

Thanks

-Original Message-
From: Julien Lacour  
Sent: 22 August 2023 15:27
To: fop-dev@xmlgraphics.apache.org
Subject: Maven JAR is incomplete

Hello,

The fop-2.9.jar  available at
https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.9/ has only 2Kb and 
contains only META-INF folder.
It seems that it has not been deployed correctly onto Maven repository.

Regards,
Julien



Maven JAR is incomplete

2023-08-22 Thread Julien Lacour

Hello,

The fop-2.9.jar  available at 
https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.9/ has only 
2Kb and contains only META-INF folder.

It seems that it has not been deployed correctly onto Maven repository.

Regards,
Julien


[jira] [Closed] (FOP-3143) PDF/A validation error

2023-08-22 Thread Chris Bowditch (Jira)


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

Chris Bowditch closed FOP-3143.
---
Resolution: Not A Bug

> PDF/A validation error
> --
>
> Key: FOP-3143
> URL: https://issues.apache.org/jira/browse/FOP-3143
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.3, 2.4
>Reporter: zouari
>Priority: Major
> Attachments: error.zip
>
>
> When the PDF/A documents generated by FOP *with the font 
> embedding-mode="subset"* are validated for PDF/A conformance, I get this 
> error:
> "The following font CIDSet data is not consistent with embedded font program: 
> EA+ArialMT"
> to test pdf validation I use:
> https://avepdf.com/fr/pdfa-validation



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


[jira] [Commented] (FOP-3143) PDF/A validation error

2023-08-22 Thread Chris Bowditch (Jira)


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

Chris Bowditch commented on FOP-3143:
-

This isn't a bug! Its a requirement of PDF/A that all fonts are fully embedded. 
FOP allows either embedding mode you just need to configure full embedding when 
generating PDF/A. Please send questions to the mailing list rather than raising 
bugs in future. This will now be closed

> PDF/A validation error
> --
>
> Key: FOP-3143
> URL: https://issues.apache.org/jira/browse/FOP-3143
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.3, 2.4
>Reporter: zouari
>Priority: Major
> Attachments: error.zip
>
>
> When the PDF/A documents generated by FOP *with the font 
> embedding-mode="subset"* are validated for PDF/A conformance, I get this 
> error:
> "The following font CIDSet data is not consistent with embedded font program: 
> EA+ArialMT"
> to test pdf validation I use:
> https://avepdf.com/fr/pdfa-validation



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


[ANN] Apache FOP 2.9 Released

2023-08-22 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate
availability of Apache FOP Version 2.9 [1].

Apache FOP (Formatting Objects Processor) [2] is an output independent print
formatter driven by XSL Formatting Objects (XSL-FO) [3]. FOP is a Java
application that reads a formatting object tree and renders the resulting
pages to a specified output format, of which a variety of formats are
supported. Apache FOP is published under the Apache License v2.0.

This release fixes a number of bugs. In addition the following significant
functional enhancements are provided:

Add support for font-selection-strategy=character-by-character
Allow XMP at PDF page level
Allow use of page position only on redo of layout

For release notes see [4]. Source and binary distributions can be downloaded
from an ASF Mirror at [5]. Further download information is available at [6].
Maven artifacts for this release are available at [7].

Note, that depending on which download mirror you use, it may take up to 24
hours to see the download images at [5].

[1] http://xmlgraphics.apache.org/fop/2.9/
[2] http://xmlgraphics.apache.org/fop
[3] http://www.w3.org/TR/xsl11/
[4] http://xmlgraphics.apache.org/fop/changes.html
[5] http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop
[6] http://xmlgraphics.apache.org/fop/download.html
[7]
https://repository.apache.org/index.html#nexus-search;gav~org.apache.xmlgrap
hics~fop~2.9~~

The Apache XML Graphics team.








[ANN] Apache FOP-PDF-Images 2.9 Released

2023-08-22 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate
availability of Apache FOP-PDF-Images Version 2.9 [1].

This package contains classes which add support using PDF images in
fo:external-graphic elements when you generate PDF files. This means you can
write something like:



Apache FOP-PDF-Images is published under the Apache License v2.0.

This release fixes a number of bugs.

For release notes see [1]. Source and binary distributions can be downloaded
from an ASF Mirror at [2]. Further download information is available at [1].
Maven artifacts for this release are available at [3].

Note, that depending on which download mirror you use, it may take up to 24
hours to see the download images at [2].

[1] https://xmlgraphics.apache.org/fop/fop-pdf-images.html
[2] http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop-pdf-images
[3]
https://repository.apache.org/index.html#nexus-search;gav~org.apache.xmlgrap
hics~fop-pdf-images~2.9~~

The Apache XML Graphics team.