zoukankan      html  css  js  c++  java
  • How to convert HTML file to PDF using Power Automate

     

    Power Automate have simplified our tasks to a great extent. Requirements which would take few months previously are now accomplished in few weeks and weeks development may be in days.

    And here is one such requirement I will discuss. The requirement is very simple. Convert HTML document to PDF. Basically if you have the following requirements, you are on the right blog.

    • Print a HTML web page to PDF
    • Convert word/ excel or any other document to PDF format
    • HTML Text to PDF document

    So let’s see how we can accomplish the same. While unknown to many, Power Automate’s OneDrive for Business connector have such actions which easily can perform these operations. So let’s get started.

    I create an Instant Power Automate flow with manual trigger. Basically it can be a scheduled/ automated/ instant – any type of flow.

    As a next step I use a variable to hold my HTML text. The HTML is basically a simple table containing information about couple of contacts. Below is the screenshot of the sample HTML output and the flow as of now.

    HTML to PDF in Power Automate, Word to PDF in Power AutomateHTML to PDF in Power Automate, Word to PDF in Power Automate

    It really does not matter how complex your HTML is. The construct remains the same.

    In the next step, I go ahead with the creating the file. I use the ‘OneDrive for Business Connector‘ and use the ‘Create File‘ action.

    HTML to PDF in Power Automate, Word to PDF in Power Automate

    As you can see in the above screenshot, I am saving the HTML content to a HTML file in Documents folder in one drive. 

    Now comes the important step. I use the ‘Convert File’ action to convert the HTML file and get the PDF content out of it. 

    HTML to PDF in Power Automate, Word to PDF in Power Automate

    The action is still in preview as of the time of writing this blog. But I don’t find any reason why this will not make it to final release.

    And the final step is take the PDF content and use the “Create File” action again to save the content as PDF file.

    HTML to PDF in Power Automate, Word to PDF in Power Automate

    And that will be all. In the Documents folder in the OneDrive, I can now see both the PDF and the HTML content saved.

    HTML to PDF in Power Automate, Word to PDF in Power Automate

    And below is the content of the PDF file when I open it. Cool, isn’t it?

    HTML to PDF in Power Automate, Word to PDF in Power Automate

    A quite complex requirement for yesteryears development but certainly simple with Power platform.

  • 相关阅读:
    Day 09 文件处理
    Day 08 字符编码
    day 07 猜年龄
    Day 07 元组/字典/集合/python深浅拷贝
    Day 06 猜年龄/三级菜单
    并发编程-Atomic的compareAndSet
    并发编程-多线程共享变量不安全
    Spring boot Junit单元测试回滚
    Java 不区分大小写比较字符串
    IDEA 设置html 和js热发布
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/14680772.html
Copyright © 2011-2022 走看看