WeTechCareOfYou – Invoice Generator Code

-DataURi Function: dataUri(outputs(‘Get_file_content_using_path_-_Company_Logo’)?[‘body’]) -Concat Logo Img: concat(‘<img src=”‘, variables(‘dataURi’), ‘”/>’) -TableVar HTML: <tr> <td id=”td2″>@{items(‘Apply_to_each_-_Create_HTML_Table_of_Invoice_Tasks’)?[‘Description’]}</th> <td id=”td1″>@{items(‘Apply_to_each_-_Create_HTML_Table_of_Invoice_Tasks’)?[‘Units’]}</th> <td id=”td1″>@{items(‘Apply_to_each_-_Create_HTML_Table_of_Invoice_Tasks’)?[‘TotalAmount’]}</th> </tr> -All HTML for PDF Generation: concat(‘<DOCTYPE html> <html> <head> <style> #table2{ border: none; } table {   font-family: arial, sans-serif;   font-size: 14px;   border-collapse: collapse;   width: 100%; } td, th {   border: 1px solid #dddddd;   text-align: left;   padding: 8px; } #td1 {   border: 1px solid #dddddd;   text-align: center;   padding: 8px; } #td2 {   border: 1px solid #dddddd;   text-align: left;   padding: 8px; } #th1 {   border: 1px solid #dddddd; … Continue reading WeTechCareOfYou – Invoice Generator Code