Simulating checkbox in fop ???

2003-09-23 Thread Dang Minh Phuong
Hi all, I am creating a report using fop. I have a lot of checkboxes in html user interface and base on what users have checked, I generate a report look the same with the html form. I intend to show a small square for empty checkbox and a small square with a stick (x) inside. Can it be done by

Re: Simulating checkbox in fop ???

2003-09-23 Thread Glen Mazza
Hi Phuong, Check the FOP-USER archive on here: http://marc.theaimsgroup.com/?l=fop-userw=2r=1s=checkboxq=b Hopefully you'll find something of use. Glen --- Dang Minh Phuong [EMAIL PROTECTED] wrote: Hi all, I am creating a report using fop. I have a lot of checkboxes in html user

Re: Caching xsl....

2003-09-23 Thread Jeremias Maerki
http://java.oreilly.com/news/javaxslt_0801.html See 1). You can reuse the Templates object. On 23.09.2003 07:05:28 Kodandapani A. wrote: Is there anyway to cache the xsl. So that, tranformation doesn't need to parse XSL everytime. Jeremias Maerki

Re: Embedding Garamond

2003-09-23 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, Thank you for help it worked fine for arial font. Now, I'm having problems with Garamond font. I've purchased the Garamond Book and ITCGaramond Bold (pfm and pfb files), I run the command: You didnt say what problems you are getting? Characters appear in

Fulltext search and true type fonts

2003-09-23 Thread Markus Schütz
Hello everybody, I've observed that the behavior of PDF documents rendered by FOP is a bit strange when it comes to fulltext search in the Adobe Acrobat Reader: With Adobe's default fonts such as Helvetica and PS fonts, fulltext search is supported, with TT fonts it's not. When you search for a

Re: Fulltext search and true type fonts

2003-09-23 Thread Chris Bowditch
From: Markus Schütz [EMAIL PROTECTED] snip/ With Adobe's default fonts such as Helvetica and PS fonts, fulltext search is supported, with TT fonts it's not. When you search for a keyword, you will get no hits though you might see the keyword right on the screen. This is a known problem, and I dont

RE: Fulltext search and true type fonts

2003-09-23 Thread Markus Schütz
Thank you for sending the link to the archives. Maybe only the workaround IS to use default fonts (which doesn't help when you have a document with characters that are not part of ISO-8859-1, say Polish or Russian) or PS fonts (which means paying in quite a number of cases). Regards, Markus

RE: Caching xsl....

2003-09-23 Thread Kodandapani A.
Hi, Thank you very much for the help in caching XSL. But, now my problem is transformation, it is taking huge time and memory. Transformation is taking almost 70% (time memory) of my whole application execution. Is there any way to come-out of memory and time problem. - KP -Original

RE: JPG 300dpi / background

2003-09-23 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I want to have an image in a background of a document and can write a block of text above. I use background-image in the fo:region-body definition. The problem is that fop can't show correctly a jpg 300dpi: it is

RE: JPG 300dpi / background

2003-09-23 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] The documentation on the website, however, ( http://xml.apache.org/fop/graphics.html#resolution ) recommends you scale the graphic beforehand. ( Try scaling it to 72/300 of its Sorry, that's for SVG... Besides

Re: Caching xsl....

2003-09-23 Thread J.Pietschmann
Kodandapani A. wrote: But, now my problem is transformation, it is taking huge time and memory. Transformation is taking almost 70% (time memory) of my whole application execution. Is there any way to come-out of memory and time problem. It's hard to help you here without taking a look at your

Re: Simulating checkbox in fop ???

2003-09-23 Thread J.Pietschmann
Dang Minh Phuong wrote: I intend to show a small square for empty checkbox and a small square with a stick (x) inside. Can it be done by fop and how to do that. This used to be a FAQ: http://xml.apache.org/fop/faq.html#fo-special-symbols I'm not aware of a readily available font containing a

Re: JPG 300dpi / background

2003-09-23 Thread J.Pietschmann
Andreas L. Delmelle wrote: I find it curious though... Have you tried setting the content-height and content-width for the inserted graphic explicitly? Hehe, not possible for background graphics. Bitmap background images are always rendered at 72dpi, no way to change this. J.Pietschmann

RE: JPG 300dpi / background

2003-09-23 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Hehe, not possible for background graphics. Bitmap background images are always rendered at 72dpi, no way to change this. Ah, so he has to use the overlapping region-before trick? Greetz, Andreas Delmelle