Created attachment 35398 [details] Sample class to reproduce bug When importing content from another slide, hyperlink address does not get copied and resulting pptx file is broken. Problem is in org.apache.poi.xslf.usermodel.XSLFTextRun# copy(XSLFTextRun), this method does not take into account if text run contains hyperlink.
Thank you for your example. Fixed with r1837909