Stupi / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

Performance in J2EE project #223

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Integrate this lib into SpingMVC web based application
2. set up the document for ITextRenderer object
3. invoke layout() method of ITextRenderer object

What is the expected output? What do you see instead?
the expected output is a same formatted PDF file with the template HTML file, 
but I see all the css scope code print in the PDF file, and the 'table' element 
are all missed.

What version of the product are you using? On what operating system?
the least version.

Please provide any additional information below.
one more import information is the same code I tested in a console java 
application, which worked perfectly, however, after shift all the things to the 
J2EE application, the generated PDF file becomes unnormal and even layout() 
funcation takes 60 second to process.

Original issue reported on code.google.com by nesso...@gmail.com on 18 Aug 2013 at 3:00

Attachments:

GoogleCodeExporter commented 8 years ago
I think I found the problem, because I imported 'core-renderer-minimal.jar' at 
beginning. but after I changed to 'core-renderer.jar' it works.

Original comment by nesso...@gmail.com on 18 Aug 2013 at 3:44