[
https://issues.apache.org/jira/browse/FOP-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085896#comment-17085896
]
zouari commented on FOP-2930:
-----------------------------
I don't think there will be a conflict between the resources of the different
external documents.
here is a counter example:
I created two pdf files (image1.pdf and image2.pdf) with the same object
structure but with different content.
I created a fo file (te.fo) which integrates external documents.
I did the conversion fo to pdf.
I have a good result(te.pdf).
All the files for this test are in the ZIP "example.zip"[^example.zip]
> performance problem in pdf generation
> -------------------------------------
>
> Key: FOP-2930
> URL: https://issues.apache.org/jira/browse/FOP-2930
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.4
> Reporter: zouari
> Priority: Major
> Fix For: 2.4
>
> Attachments: PDFFactory.patch, example.zip, 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)