RE: Release Process Improvements, Versioning etc

2001-08-15 Thread Michel Lehon
Arved, > -Original Message- > From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 15 August, 2001 10:24 > To: [EMAIL PROTECTED] > Subject: RE: Release Process Improvements, Versioning etc > > > At 10:42 AM 8/14/01 +0200, Michel Lehon wrote: > >> From: Weiqi Gao [mailto:[EM

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Keiron Liddle
Randall, On Wed, 15 Aug 2001 17:51:56 Randall Parker wrote: > So then Acrobat can draw the text at 45, 135, 225 and 315 degrees? (ie > 1:30, 4:30, 7:30, 10:30) I don't see any text at those positions in the > textAsShapes=false version. No, I was talking about the font problem, not the position

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Randall Parker
Keiron, If your problem is that you don't know which direction is up for the top and which direction is forward (ie to the figurative right) for the text then perhaps a little heuristic can be employed. You could add something to the x and y and transform that and find out in which direction

Help me

2001-08-15 Thread xi chen
hi,dear Mr/Mrs, I met a question about registering fonts in FOP 0.17.0 DEV. in the apache website about Fop,it said i can register the fonts wiht FOP like this: ** Edit conf/userconfig.xml and add entries for the font if the fonts sect

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Randall Parker
On Wed, 15 Aug 2001 09:20:00 +0200, Keiron Liddle wrote: >Thanks for the test. > >I'm really not sure how to fix this. I can make it so that the text is >almost in the right position except it is flipped on the horizontal axis >(so you'll have to stand on your head to read it:) Keiron, In my re

Re: Rendering to a printer

2001-08-15 Thread Louis . Masters
You can try something like: HELLO THERE!!! -Lou "Spectron Caribe, Inc." <[EMAIL PROTECTED]> on 08/15/2001 10:44:14 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Re: Rendering to a printer Forget it, I wasn't looking hard enough. But I have a

Re: Rendering to a printer

2001-08-15 Thread Spectron Caribe, Inc.
Forget it, I wasn't looking hard enough. But I have another question. If I understand correctly a block is a paragraph and I cant have different styles in a paragraph. I cant have a paragraph in 'Helvetica plain' and have a word in 'Helvetica bold size 20' like in HTML. If I'm wrong please correc

Problem with the "background-image"

2001-08-15 Thread jorge
The property "background-image" is not yet supported... But you can try it: http://www.w3.org/1999/XSL/Format";> CVS e um siste

cvs commit: xml-fop/src/org/apache/fop/tools TestConverter.java

2001-08-15 Thread keiron
keiron 01/08/15 04:31:27 Modified:src/org/apache/fop/render/xml XMLRenderer.java src/org/apache/fop/tools TestConverter.java Log: added YAS to specify if output should be consistent, default is false Revision ChangesPath 1.24 +12 -3 xml-fop/src/o

Problem with the "background-image"

2001-08-15 Thread Pagop Serge Emmanuel
Hi everybody, this is my first time to do something with FOP and now I have a Problem with the "background-image" I don't know why; I hope someone can help me to provide what I want to do. This is what I want to do:" I want to use a GIF or another graphic file like the background my page" but w

cvs commit: xml-fop/src/org/apache/fop/fo FOTreeBuilder.java

2001-08-15 Thread keiron
keiron 01/08/15 03:46:59 Modified:src/org/apache/fop/fo FOTreeBuilder.java Log: fixes some npe's if characters outsite root and if namespace not specified/correct Revision ChangesPath 1.24 +7 -2 xml-fop/src/org/apache/fop/fo/FOTreeBuilder.java Index: FO

Re: Prob with xml & xsl -> pdf vs. xml & xsl -> fo and fo -> pdf

2001-08-15 Thread Keiron Liddle
The problem from the stack trace is due to character data outside the root fo element. I will put a check it to make sure it doesn't get this error. There may be some other problem but I can't tell, hopefully this will work for you when this npe is avoided. On Wed, 15 Aug 2001 11:24:30 [EMAIL PR

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphics2D.java PDFTextPainter.java

2001-08-15 Thread keiron
keiron 01/08/15 03:33:35 Modified:src/org/apache/fop/svg PDFGraphics2D.java PDFTextPainter.java Log: added support for embedded fonts for svg text, also added proper escaping Revision ChangesPath 1.15 +136 -20 xml-fop/src/org/apache/fop/sv

RE: Aligning text left and right on same line

2001-08-15 Thread James Telfer
Thomas, I would suggest using an embedded table - I don't know of any formatter that would do this (mind you, I don't know many formatters). JT -Original Message- From: Thomas Kæregaard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: Al

Prob with xml & xsl -> pdf vs. xml & xsl -> fo and fo -> pdf

2001-08-15 Thread axel . spohr
Hi, I have a problem using fop 0.20.1 from the commandline (with jdk1.3 on w2k). The samples run through fine. When I try to run the whole stream (xml & xsl -> pdf) I get the error output attached below. When I split out the processing done by Xalan though (using the version of Xalan packaged wit

Re: How to monitor fop-dev without overloading my mailbox?

2001-08-15 Thread axel . spohr
How about just using the digest from the list manager ? [EMAIL PROTECTED] based on the information you get when joining fop-dev initially. HTH Axel

RE: Release Process Improvements, Versioning etc

2001-08-15 Thread Arved Sandstrom
At 10:42 AM 8/14/01 +0200, Michel Lehon wrote: >> From: Weiqi Gao [mailto:[EMAIL PROTECTED]] >> On 13 Aug 2001 22:08:50 +, Arved Sandstrom wrote: >> > ...I suggest that we mandate a code freeze starting N days >> > before the release. At the start of the freeze I build a pre-release >> > distr

Aligning text left and right on same line

2001-08-15 Thread Thomas Kæregaard
Hello list! A question was raised recently, but I didn't see the answer, so I will ask it again: Is it possible in FOP to have a line with text aligned both left and right, for example by using Text 1 Text 2 If yes, how? The above example is taken (and edited slightly) from the XML Bible

Re: How to monitor fop-dev without overloading my mailbox?

2001-08-15 Thread Alex McLintock
--- Ian Larner <[EMAIL PROTECTED]> wrote: > Is there a way to monitor the fop-dev exchanges without receiving loads of > emails? > I'm thinking of some form of newsgroup subscription where I can scan the > fop-dev list, and contribute, separate from my mail account(?) I think there is a need fo