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.
Asked
Active
Viewed 2,396 times
3 Answers
1
How about open office's api?
http://api.openoffice.org/docs/common/ref/com/sun/star/form/FormComponentType.html
Also, see this Stackoverflow thread: What's a good Java API for creating Word documents?
-
Ok, Thanks, if some Open Office's API can add checkbox, I'm going to use that. – Carlos Aug 04 '10 at 16:55
0
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!

Chris
- 11,780
- 13
- 48
- 70
-
Thanks for your fast answer. Have you added checkbox to the MS Excel file? Anyway, I'll check it out. – Carlos Aug 04 '10 at 16:52
-
My experience here has been with Excel files however I did notice their section discussing Word so i thought I would at least mention it to you. Sorry for not knowing more about its abilities with M$ Word docs. – Chris Aug 05 '10 at 17:28
0
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.

Paul Jowett
- 6,513
- 2
- 24
- 19