I would know if someone can suggest a good approach to convert a word document that contains forms in a web app, specifically in an application built with WaveMaker.(but I'm curious also with a general approach not strictly dependent on the technology that I have mentioned). For example, if I have a page in a word document, that maps the fields of a user entity, what could be my "programmer approach" to convert it without much use of copy-paste, but with a dynamic methodology ?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
Apache POI is a set if libraries providing a Java API for working with Microsoft-type documents. It's not going to code-generate anything for you (or be generated), but you might be able to build a service around POI that your web app could then use to pull the fields out of your documents. |
|||
|
|