Re: pdf transformation and xml file sizes

2002-04-18 Thread J.Pietschmann
caleb racey wrote: > What factors limit the size of xml file you can transform to pdf? There are several. However, you seem to have quite another problem: > er: javax.xml.transform.TransformerException: java.io.IOException: > Connection reset by peer You appear to read something over HTTP durin

Re: pdf transformation and xml file sizes

2002-04-16 Thread Carolien
Erwin wrote: > On Tue, 16 Apr 2002, Lajos Moczar wrote: > > > In my experience, it is memory that is the key factor. Running with > > 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. > > I would have thought that SAX-based processing would allow you to > > process as much a

Re: pdf transformation and xml file sizes

2002-04-16 Thread Erwin
On Tue, 16 Apr 2002, Lajos Moczar wrote: > In my experience, it is memory that is the key factor. Running with > 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. > I would have thought that SAX-based processing would allow you to > process as much as you want, but obviously

Re: pdf transformation and xml file sizes

2002-04-16 Thread Lajos Moczar
In my experience, it is memory that is the key factor. Running with 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. I would have thought that SAX-based processing would allow you to process as much as you want, but obviously there is something with PDF documents that el

pdf transformation and xml file sizes

2002-04-16 Thread caleb racey
What factors limit the size of xml file you can transform to pdf? I'm testing out one of my pipelines that generates simple pdf from an xml file. When using a small (2kb) xml file it all works fine but as I begin to paste more (valid) xml into the file it stops working (at about 23k). The pdf p