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

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 i

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")); driver.se

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 > > then use http://www.myweb.com/servlet/Myservlet?extension=.pdf > > so you know if

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 To

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: > list-unsubscribe: >

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

2001-08-17 Thread axel . spohr
In addition to the two approaches suggested by Alex, one that we have used to circumvent this kind of issue makes use of a dispatching feature built into our application server (ATGs Dynamo) that allows us to map out a whole virtual directory to a specific servlet. A request going to www.some.s

Re: Property inheritance (space-before)

2001-08-17 Thread Arved Sandstrom
Hi, Joshua Inheritable properties can be placed on any FO. They propagate to all children of that FO (and for all other FOs, starting with the root, have the initial value for that property). They are "virtual" properties, insofar as for any given FO they may not be applicable. 'space-before'

Re: fill spaces

2001-08-17 Thread ivan demakov
> "MB" == Michail Bikoulis <[EMAIL PROTECTED]> writes: MB> Well, you can always use the translate() function in XSLT to substitute MB> spaces with dots. You can see examples at MB> http://www.zvon.org/HTMLonly/XSLTutorial/Books/Book1/index.html no, i don't need the spaces be repl

Re: fill spaces

2001-08-17 Thread axel . spohr
Ivan, ave you tried ? 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, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

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 uninsta

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 doesn'

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

2001-08-17 Thread Randall Parker
I modified the test case to make it easier to interpret the results. See the attached file. This version generates only a PDF with textAsShapes==false. The other PDF and the SVG can be generated by uncommenting the calls to do those versions. What is interesting to note is just which fonts Jav