Problem with FOP.bat

2009-05-27 Thread maolimix
Hi Guys, I have a problem to use fop.bat in windows Vista. I Downloaded FOP bin (on my desktop), JDK 1.4_2.19 and XAMPP. I tried to launch FOP.bat but it appear and immediately disappear but I don't Know why. Anyone can to help me? Thank you very much Maurizio -- View this message in context:

Re: Problem with FOP.bat

2009-05-27 Thread Artur Zinatullin
m I tried to launch FOP.bat but it appear and immediately disappear but I don't Know why. Try using command shell (e.g. cmd.exe). Then change directory to the place You have the .bat and start it. It probably does produce some error message :)

Re: Problem with FOP.bat

2009-05-27 Thread Chris Bowditch
maolimix wrote: Hi Guys, Hi, I have a problem to use fop.bat in windows Vista. I Downloaded FOP bin (on my desktop), JDK 1.4_2.19 and XAMPP. I tried to launch FOP.bat but it appear and immediately disappear but I don't Know why. Anyone can to help me? You need to run FOP.bat from command

Re: Problem with FOP.bat

2009-05-27 Thread maolimix
Thank you very much...now it work correctly! :) maolimix wrote: Hi Guys, I have a problem to use fop.bat in windows Vista. I Downloaded FOP bin (on my desktop), JDK 1.4_2.19 and XAMPP. I tried to launch FOP.bat but it appear and immediately disappear but I don't Know why. Anyone can to

Custom FOP Extension

2009-05-27 Thread Subrata Hazra
Can anybody help me with step-by-step guide for writing own FOP extension. I want to write some extension where fop will output an image parsing fo document like this fo:block ns:img xmlns=some URI width=100 height=100 ns:bar height=10bar1/bar ns:bar height=10bar2/bar /ns:img Internally I want

AW: FOP is fun, even images brighten up?

2009-05-27 Thread Georg Datterl
Hi everybody, Some more information on this problem: I have a png image, which I place in a pdf. Without doing anything else, the image in the pdf is much brighter than the original image. Further information: An example image was generated with profile Dot Gain 15%. After placing it in a

RE: Custom FOP Extension

2009-05-27 Thread Manuel Mall
Just wondering if a custom URI resolver would be a possible and most likely simple solution? So you would use a normal external graphics tag but a custom scheme in the URI. fo:external-graphic src=myscheme:. / You then set a custom JAXP URIREesolver on the FOP Factory (I think) which does

RTF doc. compilation failure

2009-05-27 Thread nancy_b
Hi folks, I have a document (in A5 format) that can be flawlessly compiled in PDF format, but fails in RTF. It seems that FOP cannot handle background images in fo:block elements when creating an RTF file. The following API in my print.xsl has caused this problem: xsl:param name=chap.label.path

xsl-fo java extension function

2009-05-27 Thread botunge
I've used the example code in the class ExampleXML2PDF from the FOP 0.95 distribution to see what fop can do. I'm trying to write a java extension function for the stylesheet and in the function return a org.w3c.dom.Node element. My problem is, i cannot find a easy way to construct such an

Re: Custom FOP Extension

2009-05-27 Thread Tim Landscheidt
Subrata Hazra subra...@gmail.com wrote: Can anybody help me with step-by-step guide for writing own FOP extension. I want to write some extension where fop will output an image parsing fo document like this fo:block ns:img xmlns=some URI width=100 height=100 ns:bar height=10bar1/bar

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-27 Thread Adrian Cumiskey
Hi Vijay, Sorry to hear you are new to the AFP format, you have a lot of reading to do! :-). Also apologies for the delay in getting back to you but I really have no free time at the moment. First of all I'd recommend you take a look at http://wiki.apache.org/xmlgraphics-fop/AFPResources.

Re: Auto Table Column Width

2009-05-27 Thread Tobias Anstett [k15t.com]
Hi, please see my original question below. Furthermore I'd like to know if there are already approaches or ongoing development on this issue. Do you know how other FO processors capable of this feature have solved the problem. Would be nice if you can provide me additional information what

RE: Auto Table Column Width

2009-05-27 Thread Griffin,Sean
Tobias, We have a similar need for auto table sizing, but we also have an additional need for table wrapping, so we simply had to come up with an alternative solution. Since the FO is generated from XSLT, we can pass the page width and margin values as parameters to the XSLT stylesheets that

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-27 Thread vvijay
Hi Adrian, I appreciate you taking the time to respond to my request. We will go through the reference material suggested by you. Is this the right forum to post any FOP/AFP related questions. I do have a few more issues we are trying to resolve and wondering if there is another forum for these

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-27 Thread Adrian Cumiskey
Hi Vijay, There is a specialist AFP list at http://lists.topica.com/lists/afp-l that you can subscribe to. Its not a very active list but there are a lot of knowledgeable subscribers who work at IBM and Infoprint Solutions Company who may be able to help you. Good luck. Adrian. 2009/5/27

Re: Custom FOP Extension

2009-05-27 Thread Andreas Delmelle
On 27 May 2009, at 14:32, Subrata Hazra wrote: Can anybody help me with step-by-step guide for writing own FOP extension. I want to write some extension where fop will output an image parsing fo document like this fo:block ns:img xmlns=some URI width=100 height=100 ns:bar height=10bar1/bar