Hi,
I am trying to plot the PowerPoint slide in HTML using OOXML. While I read XML for group shape in a slide the child off and child ext value is coming different.
While calculating the position and plot them in html is not correct as i am converting EMU to Pixel.
Logic to get the position is (child off - group off) give me child off values and width is from child chext.
<a:off x="4194176" y="1703373" />
<a:ext cx="3781425" cy="4638675" />
<a:chOff x="1805" y="845" />
<a:chExt cx="2820" cy="3194" />
My trouble group off and ext value unit is EMU and choff and chExt unit is in EMU ?
And how to calculate the position and dimensions of shape when choff and chExt is coming that small.
Thnaks,
Vishal Sood