api - How can i import and read bookmarks of MS word in to Java -
This is a very difficult question and I searched for it and I did not find a good answer! I want to read the MS Word (key) bookmarks and want to set up the word in the Word with the Java program language! How can I do this? Apache did not work with POI! :( Thank you
OK I have got the solution, and the program is written. But this is just for the new MS Word (.docx) I wrote a method for my old version (.doc) but it was not working properly. For the old version we have to send Org.apache.poi.hwpf but for the new version org.apache.poi.xwpf ! And MS Word or MS Office To setup, we should use the Jacob Project . Ask me again
Comments
Post a Comment