Convert Infopath Form To Pdf Programmatically Log
I have infopath 2010 forms published to sharepoint 2010 forms library. I want to provide an option ( webpart with a button) in the forms library to export the published form to PDF. Is there a way to accomplish this using Infopath 2010 forms servies object model.
Is there any OOTB feature in Infopath Forms Services Object model that will convert forms to PDF
Apr 22, 2017. The application Info. Path to PDF Converter is free to download and evaluate via clicking here. Aspose.Form for.NET now allows you to convert InfoPath Forms to PDF. Add code to the form to programmatically export the current. Open, view and convert.xsn. And I'll add a logo to the document. Add code to the form to programmatically export the current view of the form to PDF or use the Save As PDF or XPS add-in for Microsoft Office 2007 to export a view. Nov 07, 2017 Does anyone know how I could do that? We no longer have InfoPath at work and I need to convert the.xsn files to anything whether pdf, Microsoft Forms or in a PowerApp, first to share the form and secondly to reuse them in a new, updated Microsoft product.

2 Answers
As infopath is offered as one or more COM objects with an extensive API, you may be able to find a way to convert an infopath form to pdf (losing the form input capabilities).From an MSDN search, I get one fellows answer :'A low tech way to convert an Infopath file to pdf is to copy & paste the form into MS Word, 'save as' html then use Adobe Acrobat to convert the new file to a pdf.'
check out my codeplex project IP2HTML which allows you to convert the for to HTML (you can convert the HTML to PDF using any 3rd party tool) without installing MS Office.
int32int32