Is there any special way to display newline, space characters, carriage returns in XSL-FO? I'm using XLS Formatter V3.2 and it times the newline characters in...
I am using XSL Formatter to generate PDF from XML. I am trying to display an image on full length of the page, using the XSL code ... <fo:block-container...
Thank you for using XSL Formatter. fo:external-graphic is treated as an inline object which generates a line area. The default height of line area is 1.2 *...
Our engineer also pointed that: A graphic is placed on top of a baseline, as a result there remains a space under the baseline. Please specify font-size="0",...
Thanks Tokushige Kobayashi for your help! I have one more question for you. What is the default DPI resolution of PDF generated using XSL Formatter? How can I...
Hi, I use FOP. I need of your knowledge in XSL-FO: Is it possible to define in the XSL-FO that when you print automatically you print in duplex (I'm not sure...
... Printer-specific commands are outside the scope of FO itself. Either you will use the normal printing interface for your printer or your FO implementation...
... If you mean you have a printer which can print on both sides of a sheet of paper, and you want to enable this printing mode, then no, this hasn't anything...
I am sorry to be late, but I can not understand what you mean by the DPI resolution of PDF. PDF file consists from commands, it is a kind of vector format. DPI...
Hi, What is this error: Exception in thread "main" java.lang.OutOfMemoryError: Java heap Space Is it my memory or the memory of FOP? Thanks for your answer ++ ...
... This is a FAQ. See the website for a solution: http://xml.apache.org/fop/running.html#memory Chris...
Chris Bowditch
bowditch_chris@...
Apr 6, 2005 8:32 am
6354
This is the FOP who ran out of your memory. Possible reasons are: either your stylesheet is not optimized for FOP implementation limits or FOP is not...
... The amount of memory available to FOP or any Java program is not necessarily connected to amount of memory on the machine. By default a Java program gets ...
Chris Bowditch
bowditch_chris@...
Apr 6, 2005 9:55 am
6356
Lunasil Ltd. is pleased to announce the release of Xinc 2.0. New Features include: - Support for auto table layout. This feature causes Xinc to choose the...
Thanks for your answer I understand I try to genenrate a 100 page pdf so I understand now With the -Xmx512m that work !!! Thanks Chris Chris Bowditch wrote: ...
... <snip/> ... There are some tips on how to reduce FOP's memory consumption here: http://xml.apache.org/fop/running.html#memory Chris...
Chris Bowditch
bowditch_chris@...
Apr 6, 2005 3:44 pm
6359
Hi, That work it's great! thanks all I have know another probleme I wan't to make this transformation with a webservice .net so I have found a class called...
Long time has passed since the last post on this topic so I hope this is still useful. My Java application does exactly that. It applies different xslt style ...
Hi, Is there any way to fail a transformation if the XML contains a certain tag? I know you can not have it in the DTD and it would scream at you, but I have a...
Hi, Probably a basic question, but how do you create bookmarks using XSL:FO for PDF? I have a large document that needs navigation, and being able to convert ...
Thanks Mike, I already have the full version of XEP so I'll see what they say :) Nicola Nicola Harlow Technical Author The Program Management Group plc tel:...
Thanks, I should be able to work it out from that :) Nicola Nicola Harlow Technical Author The Program Management Group plc tel: +44 (0) 1937 547 171...
This template should do it: <xsl:template match="toc_book"> <xsl:message terminate="yes">The toc_book element is not permitted. Exiting. </xsl:message> ...
Bob Stayton
bobs@...
Apr 8, 2005 6:34 pm
6368
... Minor bitch. Bookmarks aren't in the rec. So implementor decisions don't really count for much till the next rec. Please ignore vendors sales pitches...