Re: Fonts and reporting classes

2001-08-17 Thread Jeremias Maerki
On Thu, 16 Aug 2001 15:28:58 -0400 Spectron Caribe, Inc. wrote: 1. I know that in PDF files you can add a /FontDescriptor for a TrueType font without actually embedding the font. What this does is if the font is found in the system it uses it, if not it uses another font. Is there any way I

Re: Problem adding Non-English Font

2001-08-17 Thread axel . spohr
Also in the font instructions on the web site, it says to start fop with a -c command line option. However, we are doing this in a Servlet. How do we invoke fop with this option set from another Java class? I asked the same question a couple days ago - there is an example in the embedding

Re: bug in FopServlet

2001-08-17 Thread Alex McLintock
--- Alex Greif [EMAIL PROTECTED] wrote: Hi, the FopServlet example still uses the Driver.addPropertyList() method. please update the Servlet. I'm running fop 0.20.1 Alex. To pretend I'm Jon Stevens for a few seconds. a patch would be more than welcome. Thanks for spotting

Re: Fonts and reporting classes

2001-08-17 Thread Alex McLintock
--- Arved Sandstrom [EMAIL PROTECTED] wrote: 4. Just for curiosity, why isn't there a HTMLRenderer? Lack of interest? I wouldn't recommend production of HTML from FO myself. I expect that most people follow the strategy of Cocoon and similar systems. They have their source data in their

Question...

2001-08-17 Thread LABBE Christophe (INVESTLIFE)
Hi, I tried to run this simple code and i got a java.lang.NullPointerException at runtime at the call to the driver constructor!! Driver driver = new Driver(); // == Error driver.setRenderer(Driver.RENDER_PDF); driver.setInputSource(new org.xml.sax.InputSource(normal.fo));

RE: FOP does not rendering PDF in IE5.5 SP1

2001-08-17 Thread Alex McLintock
--- COFFMAN Steven [EMAIL PROTECTED] wrote: If you're servlet URL is http://www.myweb.com/servlet/Myservlet http://www.myweb.com/servlet/Myservlet then use http://www.myweb.com/servlet/Myservlet?extension=.pdf http://www.myweb.com/servlet/Myservlet?extension=.pdf so you know if IE's

fill spaces

2001-08-17 Thread ivan demakov
i need something like first name..value second name.value ie, fill space between 2 columns with some symbol, can fop help me? -- ivan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: fill spaces

2001-08-17 Thread Michail Bikoulis
Well, you can always use the translate() function in XSLT to substitute spaces with dots. You can see examples at http://www.zvon.org/HTMLonly/XSLTutorial/Books/Book1/index.html Regards, Mike -Original Message- From: ivan demakov [mailto:[EMAIL PROTECTED]] Sent: 17. august 2001 10:26

Re: Page sequence/Layer/region... argll..

2001-08-17 Thread Romain Bourgue
Thu, Aug 16, 2001 at 07:38, Ian Larner a tapoté sur son clavier: Return-Path: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post:

Re: fill spaces

2001-08-17 Thread axel . spohr
Ivan, ave you tried fo:leader leader-pattern=dots leader-alignment =reference-area ? leader.fo from the docs/examples/fo has an example for a table of content that does what you are looking for. Axel - To unsubscribe,

RE: FOP does not rendering PDF in IE5.5 SP1

2001-08-17 Thread COFFMAN Steven
Hey Alex, (a bit off-topic to the list...) I use often the url like ./Myservlet?extension=.pdf in HTTP POST targets just like GET ones. Works fine. The wierd behavior with IE is often caused by repeated upgrades that have managed to miss a component or two. Although you can't really uninstall

Re: Fonts and reporting classes

2001-08-17 Thread Spectron Caribe, Inc.
Ok, thanks for the info. One more thing and I'll leave you guys alone. :) I think that java.awt.Font has almost all the information needed to create a /FontDescriptor. Would it be posible to create an XML file using a java.awt.Font class? For example. createXMLFont(java.awt.Font f). I think it

Test Case FOP and Java don't recognize and name fonts in compatible ways

2001-08-17 Thread Randall Parker
The core fonts for PDF do not have names that match with the names that Java uses for what are really the same fonts and font families. So if one tries to initialize fonts using names that are from the PDF font list as implemented in org.apache.fop.render.pdf.FontSetup the Java run-time