Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>It's called WordprocessingML (aka. WordXML, WordML)...</strong></p> <ul> <li><p><em>Overview of WordprocessingML [Word 2003 XML Reference]</em> at <a href="http://msdn.microsoft.com/en-us/library/aa212812(office.11).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa212812(office.11).aspx</a>.</p></li> <li><p>MSDN Search for "WordML" at <a href="http://social.msdn.microsoft.com/Search/en-US?query=WordML&amp;ac=3" rel="nofollow noreferrer">http://social.msdn.microsoft.com/Search/en-US?query=WordML&amp;ac=3</a></p></li> </ul> <p><strong>It could be called XForms...</strong></p> <p>The Web was suppose to be platform-independent electronic documents. In other words, if you truly want platform-independence, then I agree with you and your forms should be in HTML. Yet, HTML forms are really not a good development platform. That is why Adobe, Microsoft, and others provide "form" solutions. XForms is an attempt to make developing and using HTML forms more flexible, overcome its limitations, and provide a platform-independent object model for completing HTML forms. You might want to look at XForms at <a href="http://www.w3.org/MarkUp/Forms/" rel="nofollow noreferrer">http://www.w3.org/MarkUp/Forms/</a>.</p> <p><strong>But, I wouldn't call it PDF</strong></p> <p>In my opinion, working with PDF files is difficult. I have not looked at the file format specification, but I heard it is not trivial. Moreover, you need a custom editor and you are locked into one vendor, which is Adobe. (Yet, there are other open-source and vendors who support the file format.) Adobe is not know for creating programs that are easy to use.</p> <p><strong>My Suggestion</strong></p> <p>If you are already using Word, then moving to WordML should be fairly easy. You can easily convert your existing Word documents into WordML by simply saving them as XML from the Save Dialog; therefore, you can automate this process through code. In addition, I believe WordML supports form templates (the actual form) and data documents (the actual data for a form).</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload