I wanna make a program to create MS Word file, but some API's can't add checkbox to the document. Someone have done that? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
How about open office's api? http://api.openoffice.org/docs/common/ref/com/sun/star/form/FormComponentType.html Also, see this Stackoverflow thread: http://stackoverflow.com/questions/203174/whats-a-good-java-api-for-creating-word-documents |
|||
|
|
Apache POI may help you out... http://poi.apache.org/ Although, My experience with this API has been with excel and it appears the Word stuff is less developed. Hope it helps though! |
|||||
|
|
You could try JODReports or Docmosis. Both sit over open office and can simplify some of the interactions with OpenOffice. OpenOffice does a pretty impressive job of doc reading/writing and format conversions. |
|||
|
|