Bug 53909 - Updates to the FOP PDF-image plugin
Summary: Updates to the FOP PDF-image plugin
Status: RESOLVED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: images (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 15:33 UTC by Mehdi Houshmand
Modified: 2012-09-20 18:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mehdi Houshmand 2012-09-20 15:33:57 UTC
We've made some fairly substantial changes to the FOP PDF-image plugin including a page-cache mechanism and some other bugfixes.
Comment 1 Mehdi Houshmand 2012-09-20 15:37:36 UTC
Committed to r1388078.
Comment 2 Matthias Reischenbacher 2012-09-20 15:41:54 UTC
(In reply to comment #0)
> We've made some fairly substantial changes to the FOP PDF-image plugin
> including a page-cache mechanism and some other bugfixes.

To which other bugfixes are you referring to?
Comment 3 Mehdi Houshmand 2012-09-20 15:51:11 UTC
Yeah, I was hoping no one would ask ;).

Quite a few different changes made, we've had them on our local copy and I'm just sync-ing ours with the public one.

- added a caching system
- added event broadcasting
- better PDF version handling
- code improvements
- improved handling of acroforms
- added (but disabled for now) handling of OC (optional content)

There's probably more stuff, but that's a brief synopsis. We've tested this with the previous JAR and our tests pass, for what that's worth.
Comment 4 Matthias Reischenbacher 2012-09-20 18:14:42 UTC
Ok, thanks for the update!