hi! I've run into such a situation: 1. I made an pptx template with placed text shapes and images 2. I parse it in my service and place needed text fields in their positions and images in theirs. BUT: when I try to remove images from template, apache poi throws me an exception: java.lang.IllegalArgumentException: Unsupported shape: org.apache.poi.xslf.usermodel.XSLFPictureShape here is piece of code:
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/unable-to-remove-an-image-from-a-slide-tp5711740.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
