문제

Reading the doc file with the use of Apache POI & docx4j.

i had read the doc file with the use of docx4j & even with Apache POI but the problem is when i extract the data from it it only return TEXT not Images. & even i didn't any notation of new paragraph started or paragraph ended..

is there any solution for that..

도움이 되었습니까?

해결책

From what I have read your problem is that the returned data from the doc is only text (string type) this is because data inputted in bitmaps is also an array of chars.

you might want to use a parser wich recognizes the character sequence and renders it to bitmap extensions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top