@amjad.sahi When I add fonts over Linux server now images are capturing exactly same as Excel sheet.
Now in same word where I am pasting images, we are adding some notes/paragraphs too. So what this functionality is we are adding continued in the header if any paragraph keep continue from one page to another. I will add Continued in the paragraph heading if it’s continue from one page to another it may be parent header node or maybe child node which is getting continue to another page. Like
Page 1
World
India
bla bla bla …
…
…
…
end of page
Page2
World(Continued)
India(Continued)
We see above if India is a header of a paragraph if the content of India header keeps continue till end of 1st page we add continued(these are new lines) if we push 2 lines 2 rows shift to another page. First we split all the word pages and after adding continued we merge all the pages using apache POI. Now the problem is before adding font folder in Linux server this Paragraph functionality working fine after addition of this its adding blank pages.