https://bz.apache.org/bugzilla/show_bug.cgi?id=60552

--- Comment #3 from Javen O'Neal <[email protected]> ---
(In reply to Javen O'Neal from comment #1)
> Could you include ... the code that opens the template
> and copies slides to another pptx file

I didn't see any java code in your attachment from comment 2. Did you forget to
add it to the zip file?

(In reply to Anand from comment #2)
> Please revert ASAP, my customer demo is blocked on this :(

Apache POI is an unpaid, volunteer-run project. We cannot commit to
prioritizing one bug over another or fixing any bug by a certain date.
Generally bugs get closed quickest when the contributor finds the source of the
problem and submits a patch with relevant unit tests to prevent the problem
from recurring.

If you need an immediate fix, I'd recommend forking the last stable release
(3.15 or 3.16 beta 1, depending on your stability needs) and troubleshooting
the bug yourself. If you come up with a fix that is not a hack, feel free to
attach it and we'll review and commit your fix.

If you have no idea where to start, try:
1. repairing dest.pptx in PowerPoint and saving to dest-repaired.pptx
2. unzip dest.pptx and dest-repaired.pptx
3. do a file-wise comparison on the XML files in each directory. This will help
you figure out what PowerPoint deemed corrupt and how it repaired it. You could
also insert the images into source.pptx with PowerPoint and compare that to the
POI-generated or repaired versions to see what POI is doing differently.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to