Hi,
I was trying to add sub htmls as altchunks. My requirement is i have to parse html and if any img tag with base64 data is found, i have to add image inline using docx4j API. other data i am adding as alt chunk. in this process if img tag is inside <td>. till td i use addAltchunk and then addimag inline. In this case table is closed by call to addAltchunk. My image ...