Question about multi-threaded rendering
Mark Gibson <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <DM5PR04MB053879000315974B5D92272CDD2A9@DM5PR04MB0538.namprd04.prod.outlook.com> |
Hi, We're currently using embedded FOP to render PDFs from XML content. I totally understand why default rendering cannot be multithreaded (need to layout earlier pages before latter pages, etc). However, we pre-generate the Intermediate Format, and pass the IF directly to the FOP renderer. I was curious if FOP supports multi-threading the post-layout render step. Or even if it's technically possible to do such a thing? Thanks Mark