vote up 1 vote down star

Hi all,

I use OpenOffice through the java API, and make him open the .odt file, fill in some values and save as .doc and .pdf. The .doc have no checkboxes in it.

I'm basically looking for a workaround of bug 45347

Correcting the bug by myself is not an option since a checkout of the openoffice code takes more than 10h (various Go of stuff), and I never managed to carry out a compilation of it.

Thanks,

Nico.

flag

64% accept rate
If it's too much effort for you to fix the bug (your job I assume), do you really expect the volunteer SO community to do so? – Frank Krueger Oct 20 at 16:13
2  
en.wikipedia.org/wiki/Workaround Although I'm not a native english speaker, I don't think I made such big error in my text to be interpreted as such ? Can you tell me what passage is confusing that I correct it please ? – nraynaud Oct 20 at 16:32
Maybe I'm misunderstanding the question, but shouldn't this be on Super User..? – musicfreak Oct 25 at 22:37
yes maybe, but I'm using it in my software, and I don't have an account there. And I just think a developer knows how to read a bug report, and what a workaround is (even if not everybody here does) and would have had investigated that in the past. – nraynaud Oct 26 at 0:29
@Frank Krueger: I don't think fixing OpenOffice bugs is his job. His job is to build something that uses it. @nraynaud: Have you tried exporting to DOCX or what the new office format is called again? Maybe it behaves better there? – Pekka Gaiser Oct 28 at 12:39
show 1 more comment

1 Answer

vote up 2 vote down check

One workaround would be the Apache Java POI library -- generate the document with OpenOffice, then open and modify it with the POI Microsoft Office API -- here's someone's suggestion for a similar problem

link|flag
That's an idea. Complex but could work. I'll wait a bit to see if somebody have a simpler stuff before I accept your answer, anyway the system will choose the highest rated one if I forget to come back before the expiration. – nraynaud Oct 28 at 20:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.