On Tue, 29 Jul 2008, Felix Kalka wrote:
All three ending in "java.lang.RuntimeException: Creation support for Current User Atom not complete".

You might want to take a copy of a CurrentUserAtom, and re-use that every time. See also http://poi.apache.org/hslf/ppt-file-format.html for why the CurrentUserAtom is important, and in its own poifs file stream

Is it possible only to save the most recent records to save some disk space and to avoid problems with CurrentUserAtoms and PersistIncrementalBlocks?

You'll still need a UserEditAtom and PersistPtrIncrementalBlock. However, if you go for only the most recent records, you'll only need the one. Without a CurrentUserAtom, UserEditAtom and PersistPtrIncrementalBlock, powerpoint (and hslf) have no idea how to find and order the slides

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to