One thing I ran into, using pptx4j: when I look in an XML version of my PPTX file, I see several Relationships; looks like a 'master' relationship, plus one for every slide, possibly a couple more.
When I try to access these from the code, I retrieved a Relationships object, but when I dug into it, it just gave me the 'master' ("/_rels/.rels") relationship. I wasn't able to get to the slide relationships. Am I doing something wrong, or is this a hole?
Thanks,
Jim