Answer the question
In order to leave comments, you need to log in
How to create doc or rtf file in Lua language?
I am making a form in cronos, there is a button on the form that unloads data from the data bank and saves it to a table in a doc or rtf file.
Tell me how easy it is to create a file with a doc or rtf extension using lua. Through com connection?
Answer the question
In order to leave comments, you need to log in
You need to study the structure of .doc/.rtf files and write a builder for this structure. You can look towards learning a library for serializing binary data in lua.
.doc see lua-users.org/wiki/LuaCom
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question