poi word转html图片大小
问题描述:
poi word转html时,如何读取word文档中图片的缩放比例
答
试试
org.apache.poi.hwpf.usermodel.Picture
int getHorizontalScalingFactor()
int getVerticalScalingFactor()
来自:
http://poi.apache.org/apidocs/org/apache/poi/hwpf/usermodel/Picture.html