Create TIF from a web service

G

guest1717

I was wondering if it is possible to programmatically create a .tif
image of an InfoPath form via a web service? I am using C# for the
web service.
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello
I am not sure how it is done in Code. But I think I can give an Idea.

If you are signing the form by any chance, ScreendumpPNG is created in the
XMl which is a Snapshot of the Infopath Form. You can use some Converters to
Convert PNG to Tiff and Call this in C# Code. Use the Xpath of the PNG File
in the XMl to call in your code.

Also Read The Link below which talks about Converting In C#
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1665127&SiteID=1

Hope this helps you.
 
G

guest1717

Thank you for your response. We ended up solving the problem by
transmitting the XML data to the webservice, then running the InfoPath
Interop to print the tiff.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top