How to Create a Logic App to Convert PDF into Word

Azure Logic Apps

Logic App is a cloud-based service that allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event in another service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically do some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating our workflows without writing a single line of code.

Before reading this article, please go through some important article links mentioned below.

Here, we will see how we can convert PDFs into docs and store them in Dropbox automatically.

Here, we need to connect PDF4 and Dropbox.

Prerequisites

  • Microsoft Azure Account
  • DropBox Account
  • PDF4me Account

Follow the below steps to build a Workflow using a template.

Step 1. Log into https://portal.azure.com/.

In the dashboard, choose to create a resource and click on Integration. Now, select "Logic App".

Create a resource

Step 2. Enter the name you want to assign to the logic. Select the subscription and resource group where you organize related resources and the location where your logic app is stored. Then, click on "Create".

Logic app

Here is the dashboard. Click on "Logic App Designer".

Logic app designer

Step 3. Now, click on the Blank Logic App.

Templete

Step 4. Configure the data by signing into Dropbox and PDF4me. Click on “Add a Trigger”

Add Trigger

  • Search for Dropbox in the search bar and choose the trigger.
    Dropbox
  • Sign in to Dropbox.
    Dropbox
  • We need to give permission to access our accounts.
    Allow
  • Next, choose Folder, and how often do you want to check for an item?
    Content type

Step 5

  • Now search for PDF4me.
    Sign PDF
  • Signin PDF4me
    Login
  • Then, choose the action for the workflow.
    Convert
  • Choose File Content and File name.
    Convert

Step 6. Now, connect Dropbox to store the Word file

  • Next, Choose the File path, File Name, and File Content to save the Word file from PDF4me.
    File content
  • The final workflow will be like this.
    Create file

Now, let us save and run the workflow.

Run

Output

Upload the file in the dropbox in Azure Logicc App Folder.

Azure logic app

File Uploaded

Dummy

Now, the dummy.txt file is converted into a PDF and saved into the same folder in Dropbox.

Dummy File

Its successfully run

File created

Summary

I hope you understand how to convert PDF files into docs and save them into Dropbox and how to run it. Stay tuned for more Logic App articles.