How to hide an infoPAth Form

A

akjal

I am converting some Infopath forms to PDF at a time using
Microsoft.Office.Interop.InfoPath dll. First I created a
Microsoft.Office.Interop.InfoPath.application object and opened the each
infopath forms using Xdocuments.Open(filename,...) method and assigned to a
XDocument object. Then Uses View.Export() to export to PDF. All is working
fine. But the problem is each and every Infopath form is opened and visibile
before it is being converted. This will make problems when I select more many
infoapth forms to convert.

Is there any way to make the visibilty of Infopath form false and do the
conversion.?

Thanks in advance...
akjal
 
M

mikedopp

akjal,
Can you tell me how you are able to convert infopath to pdf? maybe some
code? Please I am in need for this....
Thanks in advance.
Mike Dopp
 
Top