posted 17 years ago
Hi,
I need to add pdf reports to my swing application. It is decided to use Apache FOP for that. Currently all existing images are inside my jar file - all access goes through getResourceAsStream. Is there a way for me to somehow use those images in FO file (may be by adding some handler during parsing - I never used FOP before), without copying them out or creating "mini" http server?