Layout Redesign

2001-08-29 Thread Keiron Liddle
Hi All, I have written a document describing a possible way that we could implement the layout process (also has some info about user agent). I am hoping for feedback (particularly from those who have looked at the layout - Arved, Karen, Peter and others). It is mostly a description so there st

(jfor) how to define XSL-FO extensions a la fox:outline

2001-08-29 Thread Bertrand Delacretaz
In the jfor project (XSL-FO to RTF converter) we'd like to define extensions to XSL-FO for RTF-specific constructs (RTF styles in this case). Could someone from the FOP team check that the proposal below is ok with FOP? Ideally, our jfor: extensions should be completely ignored by FOP, while our

Re: keep-with-next problem on multi column text

2001-08-29 Thread Arved Sandstrom
Sure, absolutely, I'll help out as a resource. Did your patch get committed? If not I'll take care of it. Sorry I'm a bit scattered...work is intense right now. Regards, Arved At 09:03 AM 8/29/01 -0700, you wrote: >Hi Arved- > >I submitted patches against 20.1 to do an effective >keep-with-nex

RE: "Dynamic" leader lengths

2001-08-29 Thread Darren Munt
I've raised this myself about three times but so far but to no avail. It's also been raised in at least two Bugzilla reports and been posted on this mailing list by at least three other people (not including yourself). I guess nobody is accepting responsibility for breaking it. -Original Mess

BasicLink extends Inline

2001-08-29 Thread Enrico Schnepel
Hello Foppers, I have the problem that I want to specify other inline related properties than color ( like text-decoration="underline" ) to basic-link. These are currently not supported by BasicLink. BasicLink currently extends FObjMixed. I have changed BasicLink to "extends Inline" and remove

Re: Embedding fonts

2001-08-29 Thread Tore Engvig
On Wed, 29 Aug 2001, Drew Hodge wrote: > I have successfully created new XML font metrics files using the PFMReader utility >in FOP 0.20.1. I run FOP specifying the new fonts in my userconfig file as follows > > > embed-file="C:\WINNT\Fonts\Sxr_.pfm"> > > > > The resulting PDF correc

Trying to transform XML to XSL:FO so I can convert it?

2001-08-29 Thread Kilmer, Erich
OK, finally got the FopServlet to work, thanks for the help!!! My next problem is that my XML is not in a file. I will be reading it in from my database (where its stored as a blob) into a large String. Next I need to do something like an XSLTransform.transform to apply my XSL to the XML. What re

RE: PDF question

2001-08-29 Thread COFFMAN Steven
Hey Brigette, Have you tried converting your company's logo PDF file into SVG and including that in a FO? Then you can log all the PDF calls and parameters to help you build a makeLogo method that will re-create your logo in every document. I did this myself. It's why all the wacky PDF gra

PDF question

2001-08-29 Thread Brigette Muller
Hi all, I have been developing a PDF output for our system using the PDF classes of fop, including the PDFGraphics2D. I need to include existing pdfs in my generated PDF (eg logo). It seems from the PDF spec I do this using Form XObjects, and I have made a class for PDFFormXObject. What I

RE: Embedding fonts

2001-08-29 Thread Brigette Muller
You could first check that the font really did get embedded in the PDF. Open the PDF (I use acrobat reader) and do File/Document Properties/Fonts Is the font you expect really embedded (look in the ActualFont column). If it did not, check that fop has access to the font file - you may?? need to u

Embedding fonts

2001-08-29 Thread Drew Hodge
I have successfully created new XML font metrics files using the PFMReader utility in FOP 0.20.1. I run FOP specifying the new fonts in my userconfig file as follows The resulting PDF correctly displays the new fonts on my computer, but the PDF displays garbled fonts on a colleague's co

"Dynamic" leader lengths

2001-08-29 Thread Drew Hodge
In FOP 0.19.0 I used the following to produce leaders of varying lengths in a TOC. In FOP 0.20.1 this code doesn't seem to work -- the leader dots don't appear unless I explicitly specify a length. Does anyone know how I can get back to the behaviour of leaders i

Re: keep-with-next problem on multi column text

2001-08-29 Thread Don Wellington
Hi Arved- I submitted patches against 20.1 to do an effective keep-with-next on list-item-label and list-item-body, except I assumed an implied keep-with-next on list-item-label. I would be glad to work with bodo on this time permitting. It would probably be best, so that there are not two diff

RE: Image problem

2001-08-29 Thread Jim Wright
Oops. Just tried that. it's true. jw -Original Message- From: Daniel Knapp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: RE: Image problem > This is absolutely true! The absolute path is necessary to get the image to > work (at least

RE: Image problem

2001-08-29 Thread Daniel Knapp
> This is absolutely true! The absolute path is necessary to get the image to > work (at least that's how I work with it). That's not correct, you CAN in fact use relative path, but I do it without file:, file:/// or such a thing. It has worked all the time. You can also put an image in a subdir

RE: Image problem

2001-08-29 Thread Jim Wright
This is absolutely true! The absolute path is necessary to get the image to work (at least that's how I work with it).   jw -Original Message-From: Gustavo Wolf [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 29, 2001 8:31 AMTo: '[EMAIL PROTECTED]'Subject: RE: Image probl

Re: Image problem

2001-08-29 Thread Louis . Masters
Try this (it works for me): String theFileURL="file:///" + theFile; -Lou "Pablo Iaria" <[EMAIL PROTECTED]> on 08/29/2001 09:47:21 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Image problem Hi all, I'm triying to insert an image into a document. I

Re: Chinese characters line-breaking

2001-08-29 Thread Carlos Villegas
Frank Chen wrote: >Hi: > >I found the line-breaking in FOP is based upon spaces between English words. >But this is not major way for Chinese characters' >line-breaking. Please see elcosed files:big5test.fo and big5test.pdf >to see what happens. > >Is there any implementation-specific way in FO

RE: Image problem

2001-08-29 Thread Gustavo Wolf
I think that you have to provide the absolute path of the file. gustavo -Original Message-From: Pablo Iaria [mailto:[EMAIL PROTECTED]]Sent: mercredi, 29. août 2001 15:17To: [EMAIL PROTECTED]Subject: Image problem Hi all,     I'm triying to insert an image into a docu

FopServlet error help!

2001-08-29 Thread Kilmer, Erich
I am trying to run a FopServlet and I get this exception in my browser when I try to render the .FO file: org.xml.sax.SAXParseException: The root element is required in a well-formed document I know you think its the .FO file but I even get it when I run the readme.fo that comes with FOP through i

Re: Image problem

2001-08-29 Thread Daniel Knapp
> > > > > > and I get the following error: > > "Error while creating area : Invalid Image URL - error on relative URL > : no protocol: theImage.gif" > > What am I doing wrong ? Have you tried other possibilities or is this your first try? Try including the image without the leading 'file:

Image problem

2001-08-29 Thread Pablo Iaria
Hi all,     I'm triying to insert an image into a document.   I have the following code:         and I get the following error:   "Error while creating area : Invalid Image URL - error on relative URL : no protocol: theImage.gif"   What am I doing wrong ?   Thanks in advance,     Pablo.-  

Re: FAQ site down?

2001-08-29 Thread Mick Farmer
Dear Alex, It was me who volunteered to help! I'm now back from holiday, so what needs doing? Regards, Mick /"\ \ / X ASCII Ribbon Campaign / \ Against HTML Mail --

Re: FAQ site down?

2001-08-29 Thread Alex McLintock
--- Gustavo Wolf <[EMAIL PROTECTED]> wrote: > Hi all, > I am trying to access the FAQ site at http://www.OWAL.co.uk:8090/ > but cannot do it for already two days. > > Is there a problem? if yes, is there another site with a copy of it? > > Thanks, Hi Gustavo, I'm terribly sorry abou

FAQ site down?

2001-08-29 Thread Gustavo Wolf
Hi all, I am trying to access the FAQ site at http://www.OWAL.co.uk:8090/ but cannot do it for already two days. Is there a problem? if yes, is there another site with a copy of it? Thanks, Gustavo -Original Message- From: Kin-Yip Tsang [mailto:[EMAIL PROTECTED]] Sen

Chinese characters line-breaking

2001-08-29 Thread Frank Chen
Hi: I found the line-breaking in FOP is based upon spaces between English words. But this is not major way for Chinese characters' line-breaking. Please see elcosed files:big5test.fo and big5test.pdf to see what happens. Is there any implementation-specific way in FOP to modify this? Or can you

again: horizontal alignment

2001-08-29 Thread Matthias Born
hi! is there somebody who has a working solution for centering a table horizontal within a page, that is not: (thx fabio) or <... margin-left="auto" margin-right="auto"> (thx adrian) thx to all, who tried to help. and alex, please delete fabios solution from faq. it doesn't wor

Re: svg probs with 0.19.0 and 0.20.1 - About viewBox

2001-08-29 Thread Jeroen de Zwart
As far as I know viewBox was implemented before Batik came in. The implementation for the viewBox in Batik still isn't there: This is what is in org.apache.batik.dom.svg.SVGOMSVGElement.java: public SVGAnimatedRect getViewBox() { throw new RuntimeException(" !!! TODO: SVGOMSVGElement

Re: Centering fo:table elment

2001-08-29 Thread Daniel Knapp
> thanx for ur prompt response. > whenever i tried using display-align="center" in > fo:table or fo:table-body element ,the warning > 'display-align' property ignored is occuring.i'm using > fop-0.18.1 > .further help expected On the xml.apache.org web site it doesn't mention "display-align" on t

Re: Centering fo:table elment

2001-08-29 Thread rajeev nair
hello, thanx for ur prompt response. whenever i tried using display-align="center" in fo:table or fo:table-body element ,the warning 'display-align' property ignored is occuring.i'm using fop-0.18.1 .further help expected regards rajiv --- Nikolai Grigoriev <[EMAIL PROTECTED]> wrote: > > > how can

Using fo:basic-link

2001-08-29 Thread Daniel Knapp
Hi, I tried implementing some links in PDF-documents. For this I've used Text to jump to the element with id="A". AFAIK is above syntax correct, but when using FOP (no error is displayed), I cannot use the links in the PDF-document, they are clickable but the click makes no impact. MfG, Daniel

Re: Bug reports?

2001-08-29 Thread Daniel Knapp
> I guess that since this is the development mailing list for the fop developers > (and users who want to know more) this would be the main place for any > such discussions. > > Were you refering to the bugzilla bugs? Yes. The reason I asked was, I've reported a bug and subscribed to this mailing

Re: Bug reports?

2001-08-29 Thread Alex McLintock
--- Daniel Knapp <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to this list and I wonder what happens to all the bugs reported > here. Were they discussed in any way? I guess that since this is the development mailing list for the fop developers (and users who want to know more) this would be t

Bug reports?

2001-08-29 Thread Daniel Knapp
Hi, I am new to this list and I wonder what happens to all the bugs reported here. Were they discussed in any way? MfG, Daniel -- Daniel Knapp <[EMAIL PROTECTED]> int a=1,b,c=2800,d,e,f[2801],g;main(){for(;b-c;)f[b++]=a/5;for(;d=0, g=c*2;c-=14,printf("%.4d",e+d/a),e=d%a)for(b=c;d+=f[b]*a,f