.doc file into .pdf using java

99 views Asked by At

I want to convert .doc file into .pdf file using java where .doc file can have non textual elements also(Like Image, Table etc). I have tried solution with Apache POI library where we can read text, pictures and tables and put it into pdf but format is not maintained(E.g : if we read images and put it into pdf all images will be there after one by one. After that if we read all text from .doc and put it into .pdf, all text will be after all images).

Need solution using Apache poi version 5.0.0

0

There are 0 answers