Hi All ,
i want to ask about 2 items in docx is how to extract equations and signatures
Thanks in advance
- <w:pict>
- <v:shape id="_x0000_i1026" type="#_x0000_t75" alt="Microsoft Office Signature Line..." style="width:192pt;height:96pt">
<v:imagedata r:id="rId6" o:title="" />
<o:lock v:ext="edit" ungrouping="t" rotation="t" cropping="t" verticies="t" text="t" grouping="t" />
<o:signatureline v:ext="edit" id="{3001DB6C-35C4-4FE9-8563-9238D648856B}" provid="{00000000-0000-0000-0000-000000000000}" o:suggestedsigner="samar hamdy" o:suggestedsigner2="QA engineer" o:suggestedsigneremail="samar_hamdy@mentor.com" issignatureline="t" />
</v:shape>
</w:pict>
MetafileEmfPart image = (MetafileEmfPart) part ;
byte[] imageBytes = new byte[image.getBuffer().limit()];
for(int i = 0 ; i < imageBytes.length ; i++){
imageBytes[i] = image.getBuffer().get(i);
}
Users browsing this forum: Bing [Bot], Google [Bot] and 79 guests