RE: reference-orientation

2006-02-28 Thread Andre Groeneveld
That works thanks, just one last question, will I be able to rotate a barcode this way? The coding that I've tried looks like follow: fo:block fo:instream-foreign-object svg:svg width=40mm height=50mm glyph-orientation-horizontal=90deg

Re: reference-orientation

2006-02-28 Thread Jeremias Maerki
No, that doesn't work. There's no extension that would make Apache Batik understand what to do with the http://barcode4j.krysalis.org/ns namespace in the embedded SVG document. This namespace is only known to FOP (i.e. it is usable only in XSL-FO but you're using it inside SVG). You have to use

Re: reference-orientation

2006-02-28 Thread Jeremias Maerki
On 28.02.2006 13:10:07 Andre Groeneveld wrote: Thanks, that works perfectly, is there a way though that I can pass the page-number through to the barcode generator? With the Xalan or Saxon extension this is impossible because the barcode is generated before FOP's layout engine kicks in. You'll

Re: 0.20.3 to 0.91b migration log messages

2006-02-28 Thread Jeremias Maerki
Lou, would you mind adding all this to a new Wiki [1] page? I'll gladly help fill in the gaps. Having it in the Wiki allows the document to live and everyone to participate. [1] http://wiki.apache.org/xmlgraphics-fop/ On 28.02.2006 14:05:39 Louis.Masters wrote: During my upgrade from 0.20.3 to

Creating Booklets

2006-02-28 Thread Andre Groeneveld
Hi all, I need to print a document in Booklet style, and in duplex. So it will be 2 A5 pages on 1 side of an A4 landscape, and the same on the other side. The problem is that I dont know how many pages there will be, and I dont know when the end of the page is reached. As I understand

Re: 0.20.3 to 0.91b migration log messages

2006-02-28 Thread Glen Mazza
[EMAIL PROTECTED] wrote: 10:01:48,302 WARN [FONode] Warning(Unknown location): fo:table-column, In the separate border model (border-collapse=separate), borders cannot be specified on a fo:table-column, but a non-zero value for border was found. The border will be ignored. I don't like

word wrapping

2006-02-28 Thread Jimmy Dixon
Hi fellow fopsters Im using fop to create a table in a pdf report on the fly. Space is at a premium and one of the values, an id, is of variable length. Other than using some nasty XSLT string functions to insert spaces into the id string when it is too long for the table cell is there a way

Re: 0.20.3 to 0.91b migration log messages

2006-02-28 Thread Louis . Masters
Will do. On a positive note, I figured out the cause of the following two issues: WARN [FOTreeBuilder] Mismatch: simple-page-master (http://www.w3.org/1999/XSL/Format) vs. layout-master-set (http://www.w3.org/1999/XSL/Format) WARN [FOTreeBuilder] Mismatch: simple-page-master

Re: 0.20.3 to 0.91b migration log messages

2006-02-28 Thread Andreas L Delmelle
On Feb 28, 2006, at 14:48, Glen Mazza wrote: [EMAIL PROTECTED] wrote: 10:01:48,302 WARN [FONode] Warning(Unknown location): fo:table- column, In the separate border model (border-collapse=separate), borders cannot be specified on a fo:table-column, but a non-zero value for border was

Re: RTF and table/column widths

2006-02-28 Thread Jeremias Maerki
On 28.02.2006 18:25:42 Andreas L Delmelle wrote: (Sorry, meant to reply on fop-users, so others have a chance to chime in as well...) Begin forwarded message: From: Andreas L Delmelle [EMAIL PROTECTED] Date: February 28, 2006 18:17:26 GMT+01:00 To: [EMAIL PROTECTED] Subject: Re:

Re: FOP 0.91 beta not rendering blank pages

2006-02-28 Thread Jeremias Maerki
Although the code has changed a lot between 0.20.5 and 0.91, the outcome should still be the same. We have automated tests which should assert the quality of that feature but maybe the DocBook stylesheets triggered a bug we don't know about. Would you please prepare a small example that shows the

Re: Center block with border

2006-02-28 Thread J.Pietschmann
Olivier wrote: i would like to center and border blocks (some blocks may contain linefeed or may extend page/block width -- multi-lines) like this : ... the 1st block is ok, but the 2nd... : ... any idea ? The second is a though one. You could try an inline-container: fo:block

Re: FOP 0.91 beta not rendering blank pages

2006-02-28 Thread Brad Thacker
I don't see a problem with the initial-page-number property because each chapter in my rendered doc starts on an odd page like it's supposed to, although the prior even (blank) page is missing. If the force-page-count property is now enabled in the latest FOP trunk, it sounds like I'll be in

Re: Absolute 'file:' URI scheme bug on Windows?

2006-02-28 Thread Manuel Mall
Try if file:///C:/test/logo.svg works. That should remove any ambiguity about what is the path and what is the hostname in the URL. Manuel On Wednesday 01 March 2006 00:49, Florent Georges wrote: Jeremias Maerki wrote: Hmm, as I said in my other response, I tested locally with 0.91beta and

Embedding Japanese fonts in PDF

2006-02-28 Thread Partha
I followed the instructions in the documentation for generating xml for the font. I created an XML file for the MSGothic font. I included this in my userconfig.xml. I created a JSP which references this userconfig.xml. %@ page import='org.apache.fop.apps.Options'% String userConfig =

Re: RTF and table/column widths

2006-02-28 Thread Paul Tremblay
On Tue, Feb 28, 2006 at 07:07:16PM +0100, Jeremias Maerki wrote: Nope, according to the RTF spec, the output should be in US-ASCII (7-bit) for portability. UTF-8 is definitely not supported by RTF but I think it's possible to use various 8-bit character sets and Unicode escapes if the proper

Re: Absolute 'file:' URI scheme bug on Windows?

2006-02-28 Thread Florent Georges
Manuel Mall wrote: I'll try tomorrow (as I can't reproduce the problem outside the server). But as I said, the URI is generated by Saxon, by using the XPath 2.0 fn:resolve-uri(). So I can't really change the format of the URI. If I remember well, I gave also:

Re: Re: RTF and table/column widths

2006-02-28 Thread b . ohnsorg
- original Nachricht Betreff: Re: RTF and table/column widths Gesendet: Mi 01 Mär 2006 00:54:40 CET Von: Paul Tremblay[EMAIL PROTECTED] I've written an rtf2xml program Now you're on my list *g* http://rtf2xml.sourceforge.net/ I'll take this into consideration [...] [...]