Re: Dynamic Configuration migration of 'strokeSVGText' and 'fonts'

2006-02-17 Thread Andreas L Delmelle
On Feb 16, 2006, at 21:17, Andreas L Delmelle wrote: //config fonts Vector allFonts = new Vector(); Vector allTrips = new Vector(); snip / Should also work roughly the same way as for 0.20.X. One very important difference is that 0.91 still can't handle relative font URLs, but you don't

Re: PFBParser - ArrayIndexOutOfBoundsException

2006-02-17 Thread Jeremias Maerki
What I know about Type 1 font is from the Adobe website: http://partners.adobe.com/public/developer/font/index.html ...by reading the various specifications. Not really a high-level overview over Type 1 fonts. :-) On 16.02.2006 20:28:46 Grant McAuley wrote: snip/ Could you (or anyone) point me

TTFReader and MacOsX .ttf fonts

2006-02-17 Thread Torben Lauritzen
Hi. I am using version 0.91 beta. I am trying to register OS fonts with FOP, in order to embed them in PDF documents. On MS windows this works fine, but on MacOSX almost all of the .ttf-fonts cannot be read by the org.apache.fop.fonts.apps.TTFReader. I get an unsupported format error, fx: -

Re: TTFReader and MacOsX .ttf fonts

2006-02-17 Thread Jeremias Maerki
I've never had my fingers on a Mac-specific TrueType font. And I can't remember this ever coming up, yet. If the Mac fonts are really a little different, I guess the TrueType parser should be extended to handle this subformat, too. That's probably the cleanest approach. However, since work is

Re: TTFReader and MacOsX .ttf fonts

2006-02-17 Thread Torben Lauritzen
Thank you for the quick answer. I did not know about the FOrayFont project. One of the entries on the plan for the project is: Support TrueType Fonts in Macintosh format So there is some focus on the issue. The application I am working on is a commercial product, and I do not think our

Re: FOP Unicode problem

2006-02-17 Thread Jeremias Maerki
XSL-FO allows you to specify a list of font names in the font-family property but this is not supported by FOP, yet (FOP uses the first font in the list it supports regardless of the characters to be rendered). You'll have to find a TrueType font that contains all the characters. In that case

Re: FOP Unicode problem

2006-02-17 Thread Sascha Punzmann
ok I searched a bit in the mailing list, but couldn't find the right thing. Isn't it possible to copy this specail character from the ZapfDingbats font directly into the font-metric I'm using (I'm using a custom one already)? If so, how can I do this? Maybe there exists a documentation about

RE: FOP Unicode problem

2006-02-17 Thread Pascal Sancho
Hi Sascha, I've yet provided a pure xslt solution to handle special characters. You can find it here: http://marc.theaimsgroup.com/?l=fop-userm=111038776332200w=2 Pascal -Message d'origine- De : Jeremias Maerki [mailto:[EMAIL PROTECTED] On 17.02.2006 15:54:29 Sascha Punzmann

RE: problems with printing: fop-0.91

2006-02-17 Thread Tim Dyck
I went back to version 0.20.5 and was able to get it work fine so that is good. Thanks for the help. Tim. -Original Message- From: Andreas L Delmelle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 12:35 PM To: fop-users@xmlgraphics.apache.org Subject: Re: problems with

Property id is unique but FOP 0.91 reports an error.

2006-02-17 Thread Unger, Joachim
Hi, I have the master set: fo:layout-master-set fo:simple-page-master margin-bottom=0mm margin-top=0mm margin-right=1cm margin-left=8mm page-height=297mm page-width=210mm master-name=first-page fo:region-body margin-left=12mm margin-top=120mm

best way to use fop to layout report.

2006-02-17 Thread Tracey Zellmann
I am getting comfortable running and using fop. Now I need some advice on the best way to use it to create my report. It seems to me that a table at the start of each page will work, but I have read that FOP has so much other capability, that tables are seldom needed. Let me briefly describe

FOP.91beta Spanning a page break

2006-02-17 Thread Paul Dumais
Hi, I'm absolutely new to FOP. I have been checking out fop.91beta with docbook 5.0 and xsltproc. Everthing was fine untile I tried to write a task (procedure nested within) that spanned more than one page (pdf output). When I try to process such a long task/procedure I get: Exception

Translets and thier use with FOP

2006-02-17 Thread Ian Chris
I have created some styles sheets, and created some translets, I was wondering if there is some easy way you associate translets with the command line interface with FOP I am currently using 2.0.5 of FOP, but can use 0.9x if this gives the desired result. It there any benefit in