Examples

2002-05-16 Thread Lee Goddard
perhaps RENDER_PDF referred to an (imported) constant. But I from Java1.4 am told: C:\PXML\_printing\test.java:33: cannot resolve symbol symbol : variable RENDER_PDF location: class test driver.setRenderer(RENDER_PDF); Could someone please tell me of my error? TIA Lee Lee

Re: AW: Examples

2002-05-16 Thread Lee Goddard
ou have to type: driver.setRenderer(Driver.RENDER_PDF); Cheers Mirko -Ursprungliche Nachricht- Von: Lee Goddard [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Mai 2002 16:39 An: [EMAIL PROTECTED] Betreff: Examples On the examples page of the xml.apache.org/fop site, http://xml.apache.org/fop

Re: Newbie: html-like table to fo-table

2002-05-16 Thread Lee Goddard
RE 64 BASIC V2 Then you may recognise my sig from the VIC-20 manual! Always wanted a C64... Lee Goddard perl -e "while(1){print rand>0.5?chr 47:chr 92}"

Re: Newbie: html-like table to fo-table

2002-05-16 Thread Lee Goddard
At 09:00 16/05/2002 -0700, Chuck Paussa wrote: Jens Here's my partial 2 minute solution untested (a hint Take a look at the spec here http://zvon.org/xxl/xslfoReference/Output/index.html ) Do make sure you put in good HTML, of course, with all the optional size attributes included. I think you'll

Re: PDF from FOP to database as BLOB

2002-05-16 Thread Lee Goddard
e the Apache HTTPD. Just write a little Perl to convert the docs as they come in, and put them in an obvious place, and add them to an index page in good old HTML. Or, if you really wanna use that DB, index their URI and attributes. Or is there a good reason why not? (Like, you work for Oracle...) Le