embedd SVG graphics and navigate between them

2012-12-04 Thread sareth
Hello, I use OpenJDK 7 and Apache FOP 1.1 I tried to embedd two simple SVG graphics in a .fo file (a square on page one and a circle on page two, for example) in order to navigate between them: clicking on square page 1 would lead to circle on page 2. But unfortunately, I failed always and it had

RE: Printed blank page when running example class ExampleFO2JPSPrint.java

2012-12-04 Thread Robert Meyer
Thanks for testing that out Luis as on both my Windows and Linux PC's I could not manage to reproduce the issue on trunk or 1.1. Keep us updated Massimo as to whether using trunk resolves your issue. > Date: Tue, 4 Dec 2012 00:33:57 + > From: lmpmberna...@gmail.com > To: fop-users@xmlgraphic

RE: embedd SVG graphics and navigate between them

2012-12-04 Thread sareth
Hello Robert, thank you for your help. Your example works well. But unfortunately, my request was not precise enough. In fact, I tried to make only tiger eye clickable for example, not all graphic... I tried ..., I tried too, but it didn't work. In fact, I would like to have only part of SVG t

Re: Maven dependencies for fop 1.1

2012-12-04 Thread Chris Bowditch
Thanks for the suggestion Stephen. I have changed the POM template so that the avalon dependency will be fixed in the next release. Committed in revision 1416937 Thanks, Chris On 02/12/2012 21:29, Stephen More wrote: avalon 4.2.0 artifact is already loaded in repo, it just has a different g

Re: Printed blank page when running example class ExampleFO2JPSPrint.java

2012-12-04 Thread Massimo
Hi. I tested the trunk version and finally the ExampleFO2JPSPrint.java prints "Hello World!". I modified the class adding: *... transformer.transform(src, res); BufferedImage image = renderer.getPageImage(0); ImageIO.write(image, "PNG", new File("./pippo.png")); ...* and the saved image con