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