... set the font-family="ZapfDingbats" which is one of the standard 14 fonts, so you don't need to configure any custom fonts. ...
Chris Bowditch
bowditch_chris@...
May 1, 2003 8:36 am
3387
... Precisely. The commas are getting in your way. Using translate() you can remove the commas and obtain a value suitable for summing. ... It involves...
Thanks to all that replied... I have to do this programmatically on the fly, so I don't think I can use the Quite product, nor can I use the n-up finction in...
... Unfortunately, no. Cheers, E. -- W. Eliot Kimber, eliot@... Consultant, ISOGEN International 1016 La Posada Dr., Suite 240 Austin, TX 78752 Phone:...
... No, there is no way to do math with <fo:page-number/>. But ... since you want automation ... I have been unable to find a Windows-based version of the...
... Sorry, I meant could you please post information about it (not it itself) to the list: I'm looking for a Windows implementations supporting both A4 and...
Hi, How do I wrap text (text without any spaces in between) within a block. I know about the wrap-option. But that works only when we have spaces in between...
Just a quick announcement to those interested in hands-on XSLT and/or XSL-FO training in North America: our next public delivery scheduled for June 16-20 is at...
... The only sure way is to insert zero-width space characters at reasonable break points (which could, I suppose, be between every character if you wanted)....
Hi, does anyone know of an xbean that produces a pdf, I am using the xbeanengine and want to produce pdf of our brochure on the web based on what the user...
Hi! Anyone has a clue about this exception ??? java.lang.ArrayIndexOutOfBoundsException at org.apache.fop.fo.flow.TableRow$CellArray.getNextFreeCell ...
... That is probably a FOP bug. Post this question to the fop-user list: http://xml.apache.org/fop/resources.html#mailing-lists-fop-user Be sure to mention...
I am developing a web site based on java/xml/xsl and have been asked to develop an app that automatically generates pdf brochures from user selected content....
... Why do you need ZapfDingbats? Its one of the standard 14 fonts you get for free with every XSL-FO Formatter. Just specify font-family="ZapfDingbats" Chris ...
Chris Bowditch
bowditch_chris@...
May 6, 2003 7:58 am
3401
Hi all! I'm trying to transform an XSL-FO file to PDF in a servlet with FOP embedded. I'm using FOP 0.20.4, JDK 1.4.0 and Tomcat 4.0.2. Everything works, but...
... I admit it is strange that FOP is looking for a SVG class when your image is Jpg. Make sure you have Batik.jar in your classpath. It comes with the FOP ...
Chris Bowditch
bowditch_chris@...
May 6, 2003 8:06 am
3403
Hi Chris! Yes, I have batik.jar in the classpath but still doesn't work. Thank you for the reference to FOP user list. I'll send there my question. ... ...
Do you have your xsl:fo for this? Cant remember top off my head .. but have encountered this before and it was bcos my xsl:fo was not handling the complete xml...
Hi Chris, that didn't work for me. I get the following error. [ERROR] unknown font ZapDingbats,normal,bold so defaulted font to any I need to display a check...
... You have put "ZapDingbats" but the actual font name is "ZapfDingbats" Note the "f", which may look like a typo, but this the name of the font. Chris ...
Chris Bowditch
bowditch_chris@...
May 6, 2003 1:59 pm
3407
Hi, what would be the best solution to directly print from an application using FOP (0.20.4/5)? I tried the AWTRenderer, but it renders inaccurately since it...
Hi, I am using fop 0.20.4. I need to display some values in a table. I have declared a table with 5 columns. If I have more than 5 values, I need to display...
Hi, I don't know if this is the proper group to ask this question in, but I don't know where else I can find an answer. I keep getting an error when using the...
one thing you need is an xsl:choose wrapped around the xsl:when code .. ... From: Frank [mailto:mrkappachi@...] Sent: Tuesday, May 06, 2003 3:31 PM To:...
Hi all I'm creating a XML and XSL file with images and text inside I would like to automate the resize of too big images.. My image could be bigger than the...
... At the moment, not with a proprietary extension--the XSL sped as written requires scaled graphics to always be scaled. This is a known problem with the...
... A common requirement ... addressed using a combination of a leader and justified text alignment. ... A working example is below. Note that when justifying...