tags:

views:

27

answers:

2

The above Title is my Manager's words, not mine. :)

This is a follow-up to a question that I posted previously. After reading my assessment on the impacts of converting Word Templates from PC to Mac, I have now been asked to investigate whether Word Templates can be replaced with a "Platform-independent Web-based solution" (her words, not mine). She has suggested using Adobe Forms (ie. Adobe Designer).

Personally, I think the only truly platform-independent web-based solution is text files or html forms. What do other people think?

A: 

It's called PDF...

At the core (and without the million of extra unnecessary features" that's exactly the niche that Adobe PDFs were designed to fill.

I'd suggest you look more into Adobe Acrobat Professional for more info. Although, I don't think there's any good way to directly convert Word docs to PDF format.

Note: This question should be moved to Super User since it's not really programming related

Evan Plaice
+1  A: 

It's called WordprocessingML (aka. WordXML, WordML)...

It could be called XForms...

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 http://www.w3.org/MarkUp/Forms/.

But, I wouldn't call it PDF

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.

My Suggestion

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).

AMissico
Depending on the scope of your problem, CSS or WordML.
plutext