RE: svn commit: r1457180 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr: BlockContainerLayoutManager.java BlockLevelEventProducer.xml inline/InlineLevelEventProducer.java inline/InlineL

2013-03-19 Thread Simon Steiner
inaccuracies. See inline comments. On 16/03/13 01:27, lbernardo wrote: Author: lbernardo Date: Sat Mar 16 00:27:00 2013 New Revision: 1457180 URL: http://svn.apache.org/r1457180 Log: FOP-2221: Make overflow messages easier to read and fix wrong/ missing messages; patch submitted by Simon

RE: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-01-13 Thread Simon Steiner
Hi, Seems that checkstyle is now enabled by default in gump. It might be worth also failing gump on findbugs to avoid any regressions in that area. Thanks -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: 06 January 2014 15:53 To: gene...@gump.apache.org

RE: svn commit: r1590665 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/svg/AbstractFOPTextPainter.java

2014-05-02 Thread Simon Steiner
Hi, AbstractFOPTextPainter already had a AFP class call and is only extended by a AFP class, a senior developer said to me maybe we should rename this class to AbstractAFPFOPTextPainter. Thanks -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: 29 April

RE: svn commit: r1600897 - /xmlgraphics/fop-pdf-images/branches/Temp_FontMerging/build.xml

2014-06-16 Thread Simon Steiner
Hi, Seems we have JaCoCo on trunk, I forgot about that. I added emma to pdfplugin since i have used that tool in the past. I can revert this change if emma is not allowed. Thanks -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: 06 June 2014 18:50 To:

RE: svn commit: r1600897 - /xmlgraphics/fop-pdf-images/branches/Temp_FontMerging/build.xml

2014-06-16 Thread Simon Steiner
/Temp_FontMerging/build.xml Hi Simon, On 16/06/14 17:13, Simon Steiner wrote: Hi, Seems we have JaCoCo on trunk, I forgot about that. I added emma to pdfplugin since i have used that tool in the past. I can revert this change if emma is not allowed. It’s not so much that Emma is not allowed

PDFBox

2014-06-18 Thread Simon Steiner
Hi, As part of the work on merging fonts in PDFs: https://issues.apache.org/jira/browse/FOP-2302 I am using PDFBox 2.0 instead of 1.8 since that version has switched from AWT to its own fontfile parser/renderer to give better support for different fonts. This version requires Java 6

RE: svn commit: r1600897 - /xmlgraphics/fop-pdf-images/branches/Temp_FontMerging/build.xml

2014-06-20 Thread Simon Steiner
/Temp_FontMerging/build.xml +1 We should try to be consistent in which tools we use across the sub projects Thanks, Chris On 16/06/2014 18:35, Vincent Hennebert wrote: On 16/06/14 17:50, Simon Steiner wrote: Hi, Its there in fop, its not in pdfplugin which is where I added it. Ah, sorry, I didn’t

[VOTE] Merge Temp_FontMerging to trunk

2014-06-20 Thread Simon Steiner
Hi, I have been working on merging fonts inside pdf external graphic using the pdf-plugin. The feature is disabled by default and can be enabled using fop.xconf: fop version=1.0 renderers renderer mime=application/pdf merge-fontstrue/merge-fonts /renderer /renderers

RE: [VOTE] Merge Temp_FontMerging to trunk

2014-06-27 Thread Simon Steiner
directly to Simon. On 6/20/14, 12:23 PM, Simon Steiner wrote: Hi, I have been working on merging fonts inside pdf external graphic using the pdf-plugin. The feature is disabled by default and can be enabled using fop.xconf: fop version=1.0 renderers renderer mime=application/pdf

RE: New FOP Release [was: Re: FOP Release Automation]

2014-07-16 Thread Simon Steiner
Hi, I switched fop back to fontbox 1.8, so its only the pdfplugin that uses 2.0 and the user would delete 1.8 jar if copying pdfplugin to fop. Thanks -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: 16 July 2014 12:56 To: fop-dev@xmlgraphics.apache.org

RE: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-15 Thread Simon Steiner
Hi, Could be stick to a released version of checkstyle otherwise its hard to run locally. Thanks -Original Message- From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com] Sent: 15 August 2014 16:09 To: fop-dev@xmlgraphics.apache.org Subject: Re: [GUMP@vmgump]: Project xml-fop-test

RE: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-18 Thread Simon Steiner
and it was not simple. On Fri, Aug 15, 2014 at 4:29 PM, Simon Steiner simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote: Hi, Could be stick to a released version of checkstyle otherwise its hard to run locally. Thanks -Original Message- From: Chris Bowditch [mailto:bowditch_ch

RE: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-21 Thread Simon Steiner
On 18/08/2014 08:46, Simon Steiner wrote: Hi, Apache provide Jenkins CI, maybe that is more configurable so we can control our dependancies. https://builds.apache.org/ Thanks *From:*Luis Bernardo [mailto:lmpmberna...@gmail.com] *Sent:* 15 August 2014 16:49 *To:* fop-dev

[VOTE] Move to Jenkins

2014-08-26 Thread Simon Steiner
Hi, Vote to move from Gump to Jenkins for Fop, XGC, Pdf-plugin. This allows us to control version of checkstyle, also Jenkins is more flexible, has plugins, we can trigger manually and make changes without asking infra for help (if workspace is corrupted we can fix it ourselves). Fop job:

RE: [VOTE] Move to Jenkins

2014-08-27 Thread Simon Steiner
, 2014 at 9:24 AM, Simon Steiner simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote: Hi, Vote to move from Gump to Jenkins for Fop, XGC, Pdf-plugin. This allows us to control version of checkstyle, also Jenkins is more flexible, has plugins, we can trigger manually and make changes

[VOTE] Enable findbugs

2014-09-04 Thread Simon Steiner
Hi, Vote to fail fop on Jenkins if findbugs 2.0.3 finds a warning. The exclude file has been updated so present warning types are excluded therefore more controversial warnings are not enabled. You would at minimum only maintain exclude file. The vote will run for 7 days until 11 Sept.

RE: [VOTE] Enable findbugs

2014-09-04 Thread Simon Steiner
for this due to still in progress making findbugs clean up; you should coordinate in the future when you know someone else is working on a config change of this sort On Thu, Sep 4, 2014 at 5:48 AM, Simon Steiner simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote: Hi, Vote

RE: [VOTE] Enable findbugs

2014-09-04 Thread Simon Steiner
patterns you would like to exclude, so that we can discuss which ones are important to use and which ones are not. Then we can launch the vote. For now, I must vote -1. Vincent On 04/09/14 15:11, Simon Steiner wrote: Hi, I don’t see how finishing the cleanup affects the vote. Im not aware

jenkins

2014-11-10 Thread Simon Steiner
Hi, To get Jenkins to email the list with failures A 'moderator' has to email fop-dev-allow-subscribe-jenkins=builds.apache@xmlgraphics.apache.org Who is a moderator and can they do this?

RE: Build failed in Jenkins: xmlgraphics-fop #47

2014-11-10 Thread Simon Steiner
Hi, I updated the job to delete the cache. http://wiki.apache.org/general/Jenkins#How_do_I_get_an_account Thanks From: Luis Bernardo [mailto:lmpmberna...@gmail.com] Sent: 10 November 2014 14:25 To: fop-dev@xmlgraphics.apache.org Subject: Re: Build failed in Jenkins:

RE: jenkins

2014-11-10 Thread Simon Steiner
Hi, Seems to be working but emails take hours to arrive in my inbox, let me know if its just me. Thanks -Original Message- From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: 10 November 2014 12:18 To: fop-dev@xmlgraphics.apache.org Subject: jenkins Hi, To get Jenkins

RE: jenkins

2014-11-12 Thread Simon Steiner
approving them as the list moderator. I've sent an e-mail to the address you cited, but I get no response. Thanks, Chris On 10/11/2014 17:50, Simon Steiner wrote: Hi, Seems to be working but emails take hours to arrive in my inbox, let me know if its just me. Thanks -Original Message

RE: [VOTE] Merge Temp_PDFLinearization to trunk

2015-02-16 Thread Simon Steiner
) at org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.jav a:714) .. with: examples/fo/advanced/giro.fo I suggest we get this working with all fo files in the examples directory before we merge this to trunk. On 2/10/15 11:54 AM, Simon Steiner wrote: Hi, Vote to merge PDF

[VOTE RESULT] Merge Temp_PDFLinearization to trunk

2015-02-18 Thread Simon Steiner
Hi, Vote passed with 5 +1's. Thanks

[VOTE] Merge Temp_PDFLinearization to trunk

2015-02-10 Thread Simon Steiner
Hi, Vote to merge PDF Linearization branch to trunk. Linearization is helpful to allow viewing of a pdf over a slow connection. Feature will be disabled by default, can be enabled with fop version=1.0 renderers renderer mime=application/pdf

[VOTE] Merge Temp_MergeTaggedPDF to trunk

2015-02-10 Thread Simon Steiner
Hi, Thanasis Giannimaras provided patch to merge Tagged PDF for pdf plugin and small patch for fop. Known Limitations : - Only PDF with marked-content sequences in the page content stream are supported. Marked-content sequences in content stream other than the content stream of the

RE: [VOTE] Merge Temp_PDFLinearization to trunk

2015-02-10 Thread Simon Steiner
, Feb 10, 2015 at 3:54 AM, Simon Steiner simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote: Hi, Vote to merge PDF Linearization branch to trunk. Linearization is helpful to allow viewing of a pdf over a slow connection. Feature will be disabled by default, can be enabled

RE: [VOTE] Merge Temp_MergeTaggedPDF to trunk

2015-02-15 Thread Simon Steiner
of pdfbox jars should we use with fop? Also, I would like to suggest that if we run two votes in parallel then 5 working days for both votes may not be enough... On 2/10/15 11:04 AM, Simon Steiner wrote: Hi, Thanasis Giannimaras provided patch to merge Tagged PDF for pdf plugin and small patch

FOP Release

2015-04-21 Thread Simon Steiner
Hi, Since Batik and XGC have been released, are we ready to release FOP? It has been said we can't release PDF plugin using a snapshot release of PDFBox 2.0. PDFBox 1.8 is missing font parsing libraries we need for font merging. We could make release a PDF plugin beta release using

RE: FOP Release

2015-04-21 Thread Simon Steiner
the minimum requirements if someone can let me know what those are… ;-) Clay On Apr 21, 2015, at 8:21 AM, Simon Steiner simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote: Hi, Since Batik and XGC have been released, are we ready to release FOP? It has been said we can’t

[VOTE RESULT] Release XML Graphics FOP 2.0 (2nd attempt)

2015-06-02 Thread Simon Steiner
Hi, 9 +1s, I will make the release of FOP 2.0. Thanks

RE: FOP 2.0

2015-05-28 Thread Simon Steiner
Hi, Its not released yet, hopefully next week. Thanks From: Chetan M [mailto:chetanmis...@hotmail.com] Sent: 27 May 2015 19:08 To: fop-dev@xmlgraphics.apache.org Subject: FOP 2.0 Hi, On the website [https://xmlgraphics.apache.org/fop/2.0/] I see FOP version 2.0 mentioned.

[VOTE] Merge Temp_MergeTaggedPDF to trunk

2015-06-02 Thread Simon Steiner
Hi, Vote to merge branch to pdf-plugin trunk. Allows the merging of Tagged PDF. In order to use this feature, accessibility must be enabled in the configuration file and the source pdf must be accessible (tagged). The vote will last 5 working days, ending 9/2/2015.

[VOTE RESULT] Merge Temp_MergeTaggedPDF to trunk

2015-06-11 Thread Simon Steiner
Hi, 3 +1s, I will merge to pdfplugin trunk. Thanks

[VOTE] Release XML Graphics FOP 2.0 (2nd attempt)

2015-05-26 Thread Simon Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, This is a vote to release XML Graphics FOP 2.0. Findbugs is passing. Artifacts can be found there: https://people.apache.org/~ssteiner/fop-2.0 The release is signed with the key: https://people.apache.org/~ssteiner/KEYS The vote will end on

RE: [VOTE] Release XML Graphics FOP 2.0

2015-05-21 Thread Simon Steiner
applies for XGC 2.0.1. On Thu, May 21, 2015 at 7:39 AM, Glenn Adams gl...@skynav.com mailto:gl...@skynav.com wrote: +1 On Thu, May 21, 2015 at 7:21 AM, Simon Steiner simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi

[VOTE] Release XML Graphics FOP 2.0

2015-05-21 Thread Simon Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, This is a vote to release XML Graphics FOP 2.0. Artifacts can be found there: https://people.apache.org/~ssteiner/fop-2.0 The release is signed with the key: https://people.apache.org/~ssteiner/KEYS The vote will end on 28/5/2015 +1 from me.

RE: [VOTE] Release XML Graphics FOP 2.0

2015-05-22 Thread Simon Steiner
Hi, We have an old branch with findbugs passing I was going to port this to trunk. Thanks -Original Message- From: Andreas Delmelle [mailto:andreas.delme...@telenet.be] Sent: 21 May 2015 19:48 To: fop-dev@xmlgraphics.apache.org Subject: Re: [VOTE] Release XML Graphics FOP 2.0 Hi guys

Truetype support for AFP

2015-07-28 Thread Simon Steiner
Hi, I have added a patch for Truetype support for AFP, I will wait 5 days for feedback before committing: https://issues.apache.org/jira/browse/FOP-2504 Thanks

RE: [VOTE] Merge Temp_PCLSoftFont branch with trunk

2015-08-06 Thread Simon Steiner
Hi, +1 Thanks From: Robert Meyer [mailto:rme...@hotmail.co.uk] Sent: 04 August 2015 16:33 To: fop-dev@xmlgraphics.apache.org Subject: [VOTE] Merge Temp_PCLSoftFont branch with trunk Hi All, This is a vote to merge the temporary branch for adding PCL soft font support to FOP

Changing IPD on last page

2016-01-04 Thread Simon Steiner
Hi, I have added a patch for changing ipd on last page based on work Luis did. I will commit in a few days depending on any feedback: https://issues.apache.org/jira/browse/FOP-2335 Thanks

[VOTE] Release XML Graphics FOP 2.1

2016-01-07 Thread Simon Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, This is a vote to release XML Graphics FOP 2.1. Artifacts can be found there: https://people.apache.org/~ssteiner/fop-2.1 The release is signed with the key: https://people.apache.org/~ssteiner/KEYS The vote will end on 14/1/2016 +1 from me.

[VOTE] Release XML Graphics FOP 2.1 (2nd attempt)

2016-01-07 Thread Simon Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, This is a vote to release XML Graphics FOP 2.1, status.xml has been removed. Artifacts can be found there: https://people.apache.org/~ssteiner/fop-2.1 The release is signed with the key: https://people.apache.org/~ssteiner/KEYS The vote will

RE: [VOTE] Release XML Graphics FOP 2.1 (2nd attempt)

2016-01-07 Thread Simon Steiner
Subject: Re: [VOTE] Release XML Graphics FOP 2.1 (2nd attempt) Unless there was a -1 that needs resolving, there is no need to start a new vote just to fix the status file. On Thu, Jan 7, 2016 at 7:23 AM, Simon Steiner <simonsteiner1...@gmail.com <mailto:simonsteiner1...@gmail.com>

RE: arabic semicolon

2016-06-22 Thread Simon Steiner
From: Glenn Adams [mailto:gl...@skynav.com] Sent: 22 June 2016 14:56 To: FOP Developers <fop-dev@xmlgraphics.apache.org> Subject: Re: arabic semicolon No, it is never joined. Can you send PDF? On Wed, Jun 22, 2016 at 7:46 AM, Simon Steiner <simonsteiner1...@

arabic semicolon

2016-06-22 Thread Simon Steiner
Hi, If I have a arabic semicolon it seems to be joined to next glyph and output looks wrong. Is ZWNJ required to be used? ح؛ Thanks

[VOTE RESULT] Release XML Graphics Commons 2.1 (2nd attempt)

2016-01-14 Thread Simon Steiner
Hi, 8 +1s, I will make a release of XGC 2.1. Thanks

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-18 Thread Simon Steiner
Hi, If I do any basic hello world fo and compare mvn fop with ant fop, we have some differences. Eg /Encoding /WinAnsiEncoding, version changed and svg glyphs changed Cd fop mvn clean install -DskipTests cd fop cp target/fop-svn-trunk.jar build/fop.jar Cd fop/fop ant clean package

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-14 Thread Simon Steiner
Hi, If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and fop-2.2.0-SNAPSHOT-src.zip Is missing fop shellscript and other files in root. Java files are missing from src zip. Thanks From: gl...@skynav.com [mailto:gl...@skynav.com] On Behalf Of Glenn Adams Sent: 13 March 2016

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-14 Thread Simon Steiner
Hi, Ant checkstyle says: [checkstyle] Running Checkstyle 5.6 on 1895 files Trunk says: [checkstyle] Running Checkstyle 5.6 on 1938 files Thanks From: gl...@skynav.com [mailto:gl...@skynav.com] On Behalf Of Glenn Adams Sent: 13 March 2016 03:14 To: FOP Developers

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Simon Steiner
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner <simonsteiner1...@gmail.com <mailto:simonsteiner1...@gmail.com> > wrote: Hi, We should remove any ant targets that shouldn’t be used. agreed H

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Simon Steiner
org> Cc: XML Graphics Project <gene...@xmlgraphics.apache.org> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner <simonsteiner1...@gmail.com> wrote: > Hi, > > > > If I call ant release-dist fop-2.2.0-

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Simon Steiner
ven to trunk On Tue, Mar 15, 2016 at 8:40 AM, Simon Steiner <simonsteiner1...@gmail.com> wrote: > Hi, > > > > Is there any point keeping the build.xml as its going to be a pain to > maintain both. > I had indicated the following back on Feb 22: Note that once maven

RE: svn commit: r1736460 - /xmlgraphics/fop/trunk/fop-core/pom.xml

2016-04-07 Thread Simon Steiner
Hi, Seems I need to use mvn checkstyle:check Thanks From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: 07 April 2016 12:23 To: fop-dev@xmlgraphics.apache.org Subject: RE: svn commit: r1736460 - /xmlgraphics/fop/trunk/fop-core/pom.xml Hi, Not sure mvn checkstyle

RE: svn commit: r1736460 - /xmlgraphics/fop/trunk/fop-core/pom.xml

2016-04-07 Thread Simon Steiner
w. Alternatively I can move FindBugs into its own profile which you have to explicitly enable. Thanks, Chris On 29/03/2016 16:10, Glenn Adams wrote: On Tue, Mar 29, 2016

RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-19 Thread Simon Steiner
6 at 3:11 AM, Simon Steiner <simonsteiner1...@gmail.com> wrote: > Hi, > > We should remove any ant targets that shouldn’t be used. Have we > configured mvn so we can create a release, gpg signing and checksums. > release, dist, nightly-build targets changed to NO-OPs wit

RE: Apache PDFBox 2.0.0 released.

2016-03-23 Thread Simon Steiner
Hi, There is pdf-plugin side changes and fop side changes. The story below was for pdf-plugin work so far. Thanks -Original Message- From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: 23 March 2016 14:28 To: fop-dev@xmlgraphics.apache.org Subject: RE: Apache PDFBox 2.0.0

RE: Apache PDFBox 2.0.0 released.

2016-03-23 Thread Simon Steiner
Hi, We have https://issues.apache.org/jira/browse/FOP-2562 Thanks -Original Message- From: Clay Leeds [mailto:the.webmaes...@gmail.com] Sent: 23 March 2016 14:20 To: Apache FOP Subject: Apache PDFBox 2.0.0 released. Hi folks, It looks like PDFBox

RE: Build failed in Jenkins: xmlgraphics-fop #16

2016-03-30 Thread Simon Steiner
Hi, Whats wrong with current config of the job, it was working ok before. Thanks -Original Message- From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com] Sent: 30 March 2016 10:05 To: fop-dev@xmlgraphics.apache.org Subject: Re: Build failed in Jenkins: xmlgraphics-fop #16 I need to

RE: svn commit: r1736460 - /xmlgraphics/fop/trunk/fop-core/pom.xml

2016-03-29 Thread Simon Steiner
Hi, After this change findbugs is always run for example: mvn clean install -DskipTests This doesn’t work on java 8 and takes much longer to run. Thanks -Original Message- From: cbowdi...@apache.org [mailto:cbowdi...@apache.org] Sent: 24 March 2016 16:17 To:

RE: Jenkins build is still unstable: xmlgraphics-fop #30

2016-04-14 Thread Simon Steiner
Hi, I think these are due to the build machine, not my changes. Thanks From: Glenn Adams [mailto:gl...@skynav.com] Sent: 14 April 2016 16:37 To: FOP Developers Subject: Re: Jenkins build is still unstable: xmlgraphics-fop #30 Simon, are you running

RE: Jenkins build is still unstable: xmlgraphics-fop #30

2016-04-14 Thread Simon Steiner
u have a chance; thanks On Thu, Apr 14, 2016 at 9:44 AM, Simon Steiner <simonsteiner1...@gmail.com <mailto:simonsteiner1...@gmail.com> > wrote: Hi, I think these are due to the build machine, not my changes. Thanks From: Glenn Adams [mailto:gl...@skynav.com <mailto:gl..

RE: Building from current TRUNK fails

2016-07-26 Thread Simon Steiner
Hi, No need to run tests, just do ant clean package or mvn clean install -DskipTests Thanks -Original Message- From: Jan Tosovsky [mailto:j.tosov...@email.cz] Sent: 26 July 2016 21:16 To: fop-dev@xmlgraphics.apache.org Subject: Building from current TRUNK fails Dear All, I've updated

RE: rendering Image file(png/bmp) on AFP file

2016-08-17 Thread Simon Steiner
Hi, Why are you using such a low level api, try using fo or IF or even calling AFPPainter. Thanks From: Rajkumar Singh [mailto:rajkumar_si...@newgen.co.in] Sent: 17 August 2016 13:11 To: fop-dev@xmlgraphics.apache.org Subject: RE: rendering Image file(png/bmp) on AFP file Hi, Can

RE: rendering Image file(png/bmp) on AFP file

2016-08-18 Thread Simon Steiner
a sample for the same. Thanks From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: Wednesday, August 17, 2016 5:48 PM To: fop-dev@xmlgraphics.apache.org <mailto:fop-dev@xmlgraphics.apache.org> Subject: RE: rendering Image file(png/bmp) on AFP file Hi, Why are you

RE: rendering Image file(png/bmp) on AFP file

2016-08-19 Thread Simon Steiner
please help with this. Also I want to add reference of image file instead of embedding it. Please help. Regards, Rajkumar Singh From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: Thursday, August 18, 2016 8:04 PM To: fop-dev@xmlgraphics.apache.org <mailto:fop-

[ANN] Apache FOP 2.2 Released

2017-04-10 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.2 [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

[ANN] Apache FOP-PDF-Images 2.2 Released

2017-04-10 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP-PDF-Images Version 2.2 [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:

RE: Tagging fo:blocks as artifacts

2017-04-18 Thread Simon Steiner
tached you'll find the complete log output. As I already told Chris, I last programmed in Java more than 10 years ago; Maven is also new for me. Sorry to bother you with that... Bye, Holger > Gesendet: Dienstag, 18. April 2017 um 10:59 Uhr > Von: "Simon Steiner" <simonsteiner1...

[CVE-2017-5661] Apache XML Graphics FOP information disclosure vulnerability

2017-04-18 Thread Simon Steiner
CVE-2017-5661: Apache XML Graphics FOP information disclosure vulnerability Severity: Medium Vendor: The Apache Software Foundation Versions Affected: FOP 1.0 - 2.1 Description: Files lying on the filesystem of the server which uses batik can be

RE: Aw: Re: Tagging fo:blocks as artifacts

2017-04-18 Thread Simon Steiner
Hi, Can you build using pom.xml in root of repo: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/pom.xml?view=markup Thanks -Original Message- From: Chris [mailto:bowditch_ch...@hotmail.com] Sent: 18 April 2017 09:44 To: Holger Bast Cc:

RE: [jira] [Created] (FOP-2718) sRGB.icc is missing in FOP 2.2 deployed on Maven Central

2017-07-06 Thread Simon Steiner
[mailto:gl...@skynav.com] Sent: 06 July 2017 10:00 To: Simon Steiner <simonsteiner1...@gmail.com> Subject: Fwd: [jira] [Created] (FOP-2718) sRGB.icc is missing in FOP 2.2 deployed on Maven Central This is a problem with you continuing to use the ant based builds instead of maven. If you

RE: Custom line breaking algorithm

2017-10-04 Thread Simon Steiner
Hi, You could add a zero width space inside your url to break it: http://www.gnpd.com/mediaserver/perform_image/AFge6tDuRiA3ccDJF

RE: Custom line breaking algorithm

2017-10-03 Thread Simon Steiner
Hi, Why not make your own hyphenation word list. Thanks From: Beugnier, Ronny (IP) [mailto:ronny.beugn...@clarivate.com] Sent: 03 October 2017 19:24 To: fop-dev@xmlgraphics.apache.org Subject: Custom line breaking algorithm Hi, We are working on an upgrade to fop 2.2 from a

RE: feature request

2017-11-21 Thread Simon Steiner
Hi, You could add something to the xsl to fail if the param is missing. I guess a url could end with a slash and still return a image. Thanks -Original Message- From: Carl Buxbaum [mailto:cbuxb...@bamboorose.com] Sent: 21 November 2017 15:09 To: fop-dev@xmlgraphics.apache.org Subject:

[ANN] Apache FOP 2.3 Released

2018-05-25 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.3 [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

[ANN] Apache FOP-PDF-Images 2.3 Released

2018-05-25 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP-PDF-Images Version 2.3 [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

RE: PGP signatures of avalon-framework

2018-08-28 Thread Simon Steiner
Hi, We don’t own avalon-framework so we can’t fix it. Thanks From: Didier Schlegel Sent: 27 August 2018 09:07 To: fop-dev@xmlgraphics.apache.org Subject: PGP signatures of avalon-framework Dear FOP developers, after reading this article

[VOTE] Merge Temp_ChangeBars2 to trunk

2018-07-05 Thread Simon Steiner
Hi, Stephan Thesing, Jan Tošovský and William Eliot Kimber have made changes to support change-bars https://www.w3.org/TR/xsl/#fo_change-bar-begin The vote will last 5 working days, ending next Thursday. https://issues.apache.org/jira/browse/FOP-1760

RE: [VOTE] Merge Temp_ChangeBars2 to trunk

2018-07-06 Thread Simon Steiner
should vote +1 for this to be merged. changeBarList is static That doesn't seem sensible to me? Thanks, Chris On 05/07/2018 14:09, Simon Steiner wrote: > Hi, > > Stephan Thesing, Jan Tošovský and William Eliot Kimber have made > changes to support change-bars > https://ww

[VOTE RESULT] Merge Temp_ChangeBars2 to trunk

2018-07-13 Thread Simon Steiner
Hi, 4+1s, I will merge in. Thanks

RE: Performance issue on generating PDF file by Apache FOP

2018-03-13 Thread Simon Steiner
Hi, What about turning off accessability? Thanks From: shutian liao [mailto:liaoshut...@gmail.com] Sent: 13 March 2018 05:42 To: fop-dev@xmlgraphics.apache.org Subject: Performance issue on generating PDF file by Apache FOP Hi all, It takes long time to generate PDF file from

RE: Surrogate Pairs support

2018-03-08 Thread Simon Steiner
Hi, Any objections to committing FOP-1969? Thanks From: gl...@skynav.com [mailto:gl...@skynav.com] On Behalf Of Glenn Adams Sent: 03 October 2016 18:36 To: Simone Rondelli Subject: Re: Surrogate Pairs support On Mon, Oct 3, 2016 at 2:53 AM, Simone Rondelli

[VOTE] Merge Temp_SurrogatePairs to trunk

2018-03-09 Thread Simon Steiner
Hi, Simone Rondelli has done some changes that allows you to use code points > 65535 The vote will last 5 working days, ending next Friday. https://issues.apache.org/jira/browse/FOP-1969 http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_SurrogatePairs/ Here is my vote: +1 Thanks

[VOTE RESULT] Merge Temp_SurrogatePairs to trunk

2018-03-19 Thread Simon Steiner
Hi, 5 +1s, I will merge to trunk Thanks

RE: Build failed in Jenkins: xmlgraphics-fop #218

2018-10-11 Thread Simon Steiner
Hi, This is maybe due to the slave machine its running on having an issue. Thanks -Original Message- From: Matthias Reischenbacher Sent: 10 October 2018 21:47 To: fop-dev@xmlgraphics.apache.org Subject: Re: Build failed in Jenkins: xmlgraphics-fop #218 Hi team, is the "Return code

RE: [VOTE] Merge Temp_Avalon to trunk

2019-01-16 Thread Simon Steiner
ot;My religion is simple. My religion is kindness." - HH Dalai Lama of Tibet > On Jan 15, 2019, at 2:48 AM, Simon Steiner wrote: > > Hi, > > Chris West and Thomas Pasch submitted a patch to remove Avalon, since > this dependency is no longer maintained and doesn't compile under

[VOTE] Merge Temp_Avalon to trunk

2019-01-15 Thread Simon Steiner
Hi, Chris West and Thomas Pasch submitted a patch to remove Avalon, since this dependency is no longer maintained and doesn't compile under Java 9. The vote will last 5 working days, ending next Tuesday. https://issues.apache.org/jira/browse/FOP-2733

[VOTE] Drop Java 6 support

2019-03-25 Thread Simon Steiner
Hi, Java 12 is out which drops support to compile to Java 6 bytecode. This vote is to move to Java 7 as minimum requirement for trunk on XML Graphics projects. Please vote on general only. The vote will last 5 working days, ending next Monday. Here is my vote: +1

[VOTE RESULT] Drop Java 6 support

2019-04-03 Thread Simon Steiner
Hi, 5+1s, I will make the changes. Thanks

RE: [VOTE] Merge Temp_Avalon to trunk

2019-02-07 Thread Simon Steiner
." HH the Dalai Lama of Tibet On Jan 16, 2019, at 3:26 AM, Simon Steiner mailto:simonsteiner1...@gmail.com> > wrote: Hi, Normally I use fop dev for fop bugs and general when doing a fop release. Thanks -Original Message- From: Clay Leeds mailto:the.webmaes...@gmail.com>

RE: Change the encryption from RC4

2019-07-01 Thread Simon Steiner
Hi, FOP 2.0 changed the defaults and has AES encryption: https://xmlgraphics.apache.org/fop/2.0/releaseNotes_2.0.html https://xmlgraphics.apache.org/fop/2.3/pdfencryption.html Thanks -Original Message- From: cbrm Sent: 28 June 2019 21:55 To: fop-dev@xmlgraphics.apache.org Subject:

[ANN] Apache FOP 2.4 Released

2019-11-06 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.4 [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

[ANN] Apache FOP-PDF-Images 2.4 Released

2019-11-06 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP-PDF-Images Version 2.4 [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

[VOTE RESULT] Release XML Graphics FOP PDF Images 2.4

2019-11-05 Thread Simon Steiner
Hi, 4+1s, I will make a release. Thanks

[VOTE RESULT] Release XML Graphics FOP 2.4

2019-11-05 Thread Simon Steiner
Hi, 4+1s, I will make a release. Thanks

RE: Compliance page for 2.4

2019-11-07 Thread Simon Steiner
Hi, I will try to update this page. Thanks -Original Message- From: Jan Tosovsky Sent: 06 November 2019 22:56 To: fop-dev@xmlgraphics.apache.org Subject: Compliance page for 2.4 Dear All, together with releasing change bar support we can switch several rows in compliance page to

[VOTE] Release XML Graphics FOP PDF Images 2.4

2019-10-25 Thread Simon Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, This is a vote to release XML Graphics FOP PDF Images 2.4. Artifacts can be found there: https://people.apache.org/~ssteiner/fop-pdf-images-2.4/ The release is signed with the key: https://people.apache.org/~ssteiner/KEYS The vote will end

[VOTE] Release XML Graphics FOP 2.4

2019-10-25 Thread Simon Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, This is a vote to release XML Graphics FOP 2.4. Artifacts can be found there: http://people.apache.org/~ssteiner/fop-2.4/ The release is signed with the key: https://people.apache.org/~ssteiner/KEYS The vote will end on 1/11/2019 +1 from

[VOTE RESULT] Release XML Graphics FOP 2.5

2020-05-13 Thread Simon Steiner
Hi, 3+1s, I will make a release Thanks

  1   2   3   4   5   6   7   8   9   10   >