Configuring the FOP 0.18 in Cocoon 1.8 or more

2001-09-22 Thread sudhakar s sankar

hello,

can anybody tell me how to configure the FOP 0.18 in cocoon 1.8 or more.

Thanks in advance.

sudhakar sankar

 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP on IBM AS400

2001-09-22 Thread Christian Geisert

 Stephen Fry wrote:
 
 Hi
 
 We are attempting to port our application which uses fop 0.20.1 to the AS400.
 We seems to have some issues with FOP's use of AWT classes. Has anyone any
 experience of this environment ? Is it possible to configure FOP not to use
 AWT or is it fundemental ?
 
 We have bmp files as external-graphic's, and we are rendering to PDF,PS and
 PCL.

I've successfully run FOP on a AS/400 with PDF, PS and PCL output but without
images. I *think* BMP images should work as they don't need AWT.

 
 Stephen Fry
 CODA Plc


Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP support for number-rows-spanned property

2001-09-22 Thread David S. Dixon

Karen,

That's it -- thre spanning column has a long list-block that goes over to the next
page.  Okay, I can workaround by putting tables within tables.  Thanks.

-dd

Karen Lease wrote:

 David,

 I don't think it was in 0.19.0, which is consistent with the error
 message.
 The reason for the infinite loop may well be that some group of rows
 which are held together by spans is too big to fit on the page. This is
 a known bug, and I'm not currently working on it, as it's not that easy
 to do. Like many difficult layout issues, we hope to attack this in the
 redesign.
 However, just to make sure that there isn't some other wierd reason for
 this problem, I'd be happy to look at your .fo file.

 Regards,
 Karen

 David S. Dixon wrote:
 
  Karen,
 
  Was number-rows-spanned support in 0.19.0?  I have an .fo file that turns into a
  .pdf file under 0.19.0 but complains of
 
  WARNING: Number of cell columns under table-row not equal to number of
  table-columns
 
  for the two rows corresponding to the spanned rows.  Under 0.20.1, fop goes into
  an infinite loop on this file.
 
  -dd
 
  Karen Lease wrote:
 
   Hi Amit,
  
   The number-rows-spanned property is now implemented in FOP, but it
   wasn't yet in 0.18.1. If you want to use it, you should download the
   latest version of FOP from the website - that's 0.20.1.
  
   Regards,
   Karen
  
   [EMAIL PROTECTED] wrote:
   
I'm not sure if this is the right place to ask such a question... if not, I
would appreciate some information on where to find a solution to this
problem :-
   
I've been trying to use the number-rows-spanned property to generate
tables in my PDF file using FOP 0.18.1. However, I keep getting errors - is
the number-rows-spanned property not implemented in FOP yet?
   
Thanks for your help
amit
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, email: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




PDF generation for the first time is slow....

2001-09-22 Thread Ajad, Aravind

Hi all,

I am using FOP in embedding mode from a servlet.  After starting
the Servlet engine, for the first time PDF generation is painfully slow.
It takes about 5 minutes to generate and stream a PDF document.  I have
observed the console logs and it's taking about 4 minutes to print the 
first line in the log.  Then after a minute I could see all the following
lines.
However, subsequent hits generate and stream the document within seconds.
This problem is observed only in UNIX (Solaris 2.6), but not in NT.  

-
building formatting object tree
setting up fonts
 [1]
Parsing of document complete, stopping renderer
Initial heap size: 9722Kb
Current heap size: 10374Kb
Total memory used: 651Kb
  Memory use is indicative; no GC was performed
  These figures should not be used comparatively
Total time used: 41739ms
Pages rendererd: 1
Avg render time: 41739ms/page
-

I am using  java version 1.2.2
Solaris VM (build Solaris_JDK_1.2.2_05a, native threads, sunwjit).

If anybody have a solution to this problem, that would be of great help to
me.

thanks in advance,
Aravind.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]