Posts

Showing posts from November, 2021

How to merge two PDF files using Power Automate

Image
I often get a question that if we can merge some PDF files and make it one using Power Automate. The answer is, Yes that is possible and pretty easy now using Power Automate. Merging two PDF files using MS Flow is now pretty easy job. Specially it helps when there is an automated system and you have to automate the merging process. Lets go straight to the implementation now. Step 1: Get the first file content from the source. In my case, I am taking it from SharePoint online. Step 2: Get the second file content from the source. In my case, I am taking this too from SharePoint online. Step 3: Using Merge action to merge different file’s contents into a single pdf file. You can add multiple file contents for merging the pdfs. Provide a suitable name for the output file. Step4: Now, the merged file is in machine readable format. Saying that, its not a file right now, its just somewhere in the memory of cloud systems. We have to create file from merged file’s content into desired locatio