convert line height value from pixel to pt

2001-11-21 Thread lpkhoo
hello, Anyone know how to convert line height value, I need to convert the value from pixel to pt. I try to convert the value from pixel by multiple 0.75 (value * 0.75) , When I run FOP 0.20.0, I found the line height is wrong. So, I not sure how to convert the value from pixel to pt,

Re: Problems with PCL Output

2001-11-21 Thread Ulrich Mayring
Martin Roob wrote: 2. There is no EURO-sign in the PCL Umm... how do I get the Euro-Sign anyway? Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Problems with PCL Output

2001-11-21 Thread Savino, Matt C
alt-propeller-F13 sorry, it's late -Matt -Original Message- From: Ulrich Mayring [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 1:23 AM To: [EMAIL PROTECTED] Subject: Re: Problems with PCL Output Martin Roob wrote: 2. There is no EURO-sign in the PCL

Re: servlet called thrice on IE 4.0

2001-11-21 Thread Ulrich Mayring
David Frankson wrote: It is a behavior that is unavoidable in IE. I cache the pdf and return it on the second hit. I don't support IE with my fop-apps. IE breaks the HTTP standard on purpose and everyone, who uses it, helps to promote Microsoft HTTP and ultimately the Microsoft Web.

Re: font-family default?

2001-11-21 Thread Ulrich Mayring
Karen Lease wrote: The overall default is the generic family sans-serif. For PDF, that's probably Helvetica. The default size is 12pt. What about this though: font metrics-file=/tmp/fonts/Arialn.xml kerning=yes embed-file=/tmp/fonts/Arialn.ttf font-triplet

Re: servlet called thrice on IE 4.0

2001-11-21 Thread Ulrich Mayring
Savino, Matt C wrote: Thanks for all the ideas. Interstingly, I only get the problem on IE 4.0. not 4.72 an above. I wonder if Weblogic is doing something behind the scenes to mitigate the calls. Also strange is that it doesn't seem to happen all the time. When I get a minute to come up for

[REDESIGN] Proposal: ProblemListener

2001-11-21 Thread Jeremias Maerki
Hello Karen, Keiron and others interested... I've been using FOP in a specially modified version derived from version 0.15 (CVS), because I had to have some special duplex functionality. Now, I'm in a major redesign of the application and I'm going to do the duplexing stuff differently. That way

FOP/Cocoon+Graphics

2001-11-21 Thread Matthias Fischer
It would seem that FOP/Cocoon do not represent CMYK tif's, but only RGB's. Does anybody know whether this is correct? Regards, Matthias Dott. Matthias Fischer abc.Mediaservice GmbH Nebelhornstraße 8 86807 Buchloe Tel. (08241) 9686-38 Fax (08241) 9686-26 http://www.abc-media.de e-mail:

Re: Line break in FO

2001-11-21 Thread Matt Savino
fo:block/ Matthias Fischer wrote: How do I generate a line break, such as is generated by BR in HTML, in FO? Matthias Dott. Matthias Fischer abc.Mediaservice GmbH Nebelhornstraße 8 86807 Buchloe Tel. (08241) 9686-38 Fax (08241) 9686-26 http://www.abc-media.de e-mail: [EMAIL

Differences between fop.jar and Fop-0.20.2\src

2001-11-21 Thread jean-guillaume . battaglia
Hi people.I am trying to run FOP with Visual Age.To see how FOP works, i have chosen to use the .java files present in the "src" directory.But some classes are missing : all the classes from the package "org.apache.fop.fo.properties".I've found these classes in the file fop.jar.SoI don't really

Re: Problems with PCL Output (Euro-Sign)

2001-11-21 Thread Martin Roob
Martin Roob wrote: 2. There is no EURO-sign in the PCL Umm... how do I get the Euro-Sign anyway? That´s quite easy (thanks to unicode) Put a character #x20AC; in your fo-document, for example with the following template rule (transform a euro/-tag to a fo:inline-element: xsl:template

DO NOT REPLY [Bug 5001] New: - content-width and content-height ignored?

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5010] New: - Better error reporting needed

2001-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5010. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2001-11-21 Thread klease
klease 01/11/21 14:13:36 Modified:src/org/apache/fop/fo FONode.java FOText.java FObj.java FObjMixed.java src/org/apache/fop/fo/flow Block.java Character.java Inline.java src/org/apache/fop/fo/pagination

cvs commit: xml-fop/src/codegen foproperties.xml

2001-11-21 Thread klease
klease 01/11/21 14:15:15 Modified:src/codegen foproperties.xml Log: Add white-space-treatment and linefeed-treatment Revision ChangesPath 1.27 +17 -4 xml-fop/src/codegen/foproperties.xml Index: foproperties.xml