How to obtain .XSL data?

K

kb at donovanhill

I would like to create a PDF file from a InfoPath 2007 form using vb.net code
combined with a 3rd party PDF create .NET library.

For this to work I need to provide a reference to the forms (.XSL) template.

Would anyone know how to do this?

Thanks. Kevin.
 
S

S.Y.M. Wong-A-Ton

You can extract the form files and the XSL should be in there. Then you could
add the XSL as a secondary data source to the form template and reference it
in code. How this would work with the third party library, I do not know. I'm
in the process of writing an article on printing to PDF, but am not doing
anything fancy with XSL files, so if you get it sorted, let us know how you
did it! I know it is a popular question.
 

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