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,
- Deep Dive Into Azure Logic Apps
- Connect OneDrive To Google Drive With Azure Logic Apps
- Connect Facebook To Twitter With Azure Logic App
- Connect Outlook Mail To Excel Sheets With Azure Logic App
- Save Email Attachment From Outlook To Dropbox With Microsoft Azure Logic
- Save Specific Twitter Tweet To Excel Spreadsheet With Azure Logic App
- Connect Box To OneDrive Using Azure Logic Apps
- Save Only A Positive Tweet To Excel Spreadsheet Using Microsoft Cognitive
- Using Cognitive Service Face API with Azure Logic App
- Convert Tweet Into Audio File Using Cognitive Service With Azure Logic App
- Using Cognitive Service Computer Vision API, Text Analytics API With Azure
- Get Daily Weather Reports Delivered To Your Phone Using Azure Logic Apps
- How To Retweet A Specific Tweet With An Approval Email In Azure Logic App
- Set Auto Tier Azure Blobs Using Azure Logic App
- Set The Auto Delete For Old Azure Blobs Based On The Last Modified Time Us...
- How To Move The Specific Email To a Specific Folder Using Azure Logic App
- Email Yourself New Tweet With Specific Keyword Using Azure Logic App
- Connect Dropbox To OneDrive Using Azure Logic App
Here, we will see how we can split PDF with text and store it 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".

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".

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

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

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

Search for Dropbox in the search bar and choose the trigger.

Sign in to Dropbox.

We need to give permission to access our accounts.

Next, choose Folder and how often do you want to check for items.

Step 5. Now search for PDF4me.

Signin PDF4me

Then, choose the action for the workflow.

Choose PDF File Content, PDF File name, and spilt file naming – two options(withpagenumber and Nameasperorder). Here we are choosing with pagennumber(Eg. Filename1, Filename2).

Next, choose SpiltType as before and enter the text by spilt.

Step 6. Now, connect Dropbox to store the PDF file
Next, Choose the File path, File Name, and File Content for saving the pdf file from PDF4me.

The final workflow will be like this.

Now, let us save and run the workflow.

Output
Upload the file in the dropbox in Azure Logic App Folder.

Now, it spilt the PDF with the given text(content) and saves it into to PDF folder in Dropbox.

It's successfully run.

Summary
I hope you understood how to split the PDF with text and save it into Dropbox and how to run it. Stay tuned for more Logic App articles.

Join the conversation! Your thoughts help the community grow.