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

--- Comment #2 from Eric Schoen <ejsch...@i2kconnect.com> ---
I'll work on getting permission to provide the file on a confidential basis.

I found what seems to be a workaround.  Enabling anti-aliasing when rendering
the slide image causes the code to run to completion, rather than hang.
Following example #3 from this page made the code work:

https://poi.apache.org/components/slideshow/ppt-wmf-emf-renderer.html

For what it's worth, I did try extracting two EMF images embedded in the pptx
file, and both rendered fine in isolation with and without anti-aliasing, using
the example code from the above link.  So unless the overall dimensions of the
output (buffered) image impact the stroke drawing loop, I'm not sure how to
explain why the EMFs render OK alone.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to