Convert Infopath to PDF using Power Automate

In this guide you’ll learn how to convert InfoPath files to PDF using Power Automate. Converting InfoPath to PDF is a more involved process than other conversion types because InfoPath uses two files to create a single form, an XML (data) file and an XSN (template) file.

In this example, you will create a simple Flow that is triggered whenever a form is added to a folder in a SharePoint Online Library. Once this is added, the form is automatically converted to a PDF and stored in MS SharePoint folder.

This example can easily be adjusted to use different file services (e.g. the trigger can be for files uploaded to OneDrive, Box.com, DropBox, Google Drive or can even be used to Migrate your SharePoint On-Premise InfoPath Forms to SharePoint Online etc). A very detailed example is beyond the scope of this article.

Prerequisites

Before we begin, please ensure the following prerequisites are met:

Using PowerAutomate to Convert InfoPath files to PDF

From a high-level perspective, the Flow looks as follows:

convert infopath to pdf

Note: Converting an InfoPath form is similar to converting any other document type using Muhimbi's Flow Actions, but you will also need to pass in the XSN file (the file content, not the URL to the file) alongside the XML file.

This example takes you through converting a MS Infopath file to PDF. On a high level perspective, the steps to create are as follows:

  1. Create a new Flow and use the SharePoint Online trigger ‘When a file is created’. Fill out the URL for the Site Address and select the relevant SharePoint folder.

    create flow

  2. Insert ‘Get File Content’ action and specify the path to the SharePoint Online location where the XSN has been published to. (By default it is stored in the Forms Folder, e.g. *‘https://yourdomain.sharepoint.com/sites/Sitecollectionname/Library/Forms/template.xsn

    get file content

  3. Insert Muhimbi’s ‘Convert Infopath document’ action, and fill it out as follows.

    1. Source file name: ‘File name’ the output from the ‘When a file is created in a folder’ trigger.

    2. Source file content: ‘File Content’ the output of the ‘When a file is created in a folder’ trigger.

    3. Output format: PDF

    4. Template file content: ‘File Content’ the output of the ‘Get file content’ action, which contains the InfoPath XSN file.

    5. View names: Enter the comma separated view names that needs to be converted to PDF

    6. Include attachment: If you would like the attachments to also be converted to PDF, select Yes.

    7. Attachment action: You can select how to deal with attachments. The options available are:

      1. Default - If this is selected, the attachments are merged into the output file and unsupported attachments are removed.

      2. Merge - If this is selected, the supported attachments are merged to the output PDF.

      3. Unsupported attachments - If this is selected, the behavior will be according to the settings in InfoPathConverterFullFidelity.UnsupportedAttachmentBehaviour.

      4. AttachAsPDF - If this is selected, supported attachments are converted into PDF and attached to the output document.

      5. Unsupported attachments - If this is selected, the attachments are handled according to the settings in InfoPathConverterFullFidelity.UnsupportedAttachmentBehaviour.

      6. AttachOriginal - If this is selected, all attachments are attached to the output document in their original format.

    8. Unsupported attachment action: You can select what to do when the Converter encounters unsupported attachments. The default value is 'Error'.

      1. Error - When this option is selected, an error is raised when unsupported attachments are found.

      2. Remove - When this option is selected, the unsupported attachments are ignored and not included in the output.

      3. AttachOriginal - When this option is selected, unsupported attachments are attached in their original format

    9. Break merge on error: When you select ‘Yes’, then the merging of the document is stopped and an error message shown.

    10. Default paper size: Select the paper size to be used if not specified in the view.

    11. Default paper size (custom): Enter the paper size to be used if Default paper size ‘Custom’ is used.

    12. Force paper size: Force the paper size to be used regardless of whether it is set in the views or not.

    13. Force paper size (custom): Enter the paper size to be used if Force paper size ‘Custom’ is used.

    14. Default page orientation: Select the default page orientation for the PDF.

    15. Force page orientation: Force the page orientation to be used regardless of whether it is set in the views or not.

    16. Start page: Select the first page to include in the PDF.

    17. End page: Select the last page to include in the PDF.

    18. Conversion quality: Select the quality of the output file.

    19. Override settings: You can enter further optional settings using Muhimbi’s XML syntax.

    20. Fail on error: When an error message is encountered, it will stop the process if ‘Yes’ is selected.

      fail on error
      Note: Do not just pass the path to the XSN file into the Muhimbi Action as it doesn’t have the privileges to read that file.

  4. Insert a ‘Create File’ action to write the converted file back to the OneDrive folder where the converted PDF files are written to. For the Folder path, specify the path to the OneDrive folder. For the File Name, pass in the 'Base file name' field returned by the ‘Convert Document’ action, along with '.pdf' suffix. In the File content field pass the 'Processed file content' returned by the ‘Convert document’ action.

convert document

You can write the converted file back to OneDrive folder, or Dropbox, or Google Drive, or you can send the PDF via email.

  1. Publish the workflow and upload a MS Infopath file in the specified document library. After a few seconds the Flow will trigger and a PDF file will be generated.

Please note that this is just a basic example. Muhimbi PDF Converter also comes with facilities to convert files attached to InfoPath forms as well as choosing which InfoPath view or views to convert. For more information, please feel free to contact our friendly support team.

Additional Resources

Knowledge Base Articles

Troubleshooting Articles

Have a Question?
We’re Always Happy to Help.

© Muhimbi Ltd. 2008 - 2023
This website uses cookies to ensure you get the best experience. Learn more