zouari created FOP-2930:
---------------------------
Summary: performance problem in pdf generation
Key: FOP-2930
URL: https://issues.apache.org/jira/browse/FOP-2930
Project: FOP
Issue Type: Bug
Reporter: zouari
Attachments: PDFFactory.patch, test1.if, test1.pdf
I have an ".if" file which contains external document.
this file contains 50,000 pages.
I tried to convert it to pdf but this task took a long time
we analyze this performance problem, I find for each external page, an object
"PDFResources".
PDFResources objects processing slows down pdf file generation.
solution:
create a global "PDFResources" object for all the pages.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)