Exception: Don't know how to handle "application/pdf" as an output format

2006-07-13 Thread gmcauley
I am seeing the following exception when try to create a pdf in b92: java.lang.UnsupportedOperationException: Don't know how to handle "application/pdf" as an output format. Neither an FOEventHandler, nor a Renderer could be found for this output format. Everything worked on my development envi

Re: Pretty cool stuff with Apache FOP

2006-07-13 Thread Jay Bryant
That's a very attractive poster. It'll make a nice sample to show what FOP can do. I know I can do similar work, but (at least so far) my clients want pretty simple documents (typical user manuals and reference books). One of these days Jay Bryant Bryant Communication Services - Origina

Pretty cool stuff with Apache FOP

2006-07-13 Thread Jeremias Maerki
Dominic Brügger from Puzzle ITC has created a very nice showcase for Apache FOP: The OSS Roadmap poster for /ch/open (an event agenda for open source events in Switzerland). The poster has been generated using FOP 0.92beta and has then gone into offset printing. I've received a hardcopy yesterday a

Re: 0.92beta source code

2006-07-13 Thread Jeremias Maerki
On 13.07.2006 16:41:25 Andreia Oliveira wrote: > Hi Jeremias, > > It also does not work properly with the classpath. > PATH environment variable is set to: > "C:\Program Files\Windows Resource > Kits\Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C: > \Program Files\Common F

RE: 0.92beta source code

2006-07-13 Thread Andreia Oliveira
Hi Jeremias, It also does not work properly with the classpath. PATH environment variable is set to: "C:\Program Files\Windows Resource Kits\Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C: \Program Files\Common Files\Adobe\AGL;C:\Program Files\Microsoft SQL Server\80\Tools\

RE: subtotals in big table

2006-07-13 Thread pat
On Mon, 10 Jul 2006 16:28:01 +0200, Pascal Sancho wrote > > -Original Message- > > From: pat [mailto:[EMAIL PROTECTED] > > > > I have question about FO/FOP. I have a big table (an invoice) > > which goes through several pages and I need to count subtotal > > on each page from the items

Re: altova stylevision fop rtf

2006-07-13 Thread Jeremias Maerki
What little we can see from your source code doesn't look bad. It's most likely a problem in your FO rather than in your Java coder. I suggest you generate an FO file from your XML + XSLT and analyze that. You can post a small FO file (not XSLT!!!) here if you want any of us to take a look. Most l

Re: 0.92beta source code

2006-07-13 Thread Jeremias Maerki
The error message simply indicates that you are missing JAXP (xml-apis*.jar, xerces*.jar, xalan*.jar, serializer*.jar) and Commons Logging (commons-logging*.jar) in the class path. On 12.07.2006 13:03:23 Andreia Oliveira wrote: > > Here is the error image ... > > -Original Message

Re: building source fop 0.92beta using ANT

2006-07-13 Thread Chris Bowditch
Andreia Oliveira wrote: Thanks Chris. Currently I have a solution working with FOP 0.20.5 done by another colleague. Well I know someone reported on this list a few years ago that they had ported a 0.20.x version of FOP to J# and compiled it in .Net, but that was a non trivial task. Perhaps y

RE: building source fop 0.92beta using ANT

2006-07-13 Thread Andreia Oliveira
Thanks Chris. Currently I have a solution working with FOP 0.20.5 done by another colleague. Currently the files are in a separate Library project and it compiles without problems once it knows the compliation language is Jscript. My doubts are now regarding the result of the build of fop using ANT

Re: building source fop 0.92beta using ANT

2006-07-13 Thread Chris Bowditch
Andreia Oliveira wrote: Hi. Can someone tell me the steps to properly compile fop in order to be able to copy the resulting files into a .NET C# project and manage to compile .NET project without having errors regarding imports of resources not available? (I have been throught all the steps in