Mark Ivs wrote: <snip/> ... What you need is the font base dir. Documented here: http://xml.apache.org/fop/configuration.html#summary-key-value So put relative...
Chris Bowditch
bowditch_chris@...
Mar 2, 2004 9:09 am
5009
Thanks a lot for your response Chris. I made changes to userconfig.xml <font metrics-file="arialuni.xml" embed-file="arialuni.ttf" kerning="yes"> <font-triplet...
Mark Ivs wrote: <snip/> ... A couple of possibilities: 1) FOP isnt finding your user config xml file as you suggest below. 2) You have specified...
Chris Bowditch
bowditch_chris@...
Mar 3, 2004 9:01 am
5011
Chirs, Again, thanks for response. Now I see what the problem is. Earlier I was under the assumption that there are two ways to embed font. 1. Using the...
I was not fully correct earlier. I do need Configuration.put for fontBaseDir. So basically what I have right now in the code is... userConfigFile = new ...
hi can be fop recognized some chapter title, automatically in a side not down written is, but the chapter title written at the beginning of the next side . ...
... I'm sorry but I dont understand what you are trying to say. Chris...
Chris Bowditch
bowditch_chris@...
Mar 5, 2004 10:17 am
5017
We use a complete different solution after trying several others (including Eliot's suggestion): We write the XSLT documents using JSP (and using the I18n tag...
... Content should flow across pages by default. There are some cases where it wont, for example you have placed your content inside a block-container. Post a...
Chris Bowditch
bowditch_chris@...
Mar 5, 2004 10:19 am
5019
As far as I understand, you want to keep chapter title and the first paragraph of the chapter on the same page. Read spec's "7.19 Keeps and Breaks Properties"...
but keep-with-next , is yet in current FOP not implementet. can't one make that differently? thanks Yahoo! Mail : votre e-mail personnel et gratuit qui vous...
Hi, I am new to FO and I am using FOP to render my document.I am having two issues with Image. 1.In one page I have very big image and that can't be fitted in...
I haven't clearly understand what you need, but you can try using percents in the width or height attribute. E.g. <fo:external-graphics ... width="100%" ../> ...
Sorry for not making it clear. I will give it another try.Lets say , I have two inline images and they can't fit in single page and there is no text between...
... Yo have answered yourself. As far as FOP is incomplete for your stylesheets you have to take a look at commercial formatter. The free cheese is only in the...
Hello, We have been using Adobe Illustrator 10.0.3 to create our SVGZ graphics, for about a year. We found out that it does not save the width and height...
... Yes, the following can be checked in XSLT, but not in XSL-FO ... assuming you are transforming your various sources into XSL-FO, you will be able to check...
Hello, Does this work even if all the SVGZ graphics are external separate files? Have any sample code? Thanks, Jeremy Odekirk ... assuming ... able to ... ...
Corda released a new product that will interest XSL-FO users. Highwire is the first product, which actually interprets xHTML and converts it directly to pure...
I've been looking through all of the archives here and on the web for an answer to this, but no dice. I'm hoping someone has encountered this before. The...
This looks useful, but it isn't the first product to convert HTML to PDF. Easy Software Products's HTMLDOC converts HTML to PDF or Postscript. I've used it...
Bob Stayton
bobs@...
Mar 10, 2004 4:53 pm
5032
... Sure ... you are pointing to the file and an SVG file is an XML file so your XSLT processor will be able to open it. ... <xsl:when...
... It is not the first. I know at list http://html2fo.sourceforge.net/ (as far as it is xsl-fo group everyone knows how to transform FO to PDF) and ...
... By VB COM, do you mean VB6 as opposed to VB.Net? ... Well you need to convert the byte array containing unicode encoded characters into ASCII text. You...
Chris Bowditch
bowditch_chris@...
Mar 11, 2004 8:43 am
5035
Now I encounter a challenging problem in XSL-FO. when one attribute in the table element is 'land', the table need to be procedded in landscape format in the...