Re: SVG Text. Character spacing problems. Help!

2001-12-19 Thread Keiron Liddle
It works fine for me. I presume the problem is that you have an older version of FOP. It is always a good idea to actually tell us what version you are using. On 2001.12.19 01:12 [EMAIL PROTECTED] wrote: I'm trying to print some rotated text in a document (PDF), and in the absence of

Font metrics

2001-12-19 Thread Henrik Holle
I have a problem with the fonts in the AWT Preview. e.g. : fo:inline font-family=Helvetica font-size=9pt25. Abfahren ./fo:inline looks like: 25. Abf arhen . or von - v on Is this a known bug, or are my fonts damaged? Can I replace the

Help on large project with FOP

2001-12-19 Thread Claes Bergsten
Hi, I have been asked to propose a solution of generating a large product catalog from XML exported from a database. The result is supposed to be in PDF and be sent directly to a printing office for printing. I have been working with FOP and XALAN some in smaller projects/solutions. My

Page-numbes

2001-12-19 Thread Henrik Holle
Hi, I habe absolutly no idea how i can make page-numbers like this: Page 1.1 \ Page 1.2 \ Page 1.3 | all the same fo:page, only pagebreaks Page 1.4 / Page 1.x / Page 2.1

Re: Page-numbes

2001-12-19 Thread Arved Sandstrom
Hi, Henrik You can do fairly elaborate stuff with 'format', 'grouping-separator' and 'grouping-size', all properties on fo:page-sequence. format, for sure, squeaked into the code before the rewrite got underway. But you don't need any of that. You may be missing the forest for the trees. What

Getting error running latest FOP

2001-12-19 Thread Kilmer, Erich
Hello, Downloaded the latest fop cvs code set (xml-fop_20011219112513.tar.gz). Then I built it and it says build successful. When I try to run it I get: D:\FOP\xml-fopjava -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\ava

Re: Getting error running latest FOP

2001-12-19 Thread Alex McLintock
--- Kilmer, Erich [EMAIL PROTECTED] wrote: I tried that FAQ link but it is broken. If you tried http://www.owal.co.uk:8090/asf/fop.jsp then it is up and running fine. Your firewall may be blocking the slightly abnormal port 8090. Alex = Alex McLintock[EMAIL PROTECTED]Open

RE: Getting error running latest FOP

2001-12-19 Thread Kilmer, Erich
Tried it again and still it won't display. Is there a reason for having it on a slightly abnormal port 8090? Thanks, Erich -Original Message- From: Alex McLintock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 1:42 PM To: [EMAIL PROTECTED] Subject: Re: Getting error

Re: hyphenation file for greek

2001-12-19 Thread Dimitris Kamenopoulos
I browsed the site and it looks like this is the place to submit. I attach the file in this message. Sorry for not being acustomed to Apache-style framework. Regards, Dimitris Kamenopoulos ?xml version=1.0 encoding=iso-8859-7? !DOCTYPE hyphenation-info SYSTEM hyphenation.dtd !-- these

RE: selected checkbox

2001-12-19 Thread Conal Tuohy
-Original Message- From: Cyril Rognon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 19 December 2001 21:34 To: FOP dev Subject: RE: selected checkbox Do you have any svg code for a checkbox (checed and un checked version) ? or some pointer where I could find some ? something

RE: selected checkbox

2001-12-19 Thread Mark Lillywhite
I haven't followed this thread at all, however it occurs to me that you can get a Graphics object from Batik (can't you?), draw into it using the java.awt.Graphics API, and then output that as SVG. So couldn't you create a JCheckBox and paint it to an SVG Graphics() ? Maybe I'm talking rubbish

RE: selected checkbox

2001-12-19 Thread Conal Tuohy
I think Cyril was just looking for an easy way to specify a checkbox in his xml doc ... I think svg is the best way, since it's platform neutral, doesn't involve fonts or external-graphics, and is pure xml (no java programming). -Original Message- From: Mark Lillywhite [mailto:[EMAIL

AW: Getting error running latest FOP

2001-12-19 Thread Beer, Christian
Well, the latest CVS-code is a rewrite of fop so it doesn't work at the moment. Try the maintenance-branch of cvs or donwload the latest release. Christian -Ursprüngliche Nachricht- Von: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 19:21 An: '[EMAIL