RE: FOP-Trunk revision 1428722 unit test fails

2013-01-07 Thread Simon Steiner
Hi, You need extra jars in classpath to run the unit tests. To just build you can use ant package. Some of these might be needed if you want to run tests: # lib/barcode4j-fop-ext.jar # lib/barcode4j.jar # lib/checkstyle-5.5-all.jar # lib/fop-hyph.jar #

RE: FOP 1.1 Processor Not Responding

2013-02-01 Thread Simon Steiner
Hi, Does it hang if you use file paths rather than urls: fo:external-graphic src=file.jpg/ Thanks From: Neeraj [mailto:neerajii...@gmail.com] Sent: 01 February 2013 04:14 To: fop-users@xmlgraphics.apache.org Subject: FOP 1.1 Processor Not Responding Hi, I am using FOP

RE: FOP 1.1 - Unable to break line in PDF

2013-02-26 Thread Simon Steiner
Hi, What about using fo:block white-space-treatment=preserve white-space-collapse=false linefeed-treatment=preserve Text text /fo:block Thanks -Original Message- From: Neeraj [mailto:neerajii...@gmail.com] Sent: Thursday, February 21, 2013 2:04 PM To:

RE: Migrating 0.95 to 1.1 - Issue forcing text to even pages in PDF. Always have last line on odd page dropped.

2013-03-01 Thread Simon Steiner
Hi, What about using fake region: region-name=blank fo:layout-master-set fo:simple-page-master master-name=body fo:region-body / /fo:simple-page-master fo:simple-page-master master-name=blank fo:region-body region-name=blank/ /fo:simple-page-master

RE: html content in xml input file.

2013-09-05 Thread Simon Steiner
Hi, You should put formatting in the xml file. So xml should look like Return_Address namexyz/name street101 avc/street /Return_Address Then apply fo formatting in xsl fo:block fo:inline font-size=16px fo:inline font-weight=bold

RE: Cyrrilic font in Apache FOP 1.1

2013-11-15 Thread Simon Steiner
Hi, What about using renderers renderer mime=application/pdf fonts font kerning=yes embed-url=/System/Library/Fonts/Arial.ttf embedding-mode=subset font-triplet name=Arial style=normal weight=normal/ /font /fonts /renderer /renderers

RE: Fop trunk / fop-pdf-images / PDFBox 1.8.4

2014-02-06 Thread Simon Steiner
Hi, You could check if the pdf can be read with adobe reader and pdf box Using java -jar pdfbox-app-x.y.z.jar PDFToImage PDF file http://pdfbox.apache.org/commandline/#pdfToImage Thanks -Original Message- From: Kai Hofmann [mailto:powers...@web.de] Sent: 06 February 2014 12:27 To:

RE: page break at pdf file

2014-02-17 Thread Simon Steiner
Hi, There was a solution in the past http://marc.info/?l=fop-userm=107779992001607 Thanks -Original Message- From: edi4988 [mailto:edi4...@gmail.com] Sent: 17 February 2014 15:07 To: fop-users@xmlgraphics.apache.org Subject: Re: page break at pdf file Thanks for the reply. I use

RE: FOP 1.0 Linux Arial not working

2014-02-26 Thread Simon Steiner
Hi, What about using font-triplet name=Arial style=normal weight=400/ Thanks From: Eric Lehmann [mailto:e.lehman...@gmail.com] Sent: 26 February 2014 16:04 To: fop-users@xmlgraphics.apache.org Subject: Fwd: FOP 1.0 Linux Arial not working renderers renderer

RE: Apache Fop with jdk 1.4.2 and tomcat 5.0?

2014-02-27 Thread Simon Steiner
Hi, Fop 1.0 works with java 1.4 http://archive.apache.org/dist/xmlgraphics/fop/binaries/ Thanks -Original Message- From: edi4988 [mailto:edi4...@gmail.com] Sent: 27 February 2014 21:20 To: fop-users@xmlgraphics.apache.org Subject: Apache Fop with jdk 1.4.2 and tomcat 5.0? Hi, I need

RE: How to create 3D pdf with FOP 1.1

2014-03-28 Thread Simon Steiner
Hi, You can create a PDF with 3d content then embed that pdf in your output pdf using external-graphic and pdfplugin. http://xmlgraphics.apache.org/fop/fop-pdf-images.html Thanks -Original Message- From: Sebastien HO [mailto:s...@traceparts.com] Sent: 28 March 2014 14:56 To:

RE: How to create 3D pdf with FOP 1.1

2014-03-28 Thread Simon Steiner
Hi, Seems this doesn’t work, maybe plugin could be updated for this functionality. Thanks -Original Message- From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: 28 March 2014 15:27 To: fop-users@xmlgraphics.apache.org Subject: RE: How to create 3D pdf with FOP 1.1 Hi, You

RE: Is it possible to merger pdf's using xsl-fo alone?

2014-07-04 Thread Simon Steiner
Hi, You can use pdfplugin to merge pdfs: https://xmlgraphics.apache.org/fop/fop-pdf-images.html Thanks From: TvT [mailto:tvtre...@nepatec.de] Sent: 03 July 2014 16:29 To: fop-users@xmlgraphics.apache.org Subject: Re: Is it possible to merger pdf's using xsl-fo alone? If you have

RE: Upgrading fop 0.95 to fop 1.1 because of PDF/A-1b

2014-08-20 Thread Simon Steiner
Hi, There is for xmp issue and you can do full embedding for font issue: https://issues.apache.org/jira/browse/FOP-2353 Thanks -Original Message- From: MartinKl [mailto:klapec.mar...@hotmail.com] Sent: 20 August 2014 15:56 To: fop-users@xmlgraphics.apache.org Subject: Upgrading fop

RE: Upgrading fop 0.95 to fop 1.1 because of PDF/A-1b

2014-08-21 Thread Simon Steiner
Hi, I committed the XMP fix, now we just need a new release of fop. Thanks -Original Message- From: MartinKl [mailto:klapec.mar...@hotmail.com] Sent: 21 August 2014 14:48 To: fop-users@xmlgraphics.apache.org Subject: Re: Upgrading fop 0.95 to fop 1.1 because of PDF/A-1b Thank you all

RE: Making the PDF print once using Apache FOP

2014-10-06 Thread Simon Steiner
Hi, Some documentation here: http://xmlgraphics.apache.org/fop/trunk/pdfencryption.html Thanks From: Sahoo, Debashis [mailto:debashis.sa...@misys.com] Sent: 03 October 2014 10:32 To: fop-users@xmlgraphics.apache.org Cc: Roy, Subhra; Pb, Rajesh Kumar Subject: Making the PDF print once

RE: Hyphenation pattern Lincensing issues

2015-01-07 Thread Simon Steiner
Hi, Many of the hyphenation files distributed with TeX and its offspring are licenced under the LaTeX Project Public License (LPPL), which prevents them from being distributed with Apache software. https://xmlgraphics.apache.org/fop/trunk/hyphenation.html#license-issues Thanks

RE: Hyphenation pattern Lincensing issues

2015-01-07 Thread Simon Steiner
issues Le 07/01/2015 14:58, Simon Steiner a écrit : Hi, Many of the hyphenation files distributed with TeX and its offspring are licenced under the LaTeX Project Public License (LPPL), which prevents them from being distributed with Apache software. Thank you for your answer. I read

FW: FOP 1.1 and RTF

2015-03-24 Thread Simon Steiner
Sending to mailing list -Original Message- From: Michele Zamparelli [mailto:mzamp...@eso.org] Sent: 24 March 2015 10:08 To: sstei...@apache.org; lmpmberna...@gmail.com; gad...@apache.org Subject: FOP 1.1 and RTF Hallo, we have been using Apache FOP to generate PDF from DocBook since

RE: Font not embedded in PDF File !

2015-04-29 Thread Simon Steiner
Hi, I have done in the past: String fopxconf = fop version=\1.0\renderers + renderer mime=\application/pdf\ + /renderer/renderers/fop; FopFactory fopFactory = FopFactory.newInstance(new File(.).toURI(), new

RE: FOP 1.1 to 2.0 Migration Guidance?!?

2015-06-08 Thread Simon Steiner
Hi, We have some examples here: https://xmlgraphics.apache.org/fop/2.0/embedding.html Thanks From: Jess Holle [mailto:je...@ptc.com] Sent: 08 June 2015 13:52 To: fop-users@xmlgraphics.apache.org Subject: FOP 1.1 to 2.0 Migration Guidance?!? So I downloaded FOP 2.0 to use in

[ANN] Apache FOP 2.0 Released

2015-06-03 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.0 [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 XML Graphics Commons 2.0.1 Released

2015-06-03 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the availability of Apache XML Graphics Commons 2.0.1. XML Graphics Commons is a set of components for dealing with graphics e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF and PostScript, an XMP metadata framework, etc.

RE: FOP 2.0 loading fonts from jar

2015-07-02 Thread Simon Steiner
Hi, You can you resource resolver: static class MyResourceResolver implements ResourceResolver { public Resource getResource(URI uri) throws IOException { return new Resource(xxx); } public OutputStream getOutputStream(URI uri) throws IOException

RE: Migration code from 1.1 to 2.0

2015-06-30 Thread Simon Steiner
Hi, I use: FopFactoryBuilder confBuilder = new FopConfParser(fopxconf, new File(.).toURI()).getFopFactoryBuilder(); FopFactory fopFactory = confBuilder.build(); Thanks -Original Message- From: Marcel Stör [mailto:mar...@frightanic.com] Sent: 30 June 2015 20:09 To:

RE: Embedding Fonts for PDF/A

2016-01-06 Thread Simon Steiner
Hi, Add font-family="DejaVuSans" to fo:root, maybe remove auto-detect from conf.xml also. Thanks From: Tunahan Coban [mailto:tunahan.co...@coconet.de] Sent: 06 January 2016 10:11 To: fop-users@xmlgraphics.apache.org Subject: Embedding Fonts for PDF/A Hi, this is my first

RE: Embedding Fonts for PDF/A

2016-01-06 Thread Simon Steiner
Hi, Show us the xslfo file. Thanks From: Tunahan Coban [mailto:tunahan.co...@coconet.de] Sent: 06 January 2016 11:42 To: simonsteiner1...@gmail.com; fop-users@xmlgraphics.apache.org Subject: RE: Embedding Fonts for PDF/A Hi Simon, Thanks for your answer. But it doesn't work

RE: XSL-FO external-graphic not showing uri is not recognized

2016-01-18 Thread Simon Steiner
Hi, You should ask fonet support, fop is a different product. Thanks -Original Message- From: tester [mailto:testingtheworld...@gmail.com] Sent: 15 January 2016 12:26 To: fop-users@xmlgraphics.apache.org Subject: XSL-FO external-graphic not showing uri is not recognized Issue Load a

[ANN] Apache XML Graphics Commons 2.1 Released

2016-01-15 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the availability of Apache XML Graphics Commons 2.1. XML Graphics Commons is a set of components for dealing with graphics e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF and PostScript, an XMP metadata framework, etc.

[ANN] Apache FOP 2.1 Released

2016-01-15 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.1 [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

RE: fop-pdf-images

2016-01-29 Thread Simon Steiner
Hi, Current fop-pdf-images trunk uses pdfbox 2 which isn’t released yet, so we are not allowed to make a release. fop-pdf-images trunk should work with fop 2.1. Thanks From: Kai Hofmann [mailto:powers...@web.de] Sent: 29 January 2016 10:17 To: Simon Steiner <simonstein

RE: fop pdf image - is there a plan to officially release?

2016-04-12 Thread Simon Steiner
ng off of fop-pdf-images trunk ourselves. Thanks Mark -Original Message- From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: 12 April 2016 14:22 To: fop-users@xmlgraphics.apache.org Cc: Oana Munteanu <oana.munte...@staff.bluematrix.com> Subject: RE: fop pdf image - is

RE: fop pdf image - is there a plan to officially release?

2016-04-12 Thread Simon Steiner
Hi, https://issues.apache.org/jira/browse/FOP-2562 I will try to finish my changes for pdfbox 2. Thanks -Original Message- From: Mark Gibson [mailto:mark.gib...@staff.bluematrix.com] Sent: 12 April 2016 14:05 To: fop-users@xmlgraphics.apache.org Cc: Oana Munteanu

RE: fop pdf image - is there a plan to officially release?

2016-05-24 Thread Simon Steiner
release? Hi Simon, I see the ticket is closed. Has the work been merged in to an official release version of fop and fop-pdf-image yet? Thanks Mark -Original Message- From: Simon Steiner [mailto:simonsteiner1...@gmail.com] Sent: 12 April 2016 15:10 To: fop-users@xmlgraphics.apache.org Cc

RE: NoSuchMethod - CFFCIDFont.getProperty

2016-07-12 Thread Simon Steiner
Hi, You should use fontbox 1.8 with fop 2.1 http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-2_1/lib/ Thanks From: Marc Kaufman [mailto:marck...@adobe.com] Sent: 12 July 2016 21:26 To: fop-users@xmlgraphics.apache.org Subject: RE: NoSuchMethod - CFFCIDFont.getProperty

RE: Problem embedding fonts in PDF

2016-07-26 Thread Simon Steiner
Hi, What about: FopConfParser parser = new FopConfParser(configFile, currentDir); FopFactoryBuilder fopFactoryBuilder = parser.getFopFactoryBuilder(); Thanks -Original Message- From: Stefan Radermacher [mailto:ste...@zaister.de] Sent: 26 July 2016 16:07 To:

RE: NoSuchMethod - CFFCIDFont.getProperty

2016-07-12 Thread Simon Steiner
Hi, What fop version, maybe you have wrong version of fontbox jar? Thanks From: Marc Kaufman [mailto:marck...@adobe.com] Sent: 12 July 2016 21:05 To: fop-users@xmlgraphics.apache.org Subject: NoSuchMethod - CFFCIDFont.getProperty I'm trying to use an Adobe CFF font

RE: My PDF is 50x larger than it needs to be!

2017-01-20 Thread Simon Steiner
Hi, If you get the issue on fop trunk then you can raise a bug about it on jira. Thanks -Original Message- From: Peter Hansson [mailto:peterhansson...@yahoo.com.INVALID] Sent: 20 January 2017 11:16 To: fop-users@xmlgraphics.apache.org Subject: My PDF is 50x larger than it needs to be!

RE: PDFA/3 validation fails because of CID font set

2017-02-22 Thread Simon Steiner
do that? Best Stefan 2017-02-21 22:23 GMT+01:00 Simon Steiner [via Apache FOP] <[hidden email]>: Hi, You could try doing full embedding of the fonts as a workaround. Thanks -Original Message- From: St. Kleinbaum [mailto:[hidden email] <http://user/SendEmail.jtp?

RE: PDFA/3 validation fails because of CID font set

2017-02-21 Thread Simon Steiner
Hi, You could try doing full embedding of the fonts as a workaround. Thanks -Original Message- From: St. Kleinbaum [mailto:st.kleinb...@gmail.com] Sent: 21 February 2017 19:48 To: fop-users@xmlgraphics.apache.org Subject: PDFA/3 validation fails because of CID font set Hi All, I am

RE: fox:external-document not showing all pages

2017-01-23 Thread Simon Steiner
Hi, Did you try Thanks -Original Message- From: MartinRolph [mailto:martin.ro...@oval.uk.com] Sent: 23 January 2017 10:06 To: fop-users@xmlgraphics.apache.org Subject: Re: fox:external-document not showing all pages Hi - Did you ever get to the bottom of the PDF only including the

RE: [FOP] Cannot add cropped pdf as fo:external-graphic

2016-11-06 Thread Simon Steiner
Hi, Can you report any bugs on jira https://issues.apache.org/jira/browse/FOP Thanks -Original Message- From: John Brown [mailto:johnbrown...@hotmail.com] Sent: 06 November 2016 19:00 To: fop-users@xmlgraphics.apache.org Subject: [FOP] Cannot add cropped pdf as fo:external-graphic My

RE: [ANN] Apache XML Graphics Commons 2.2 Released

2017-03-27 Thread Simon Steiner
great if so. > > > > From: Simon Steiner [mailto:simonsteiner1...@gmail.com] > Sent: 27 March 2017 09:00 > To: gene...@xmlgraphics.apache.org; fop-users@xmlgraphics.apache.org > Subject: [ANN] Apache XML Graphics Commons 2.2 Released > > > > The Apache XML Graphics

[ANN] Apache XML Graphics Commons 2.2 Released

2017-03-27 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the availability of Apache XML Graphics Commons 2.2. XML Graphics Commons is a set of components for dealing with graphics e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF and PostScript, an XMP metadata framework,

[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

RE: PDFA/3 validation fails because of CID font set

2017-04-11 Thread Simon Steiner
2017-02-22 21:38 GMT+01:00 Simon Steiner [via Apache FOP] <[hidden email]>: Hi, Eg in fop.xconf Thanks From: St. Kleinbaum [mailto:[hidden email] <http://user/SendEmail.jtp?type=node=44927=0> ] Sent: 22 February 2017 20:21 To: [hidd

[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: How to create a Java FontDescriptor from font file?

2017-04-13 Thread Simon Steiner
Hi, See OFFontLoader.java Thanks -Original Message- From: Tobias Fischer | pagina GmbH [mailto:tobias.fisc...@pagina.gmbh] Sent: 13 April 2017 17:42 To: fop-users@xmlgraphics.apache.org Subject: How to create a Java FontDescriptor from font file? Hi, I'm trying to use the FOP font

Java 6

2017-07-26 Thread Simon Steiner
Hi, Latest versions of Maven, Findbugs, Jenkins and PDFBox trunk no longer support Java 6, this makes it more difficult to maintain support for it. Can you reply to this email if you need Java 6 support for FOP so we can decide when we can drop support for it. Thanks

RE: Error when building FOP svn 1800269 - cannot find symbol symbol getNameForGID(int)

2017-06-29 Thread Simon Steiner
Hi, Maybe you have an old fontbox jar on your classpath? Thanks -Original Message- From: John Brown [mailto:johnbrown...@hotmail.com] Sent: 29 June 2017 13:38 To: fop-users@xmlgraphics.apache.org Subject: Error when building FOP svn 1800269 - cannot find symbol symbol

RE: Duplex printing via PCL or PS

2017-09-06 Thread Simon Steiner
Hi, You could try https://xmlgraphics.apache.org/fop/2.2/output.html#pcl-duplex-mode Thanks -Original Message- From: Warren Young [mailto:war...@etr-usa.com] Sent: 07 September 2017 03:18 To: fop-users@xmlgraphics.apache.org Subject: Duplex printing via PCL or PS I needed to

RE: FOP 2.2 change log

2017-08-24 Thread Simon Steiner
Hi, Ive updated: https://xmlgraphics.apache.org/fop/2.2/releaseNotes_2.2.html Thanks -Original Message- From: Warren Young [mailto:war...@etr-usa.com] Sent: 24 August 2017 14:00 To: fop-users@xmlgraphics.apache.org Subject: FOP 2.2 change log The “changes” page says 2.2 doesn’t give

RE: FOP Default Font

2017-11-15 Thread Simon Steiner
Hi, You can add font-family to root fo: mailto:s...@logisticus.de] Sent: 14 November 2017 17:21 To: fop-users@xmlgraphics.apache.org Subject: FOP Default Font As I understand Helvetica is the standard font used by FOP. I use FOP to generate pdf-files from FO, the font used is Arial and Arial

RE: fop-pdf-images and caching

2017-11-16 Thread Simon Steiner
Hi, For the change see https://issues.apache.org/jira/browse/FOP-2693 If you cache PDDocument then close is never called on them and you get OOM eventually. There was a finalize that called close but that wasn’t working on IBM JDK. I think there were other issues. Thanks From: Matt

RE: Setting the --accessibility flag from FOP Ant task

2018-05-04 Thread Simon Steiner
Hi, You can set it in the fop.xconf file. Thanks From: Stefan Eike [mailto:stefan.e...@mailbox.org] Sent: 04 May 2018 09:02 To: fop-users@xmlgraphics.apache.org Subject: Setting the --accessibility flag from FOP Ant task Hi, I'd like to set the -a flag for activating

RE: Migration issue from 1.1 to 2.x with setSubject

2018-05-09 Thread Simon Steiner
Hi, What about using Document subject in your fo https://xmlgraphics.apache.org/fop/trunk/metadata.html Thanks -Original Message- From: g1franc [mailto:guillaume.francoi...@gmail.com] Sent: 27 April 2018 10:58 To: fop-users@xmlgraphics.apache.org Subject: Migration issue from 1.1 to

RE: Broken Link in FOP 2.2 documentation

2018-05-08 Thread Simon Steiner
Hi, You should raise a bug in jira where you found that link from. Thanks -Original Message- From: Thomas Schraitle [mailto:tom_s...@web.de] Sent: 08 May 2018 14:51 To: FOP Users Subject: Broken Link in FOP 2.2 documentation Hi, The following link

[ANN] Apache XML Graphics Commons 2.3 Released

2018-05-25 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the availability of Apache XML Graphics Commons 2.3. XML Graphics Commons is a set of components for dealing with graphics e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF and PostScript, an XMP metadata framework, etc.

[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: Generate an areatree file from Java

2018-05-28 Thread Simon Steiner
Hi, PDFVTTestCase.java has a example for fo to IF Thanks From: Pieter Masereeuw [mailto:pie...@masereeuw.nl] Sent: 28 May 2018 16:08 To: fop-users@xmlgraphics.apache.org Subject: Generate an areatree file from Java Hi - I am trying to create some XMLCalabash (XProc) extensions

RE: Does FOP makes use of multiple CPUs?

2018-08-31 Thread Simon Steiner
Hi, FOP uses 1 thread, if you have multiple FO files you can render each of these in separate threads by calling FOP API . Thanks From: Normen Ruhrus Sent: 27 July 2018 13:01 To: fop-users@xmlgraphics.apache.org Subject: Does FOP makes use of multiple CPUs? Hey everyone, just

RE: FOP 1.1 to 2.2 Migration - SEVERE Error with External Graphics

2018-03-16 Thread Simon Steiner
Hi, I could get round this by using in the fopservlet, but I think it’s a security issue allowing filesystem access from tomcat public Resource getResource(URI uri) throws IOException { if (uri.toASCIIString().startsWith("file:")) { return

RE: Ideas needed: insert byte[] into XSLFO

2018-03-06 Thread Simon Steiner
Hi, You can use a data uri or use a custom resource resolver. FopFactoryBuilder builder = new FopFactoryBuilder(new File(".").toURI(), resolver); fopFactory = builder.build(); Thanks -Original Message- From: Ulrich Mayring [mailto:u...@denic.de] Sent: 06 March 2018 16:09 To:

RE: Ideas needed: insert byte[] into XSLFO

2018-03-06 Thread Simon Steiner
no way to pass a resolver. Perhaps I can put it right into the config file? Ulrich Simon Steiner schrieb: > Hi, > > You can use a data uri or use a custom resource resolver. > > FopFactoryBuilder builder = new FopFactoryBuilder(new > File(".").toURI(), resolver)

RE: pdf/a permissions

2018-10-15 Thread Simon Steiner
Hi, There is https://xmlgraphics.apache.org/fop/trunk/pdfencryption.html Thanks From: Stefan Kleinbaum Sent: 14 October 2018 21:29 To: fop-users@xmlgraphics.apache.org Subject: pdf/a permissions Dear all, I am working on an application which creates a pdf/a file and I want

RE: https external-graphics

2018-12-21 Thread Simon Steiner
Hi, What java version are you using, try using a recent version. Since the https cert may not be in your jdk. Thanks -Original Message- From: Neil Smeby Sent: 20 December 2018 16:50 To: fop-users@xmlgraphics.apache.org Subject: https external-graphics Hello, I'm having some problems

RE: FOP 2.3 and JEuclid

2019-03-26 Thread Simon Steiner
Hi, In order to make batik compile under java 10, we had to rename the namespace since we don’t own org.w3c. https://issues.apache.org/jira/browse/BATIK-1216 Thanks From: Maxime Bégnis Sent: 26 March 2019 08:21 To: fop-users@xmlgraphics.apache.org Subject: FOP 2.3 and JEuclid

RE: FOP 2.3 and JEuclid

2019-03-26 Thread Simon Steiner
: Simon Steiner mailto:simonsteiner1...@gmail.com> > Sent: Tuesday, March 26, 2019 3:32 AM To: fop-users@xmlgraphics.apache.org <mailto:fop-users@xmlgraphics.apache.org> Subject: RE: FOP 2.3 and JEuclid Hi, In order to make batik compile under java 10, we had to rename the namespa

RE: Apache Websites down

2019-03-01 Thread Simon Steiner
Hi, They are working for me. Thanks From: Awadhoot Aphale Sent: 01 March 2019 11:49 To: fop-users@xmlgraphics.apache.org Subject: Apache Websites down Hi, I have been trying to access various Apache websites (FOP, Tomahawk, Commons FileUpload, Xerces) from yesterday but it

RE: fop + maven + Java-11

2019-02-19 Thread Simon Steiner
Hi, Can you provide replication steps on fop jira? Thanks -Original Message- From: Rolf Schumacher Sent: 18 February 2019 23:12 To: fop-users@xmlgraphics.apache.org Subject: fop + maven + Java-11 is there an example? I tried myself and failed, see

RE: PDF Links using Basic-Link

2019-01-24 Thread Simon Steiner
Hi, Example is to use: http://www.paulmccartney.com')" >Paul McCartney Thanks From: Bjkyavuz Sent: 24 January 2019 00:59 To: fop-users@xmlgraphics.apache.org Subject: PDF Links using Basic-Link Hi guys, I am using FOP 2.1 to generate a PDF file with external

RE: PDF Links using Basic-Link

2019-01-24 Thread Simon Steiner
Hi, My example is the same as yours, I misread the example you sent. Thanks From: Simon Steiner Sent: 24 January 2019 08:28 To: fop-users@xmlgraphics.apache.org Subject: RE: PDF Links using Basic-Link Hi, Example is to use: http://www.paulmccartney.com')"

RE: Relative resource paths for external graphics where uri resolution is affected by every render request context

2019-07-03 Thread Simon Steiner
is affected by every render request context Thank you Simon. I had considered that, but had wondered if there was a more inherently thread safe approach. Thankfully, our system is going to be single threaded so this isn't a big issue. From: Simon Steiner mailto:simonsteiner1...@gmail.com> >

RE: Relative resource paths for external graphics where uri resolution is affected by every render request context

2019-07-02 Thread Simon Steiner
Hi, The custom resource resolver can be modified at runtime such as myresourceresolver.useX() to affect its operation. Thanks From: Mark Gibson [mailto:mark.gib...@staff.bluematrix.com] Sent: 02 July 2019 19:31 To: fop-users@xmlgraphics.apache.org Subject: Relative resource paths for

[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

[ANN] Apache XML Graphics Commons 2.4 Released

2019-11-06 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the availability of Apache XML Graphics Commons 2.4. XML Graphics Commons is a set of components for dealing with graphics e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF and PostScript, an XMP metadata framework, etc.

RE: Help to upgrade code from FOP 1.1 to FOP 2.2

2019-10-15 Thread Simon Steiner
Hi, You can try using on FOP 2.x FopFactory fopFactory = FopFactory.newInstance(new File(".").toURI()); Thanks From: Luis Panadero Guardeño Sent: 15 October 2019 08:52 To: fop-users@xmlgraphics.apache.org Cc: Luis Panadero Guardeño Subject: Help to upgrade code from FOP 1.1 to FOP

RE: Help to upgrade code from FOP 1.1 to FOP 2.2

2019-10-15 Thread Simon Steiner
code from FOP 1.1 to FOP 2.2 And how I assign a URIResolver to it ? El 15/10/19 a las 15:43, Simon Steiner escribió: Hi, You can try using on FOP 2.x FopFactory fopFactory = FopFactory.newInstance(new File(".").toURI()); Thanks From: Luis Panadero Guardeño <mail

RE: Surrogate pair error

2020-02-24 Thread Simon Steiner
HI, Can you set the font-family in the fo file and add a font to the fop.xconf? Thanks From: Jan Driesen Sent: 24 February 2020 11:34 To: fop-users@xmlgraphics.apache.org Subject: Surrogate pair error Hi everybody, We have a document containing the following character:

RE: Embedding Apache FOP 2.4: auto detect fonts without reading a config-file

2020-02-11 Thread Simon Steiner
Hi, Something like: String fopxconf = "xxx"; FopFactory fopFactory = FopFactory.newInstance(new File(".").toURI(), new ByteArrayInputStream(fopxconf.getBytes())); FOUserAgent foUserAgent = fopFactory.newFOUserAgent(); Thanks -Original Message-

RE: build error in fop-trunk

2020-04-02 Thread Simon Steiner
. Le 18/03/2020 à 16:33, Simon Steiner a écrit : > mvn clean install -DskipTests This one works however as I am trying to learn I would prefer a clean build. Regards -- Jean-François MAUREL PIMECA http://www.pimeca.

RE: Wrong printed glyph with PCL renderer and TTF font

2020-04-02 Thread Simon Steiner
Hi, Can you raise a bug in jira Thanks -Original Message- From: De-Rancourt Eric Sent: 01 April 2020 14:42 To: fop-users@xmlgraphics.apache.org Subject: Wrong printed glyph with PCL renderer and TTF font Hi everyone, I am trying to transform a document using the PCL renderer with

RE: build error in fop-trunk

2020-04-06 Thread Simon Steiner
Hi, I fixed the other failure now. Thanks -Original Message- From: Simon Steiner Sent: 02 April 2020 12:21 To: fop-users@xmlgraphics.apache.org; jfrm.mau...@gmail.com Subject: RE: build error in fop-trunk Hi, I've fixed one of your failures, the other tests were passing for me

[ANN] Apache FOP 2.5 Released

2020-05-13 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.5 [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.5 Released

2020-05-13 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP-PDF-Images Version 2.5 [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: build error in fop-trunk

2020-03-18 Thread Simon Steiner
Hi, Try: mvn clean install -DskipTests Thanks -Original Message- From: jfrm.mau...@gmail.com Sent: 18 March 2020 15:00 To: fop-users@xmlgraphics.apache.org Cc: Chris Bowditch Subject: Re: build error in fop-trunk Hi Chris, Thank you for your answer. Le 18/03/2020 à 15:18, Chris

RE: Macron alphabets (ā) issue

2020-07-23 Thread Simon Steiner
Hi, What about configuring a custom font for your text. https://xmlgraphics.apache.org/fop/trunk/fonts.html Thanks From: ., Manjunath (TR Technology) Sent: 23 July 2020 10:02 To: fop-users@xmlgraphics.apache.org Subject: Macron alphabets (ā) issue Hi Team, We are using

[ANN] Apache FOP-PDF-Images 2.6 Released

2021-01-21 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP-PDF-Images Version 2.6 [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

[ANN] Apache FOP 2.6 Released

2021-01-21 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.6 [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 XML Graphics Commons 2.6 Released

2021-01-21 Thread Simon Steiner
The Apache XML Graphics team is pleased to announce the availability of Apache XML Graphics Commons 2.6. XML Graphics Commons is a set of components for dealing with graphics e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF and PostScript, an XMP metadata framework, etc.

RE: Supporting Emojis in PDFs

2021-01-27 Thread Simon Steiner
Hi, What about using OpenMoji-Color? You should raise a bug but NotoColorEmoji doesn’t open in fontforge. Thanks -Original Message- From: Martin Furek Sent: 27 January 2021 14:22 To: fop-users@xmlgraphics.apache.org Subject: Supporting Emojis in PDFs I would like to support new

RE: Supporting Emojis in PDFs

2021-01-27 Thread Simon Steiner
Hi, Also try NotoColorEmoji_WindowsCompatible.ttf Thanks -Original Message- From: Simon Steiner Sent: 27 January 2021 15:07 To: fop-users@xmlgraphics.apache.org Subject: RE: Supporting Emojis in PDFs Hi, What about using OpenMoji-Color? You should raise a bug but NotoColorEmoji

RE: Embed image from database, not from file

2021-03-26 Thread Simon Steiner
Hi, The uri can be a data url also Thanks -Original Message- From: Markus Ruggiero Sent: 26 March 2021 13:45 To: fop-users@xmlgraphics.apache.org Subject: Embed image from database, not from file Folks, I have image data stored in a database, not as a file. It is JPEG data in Base64

RE: Embed image from database, not from file

2021-03-26 Thread Simon Steiner
? Thanks a lot On 26 Mar 2021, at 15:08, Simon Steiner mailto:simonsteiner1...@gmail.com> > wrote: Hi, The uri can be a data url also Thanks -Original Message- From: Markus Ruggiero mailto:mailingli...@kataputt.com> > Sent: 26 March 2021 13:45 To: fop-users@xmlgraphic

RE: TTF->AFP Font | Looking for IBM Type Transformer for Windows

2021-02-26 Thread Simon Steiner
Hi, You can embed ttf into AFP using fop TrueType font configuration looks like: Thanks From: Tino maier Sent: 26 February 2021 13:05 To: fop-users@xmlgraphics.apache.org Subject: TTF->AFP Font | Looking for IBM Type Transformer for Windows Hi everyone, I'm trying

RE: Is FOP impacted by the Log4shell vulnerability?

2021-12-14 Thread Simon Steiner
Hi, We don’t include log4j. Thanks -Original Message- From: Bryan K. Walton Sent: 13 December 2021 14:41 To: fop-users@xmlgraphics.apache.org Subject: Is FOP impacted by the Log4shell vulnerability? Hi, is Apache FOP susceptible to the Log4shell vulnerability that is making the

Java 8

2022-02-03 Thread Simon Steiner
Hi, I am going to bump a dependency on our commons and fop trunk, that requires java 8. This means java 7 will no longer be supported for our next release. Thanks - To unsubscribe, e-mail:

RE: Compliance table is out of date - last version shown is 2.4

2022-02-01 Thread Simon Steiner
Hi, The table should now say that 2.4 to 2.7 is the same. Normally you will add a thick/light variant of a font file to the fop.xconf if you want a different weight used. simulate-style is just for bold weight. Thanks From: Kirkilis, John (Nokia - US/Austin) Sent: 24 January

  1   2   >