Re: Big Small Doubt

2003-01-14 Thread VipinJ
But I think you're mixing things here. You're talking about a HTML preview and you're talking about Excel. Is that linked together somehow? What are trying to accomplish? The clients need the same report in 3 formats : PDF HTML Excel We are doing an MIS for a leading airline. There are around

RE: Big Small Doubt

2003-01-14 Thread Calero, Roberto
Title: RE: Big Small Doubt My friend, Please do not mix apples and oranges. You can generate XML data and from that point you can create whatever you want. My personal approach would be: - Create XML data to power your report - Create 1 XSLT for creating CSV content, 1 for HTML and 1 for

Re: Big Small Doubt

2003-01-14 Thread Jeremias Maerki
On 14.01.2003 04:51:13 VipinJ wrote: But I think you're mixing things here. You're talking about a HTML preview and you're talking about Excel. Is that linked together somehow? What are trying to accomplish? The clients need the same report in 3 formats : PDF HTML Excel We are

RE: Big Small Doubt

2003-01-14 Thread Calero, Roberto
Title: RE: Big Small Doubt Exactly! Moreover, you can reuse your already existing XML file. The data is not the one changing but the format for generating the report and maybe the report layout (maybe depending on the selected format) -Original Message- From: Jeremias Maerki

Demo: XML to PDF (and HTML) by FOP

2003-01-14 Thread gianni
I write to ask your feedback about a XML demo that we realized by EDW International for Rassegna Grafica (http://www.apenet.it/ita/rg/index.asp), italian magazine that talks about printing technologies for 53 years. A small demo to show the power of XML for the realization of pages HTML and

Re: Demo: XML to PDF (and HTML) by FOP

2003-01-14 Thread Jeremias Maerki
Very nice! Except that you've got a problem when someone enters a name containing an umlaut (ä/ae, ö/oe etc.) that are frequent in a lot of languages. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

runtests.bat

2003-01-14 Thread Toufic Nehme
Hi guys, I have a very simple problem and appreciate any help ! I get the error messages below when I try to run the script runtests.bat under 0.20.5rc . With the 0.20.4 version there is no problem !! am I missing something ? do I have to modify the script ? Thanks...

FOP extension functions

2003-01-14 Thread Matthew L. Avizinis
Hello all, Could someone elaborate a little on the following from the FOP extensions documentation please? Mabye paste some example code as well? Thanks in advance for help, Matthew L. Avizinis Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772

FOP extension functions

2003-01-14 Thread Matthew L. Avizinis
Sorry, forgot to include what I wanted commentary on... :-) Hello all, Could someone elaborate a little on the following from the FOP extensions documentation please? Mabye paste some example code as well? Create a jar file with your classes, it must also include the following file

Re: runtests.bat

2003-01-14 Thread Jeremias Maerki
Make sure you build FOP before running runtests.bat. It looks like fop.jar isn't available. On 14.01.2003 16:16:37 Toufic Nehme wrote: Hi guys, I have a very simple problem and appreciate any help ! I get the error messages below when I try to run the script runtests.bat under 0.20.5rc .

Does FOP support full-page background-image?

2003-01-14 Thread gianni
I have to usea pdf (or an image) as full-page background for my generated pdf. Is it possible with FOP? Have I to use background images on fo:simple-page- master? Thank you, Gianni Rubagotti EDW International Questo messaggio arriva da Postino, il (mitico) servizio di posta di Punto

Re: FOP extension functions

2003-01-14 Thread Jeremias Maerki
This passage means that when you package your extension in a separate JAR file you have to add a certain file to the JAR. It's name is org.apache.fop.fo.ElementMapping and must contain the fully qualified classname of your class that extends the ElementMapping interface. That file must be in the

Re: Does FOP support full-page background-image?

2003-01-14 Thread Jeremias Maerki
You mean border-less? FOP supports the background-image property in its latest version. But from looking at the FO spec I'd say there's no direct way to have a background-image on the whole page (without borders). It would work if place on fo:region-body as in the bgimage.fo example in the

Re: runtests.bat

2003-01-14 Thread Toufic Nehme
ok, perfect ! the original classpath was causing the problem. Thanks for the hint J.Pietschmann wrote: Toufic Nehme wrote: Exception in thread main java.lang.NoClassDefFoundError: and Looks like there is a Documents and settings in the Windows CLASSPATH. Edit the file and plase double

RE: FOP extension functions

2003-01-14 Thread Matthew L. Avizinis
I have written an extension that I had discussed a while ago about writing page numbers to an alternate xml file while FOP is running. I submitted it a while ago. It has a number of properties that allow you to name the file, whether it is the first or last entry going into the file so you can