Convert HTML to PDF in python with playwright

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Blog post for this video - nagasudhir.blo...
    Save folium map as png image using selenium browser automation - • Save folium map as png...
    Convert word files to pdf files in bulk with python docx2pdf - • Convert word files to ...
    Convert python script into an executable (.exe file) using pyinstaller module - • Convert python script ...
    Playlist URL - • Reports Automation in ...
    Table of contents - nagasudhir.blo...
    Please subscribe, like and share this video
    #python #playwright #html_to_pdf #browser_automation #dev #tutorial #learning #beginners #pythonforbeginners #taming_python

Комментарии • 2

  • @ojcowaniezatyzmem4161
    @ojcowaniezatyzmem4161 11 месяцев назад +1

    Thanks a lot for this tutorial. Precisly explained in accessible way, good for newbies like me :). Can you share how the code would look like if you had 3 similar files (sales_report.html, sales_report2.html, sales_report3.html) to convert them at once?

    • @learningsoftwareskills
      @learningsoftwareskills  11 месяцев назад

      Hi, thanks for your amazing feedback. You can use a for loop and run the code for converting multiple html files to pdf.
      The code for the video is present in the video description.
      Hope this helps, cheers👍