Convert to PDF Using SharePoint Designer Workflow

In this guide, you'll learn how to convert different file types to PDF using SharePoint Designer workflows.

Muhimbi's PDF Converter for SharePoint comes with a number of workflow actions, including one you can use to convert documents as part of a workflow using MS SharePoint Designer. To get started, use the example below to create a simple workflow in MS SharePoint Designer, which converts a file to PDF format as soon as it has been approved.

The guide can be used for SharePoint Online, and the legacy MS SharePoint 2007/2010 workflow engine is fully supported, as is the optional Workflow Manager that comes with MS SharePoint 2013 and later versions. For more details, refer to this post.

Before you start, make sure that PDF Converter for SharePoint has been installed and you have access to a site collection with the appropriate rights to create workflows.

To convert documents via a workflow using MS SharePoint Designer, you''ll need to configure the document library and the workflow as outlined in the following sections.

Creating and Configuring the Document Library

You can create and configure the document library by performing the following steps:

  1. Create a document library named Proposal Documents. Alternatively, you can use any name of your choice.

  2. Once created, navigate to the library’s Settings > Document Library Settings > Versioning Settings screen and enable Requires content approval for submitted items.

  3. In the document library, create two folders: Confidential Proposals and
    Approved PDF Files. Alternatively, you can use any other names of your choice.

Creating and Configuring the MS SharePoint Designer Workflow

You can create and configure the MS SharePoint Designer workflow by performing the following steps:

  1. Start MS SharePoint Designer and open the site collection that contains the Proposal Documents document library.

  2. Click Add Item and select List Workflow. Specify the following settings:

    • Name for the workflow: Convert Approved documents to PDF Format.

    • Select the document library associated with the workflow: Proposal Documents list.

    • When creating a SharePoint Designer workflow in SharePoint 2013 or later, select the appropriate Platform Type.

      list workflow

  3. Click Create to proceed.

  4. From the Conditions menu, select the If value equals value condition.

  5. Click the first value, followed by the display data binding (fx) button.

  6. Select Current Item as the source and select Approval Status in the field. Then click OK to continue.

  7. Click the second value and select Approved from the list.

To avoid the same workflow being executed on the converted PDF file after the conversion has taken place, you need to specifically exclude PDF files as follows:

  1. Add another If value equals value condition.

  2. Click the first value, followed by the display data binding (fx) button.

  3. Select Current Item as the source and select File Type in the field. Then click OK to continue.

  4. Select equals and change it to not equals.

  5. Click the second value and enter PDF. (Don't prefix the extension with a period.)

With the conditions in place, you can now add the actions.

  1. From the Actions menu, select Convert to PDF. It may be hidden behind the All Actions option.

  2. The following action is inserted:
    Convert ‘this document to ‘this url’ using ‘the same file name’ and ‘include / exclude meta data’. Store the converted item details in List ID: ‘Variable: List ID’, Item ID: ‘Variable: List Item ID’.
    Below is an overview of what the various options within the action mean:

    • this document — Specify which document to convert. Select the option and make sure Current Item is selected.

    • this url — Specify the location the converted file will be written to. The following options are available:

      1. Leave it empty — When no value is specified, then the converted document is written to the same folder as the source file.

      2. Site Relative URL — By specifying a URL relative to the current site, e.g. subsite/shared documents/PDF Files, any folder location in the current site collection can be targeted. This is the option you want to use, so enter Important Documents/Approved PDF Files.

      3. Web Application relative URL — By using a URL that's relative to the entire web application — e.g. /sites/Press Office/Public Documents/To Distribute — any folder location in any site collection can be targeted.

    • the same file name — The name of the converted file can be specified here. Leave it empty to make sure you use the same name as the original document.

    • include / exclude meta data — In case of sensitive documents, you may want to strip any custom SharePoint columns from the file. Assuming that your document library contains a column Yearly sales forecast, you'll want to select Exclude.

    • Variable: List ID — A new workflow variable named List ID is automatically created. After the file has been converted, this variable will contain the ID of the list the converted file was saved to. This can later be fed into another action to manipulate this file further.

    • Variable: List Item ID — A new workflow variable named List Item ID is automatically created. After the file has been converted, this variable will contain the ID of the item the converted file was saved to. This can later be fed into another action to manipulate this file further.

  3. Insert a new action named Log to History List and enter File converted.

  4. Insert a new action named Update List Item and select this list. You'll now automatically mark the converted PDF file as approved.

    • From the List dropdown, select Confidential Proposals.

    • Click the Add button and set the field to Approval Status and the value to Approved. Click OK.
      Note: Starting with MS SharePoint 2010, it's no longer possible to set the value of the Approved field.

    • In the Find the List Item area, set the field to ID.

    • Click the fx button next to Value, specify Workflow Variables and Parameters as the source, and set the field to Variable: List Item ID. Click OK.

    • Click OK again to return to the MS SharePoint Designer workflow. It will look like what's shown in the image below.

      update list item

  5. Click Publish to deploy and activate the workflow.

Testing the Workflow

You can test the workflow created by performing the following steps:

  1. Create or upload a document in MS Word file format to the Confidential Proposals folder.

  2. From the context menu, select Approve / Reject and approve the file.

This will automatically start the workflow, and after a few seconds, the workflow status should change to Completed, as shown in the screenshot below.

approve or reject file

Once the workflow has completed, you'll find the PDF version of the document in the Approved PDF Files folder.

approved pdf files

If an error occurs during the execution of the workflow, you can perform the following to troubleshoot:

  1. Check the messages on the workflow status screen.

  2. Check for errors in the Windows Event log.

  3. Check for errors in the SharePoint trace log.

Next Steps

If you'd like to get started with PDF Converter for SharePoint, we offer a free trial for both SharePoint Online and SharePoint on-premises deployments. We also provide free support to help you intergrate our solutions into your SharePoint environment. If you have any questions, please contact our Support team.

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

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