A Android Central Question Nov 16, 2018 #1 I want to create an ODT file (Open Document text) and write some text on it. I tried to use Apache ODT tooolkit, but it keeps crashing my app when I call "newTextDocument()" even in a try-catch loop
I want to create an ODT file (Open Document text) and write some text on it. I tried to use Apache ODT tooolkit, but it keeps crashing my app when I call "newTextDocument()" even in a try-catch loop
ManiacJoe Trusted Member Aug 5, 2015 6,328 8 38 Nov 16, 2018 #2 Your best bet for an answer is to create a free account and ask your programming question in one of the developer forums. Upvote 0 Downvote
Your best bet for an answer is to create a free account and ask your programming question in one of the developer forums.
Rukbat Retired Moderator Feb 12, 2012 44,533 44 48 Nov 16, 2018 #3 Try going through the information at JODF - Java ODF API. Good luck. Upvote 0 Downvote