I am using FOP_0_15_0.jar in Cocoon 1.8.2 and in order to produce a 400
pages PDF document and not run out of memory i would like to use -buf param.
Do you have an idea where i could do this.
(i have already run my java in 128m)
Thanks in advance
Yannis Loizidis
-Original Message-
From: F
The problem was that the FO syntax changed between FOP_0_12 and FOP_0_15. I
had some other minor problems because of thsi upgrade.
Thanks
Ioannis Loizidis
-Original Message-
From: Arved Sandstrom [mailto:[EMAIL PROTECTED]]
Sent: samedi 2 juin 2001 0:14
To: [EMAIL PROTECTED]
Cc: [EMAIL
Hi
I did the upgrade cocoon 1.7.4 to 1.8.2 with succes (the intallation
procedure is different) but the same xml to PDF files that usually worked in
the cocoon 1.7.4 now it doesn't and i have the message :
org.apache.fop.apps.FOPException: 'master-name' must be uniqueacross
page-masters and page-s
I could create an 80 pages PDF document (through cocoon(FOP 0_12_1)
+apache+oracle), but i need now a document of 400 pages. I tried and i got
a message of run out of memory. Do you have an idea how to increase the
memory of the JVM. Shoud i change the version of FOP (for ie 0_18_0) ?
Thanks in