Re: how to pass to fop user and password needed for basic authentication to get image resource from Notes database

2006-02-22 Thread jelka . kosir
I have the FopTrunk version on my computer (JDK 1.3) and testing it for issues I had in previous version FOP, so I can decide if we change fop version. This (see history of this mail) was one of the issues I had (how to pass to fop basic authentication for retrieving resources from application

Flow Area with explizit height inside an normal flow area?

2006-02-22 Thread news
Hello List, I ve a project where I ve got flow content going up to several pages. Inside this flow content I want to insert another flow content whose measures where set up by a user previously. The user controlled content should be outputted as is. Means that if the flow content to be inserted

Page Numbers

2006-02-22 Thread Andre Groeneveld
Hi can anyone help me please. Is there any way of storing the current page number in a variable? The reason why I need to store the page number is that I need to make a calculation with the page number and use the result for a barcode. Please help. Thanks, Confidentiality

Re: Page Numbers

2006-02-22 Thread Jeremias Maerki
No, at least it's not possible in XSLT since FOP runs after the XSLT stage and you stylesheet cannot know about page-numbers. The FOP extension for Barcode4J, however, contains a special feature that allows you to use the page number in a barcode. That works because Barcode4J runs during FOP's

Re: how to pass to fop user and password needed for basic authentication to get image resource from Notes database

2006-02-22 Thread Jeremias Maerki
I think there's an even easier way to do this, and it's probably the better one. I've attached a simple class (MyAuthenticator.java) which you can adjust to your purposes. You can inspect the parameters for the password authentication and return a username and password depending on those values.

Re: Re: fop beta performance

2006-02-22 Thread b . ohnsorg
Me again with the promised stats. I've created larger Document (39 pages PDF result) with hardcore referencing (index terms, toc for headings, tables, lists and images) and 0.91 is twice as slow as 0.20. But the major resource consumption may be caused by heavy logging activity (debuggin, IO on

Re: fop beta performance

2006-02-22 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I've created larger Document (39 pages PDF result)... The XSL list owner recently posted this link http://www.idealliance.org/proceedings/xml03/slides/xslfoshowcase/index.html to a page with several FO samples which could probably be used for benchmarking. It includes

Re: break-after page

2006-02-22 Thread b . ohnsorg
- original Nachricht Betreff: break-after page Gesendet: Mi 22 Feb 2006 22:31:41 CET Von: Will Peterson[EMAIL PROTECTED] I'm using the FOP 0.91beta. Whenever I use the break-after=page in a block, any document after that point does NOT get rendered after that point. It inserts

Re: Re: fop beta performance

2006-02-22 Thread b . ohnsorg
- original Nachricht Betreff: Re: fop beta performance Gesendet: Mi 22 Feb 2006 21:47:29 CET Von: J.Pietschmann[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've created larger Document (39 pages PDF result)... The XSL list owner recently posted this link

RE: Re how to embed a font programatically

2006-02-22 Thread Karl Roberts
Hi I built a URIResolver that reads URL's like: servlet-context:/WEB-INF/metric.xml And it works fine, however when it encounters a URL that doesn't match the servlet-context scheme I return null. However I then get an NullPointerException Caused by: javax.xml.transform.TransformerException:

re: Page Numbers

2006-02-22 Thread Andre Groeneveld
Thank you, this will help me a lot. The only other problem that I might still have is putting the barcode on each page, is there a way that I can find out when a new page is created? As I have to put a barcode on each page and I am creating tables in my document, which overflows onto

re: Page Numbers

2006-02-22 Thread Manuel Mall
Thank you, this will help me a lot. The only other problem that I might still have is putting the barcode on each page, is there a way that I can find out when a new page is created? As I have to put a barcode on each page and I am creating tables in my document, which overflows onto the