Re: Problem that could lose me my job

2012-02-07 Thread Steve Quirk
On Tue, 7 Feb 2012, Rob Sargent wrote: Still looks to me as though your image handling is amiss.  What image loaders have you defined? Are they available in deployment? All assuming the fixed (DOS?) paths are correct. I think it's more straightforward than that. The URL is invalid.

RE: Servlet Output Filename

2009-01-07 Thread Steve Quirk
On Wed, 7 Jan 2009, Pete Allison wrote: All, I cannot figure out how to specify the output filename when calling FOP from a servlet. I extended the example servlet that came with the distribution. I confess I know just enough JAVA to be dangerous, but that didn't stop me from successfully

Re: Printing issue

2008-01-25 Thread Steve Quirk
It's possible to generate output for the printer with FOP, but it sounds like you really have PDF and just want to get that to the printer. Right? Look at CUPS - a quick google on cups+print+pdf will get you nearly all you need. In general, getting something to print is 90% a sysadmin

Re: How to put batch process into background on Mac OS

2008-01-03 Thread Steve Quirk
Use 'nice' to run it. Alter the script so that the fop execution looks like: nice /Applications/fop-0.94/fop -fo $foo -pdf ../pdf_files/$state.pdf You can check the man page for nice for more info. Steve On Thu, 3 Jan 2008, Terry Ofner wrote: This is not a huge matter. More on the line

Re: How to put batch process into background on Mac OS

2008-01-03 Thread Steve Quirk
in the fop script probably will work. On Jan 3, 2008, at 8:36 AM, Steve Quirk [EMAIL PROTECTED] wrote: Use 'nice' to run it. Alter the script so that the fop execution looks like: nice /Applications/fop-0.94/fop -fo $foo -pdf ../pdf_files/$state.pdf You can check the man page for nice for more

keep-together implementation

2007-03-13 Thread Steve Quirk
I'm using keep-together to maintain adjacent data on the page, but I need it to flow to the next page if it doesn't fit. The xsl is fo:table-cell column-number=5 text-indent=3mm fo:block keep-together.within-page=1 fo:block padding-top=2mm Piece Count: xsl:value-of