Programmatically generate InfoPath form template

infopath

Is it possible to programmatically generate an info path 2007 form template (xsn file=form definition) ?

I know that there is no object model for the infopath 2007 form designer, but does anyone know of any third party libraries?

The form view itself is a xsl file so it should be possible. I would have thought that its a common use case also.

Best Answer

It is possible to generate the manifest.xsf, xsl and xml files from a structured source (let's say an xml) and then pack this (as .cab) with the extension .xsn
(The .xsn file is nothing but a renemed .cab!)

This is only a raw concept - it could be refined if the purpose was a bit more explicit. Why generate? Are you going to create a bunch of different files? What for?

Related Topic