Re: Silent printing

2007-09-07 Thread Steve Quirk
On Fri, 7 Sep 2007, pedro wrote: Hi all. I want to print my document without preview,i try autogenerated PCL (dont works fine) and i use the native methods to call acrobat dll,it's works bu if i want to use another viewer or i dont want to install Acrobat Reader i'm .. I try postscript bu

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 of

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

2008-01-03 Thread Steve Quirk
ding -Djava.awt.headless=true to the vm arguments 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

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 issu

Re: How to use

2008-11-06 Thread Steve Quirk
On Thu, 6 Nov 2008, Frank Niedermann wrote: Hi, I am using barcode functionality from the Barjode4J project, this is what I have working so far: http://barcode4j.krysalis.org/ns"; message="message"> 10mm

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 u

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. Theres

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 Piece Count: But if the number of Items is too large, it runs off the page a

Re: OutOfMemory problem

2007-08-16 Thread Steve Quirk
On Thu, 16 Aug 2007, Nicolas Baumann wrote: hello, I'm having a problem with a large xml flow with fop, generating an OutOfMemory exception. i'm currently doing this : Source src = new StreamSource(new ByteArrayInputStream(xml.toByteArray())); What is "xml"? A string? If you already have