Re: pdf x3

2006-05-19 Thread Jeremias Maerki
PDF/X-3 is not supported by FOP, yet. I have it on my task list, but it is not definitely determined which substandards I will actually implement. There are a number of substandards in PDF/X already and it depends on the exact requirement which substandard needs to be supported. I assume I'll be

Problem with Big Documents

2006-05-19 Thread sumanta . g
Hi, We are having an online insurance applications where documents are getting rendered on-the-fly (by applying xsl-fo over xml). In one of our xsls we had to use recursive template calls (e.g. printing employee details). But whenever user tries to render (therby invoking transformation) on large

Re: resolution on PS files

2006-05-19 Thread Camilakill
Thank you!!! Its going to be a much better solution for my app. I am trying to use it in my code, but the scanner is not being able to read the barcode. How do I change the position that I want to print the barcode? I believe the begining of the barcode is being cut. my code is as bellow:

span=all in last page sequence is dropping second last page from PDF

2006-05-19 Thread Adam Davies
Hi everybody, Need some help or may have found a bug I have a complex page sequence below. I'm using the current FOP Trunk release BTW. Some background setup info:fo:page-sequence-master master-name="contents"

Re: Large table cell crashes fop92

2006-05-19 Thread Arturo Perez
Jeremias Maerki dev at jeremias-maerki.ch writes: The marker thing I put in for 0.92 but I think I get the same crash under 0.20.5. Really? 0.20.5's layout engine is working completely differently. I can't imagine you get the same error. Not exactly the same but it looks

RE: use java from server

2006-05-19 Thread Rick Roen
Thanks Daniel, I know little of java, so forgive the possibly ignorant question: Is that just a matter of modifying the JAVA_HOME environment variable in the batch file? I don't have a good test setup without java installed, otherwise I would just do this myself. Rick -Original

Re: resolution on PS files

2006-05-19 Thread Jeremias Maerki
This is quickly becoming very off-topic for this list! On 19.05.2006 13:43:49 Camilakill wrote: Thank you!!! Its going to be a much better solution for my app. I am trying to use it in my code, but the scanner is not being able to read the barcode. Again, I can't help you much with that.

Re: Problem with Big Documents

2006-05-19 Thread Jeremias Maerki
First, you have to find out if XSLT or FOP is the reason for the problem. You're talking about recursive template calls which could easily explain it. I'd run the document outside of the application server and split the XSLT stage from the FOP stage. Like this you can easily find out where to

Re: span=all in last page sequence is dropping second last page from PDF

2006-05-19 Thread Jeremias Maerki
Column balancing is known to have some oddities. page-position=last is pretty new so it may well be that there are some problems left. An FO file demonstrating the problem would be welcome. On 19.05.2006 14:18:50 Adam Davies wrote: Hi everybody, Need some help or may have found a bug I have a