Hi
i want to insert my logo to a pdf file so i dicide to use FlowFlow Control
My HTML code its:
"<!DOCTYPE html>
<html>
<style>
h1 {
background-color: DarkBlue;
color: white;
text-align: center;
}
h4 {
color: Black;
text-align: right;
}
table, th, td {
border-colapse: separate;
text-align: center;
}
table1, th, td {
border-colapse: separate;
text-align: center;}
</style>
<body>
<h1>REPORTE DE AUDITORÍA AHORRO DE ENERGÍA</h1>
<br></br>
<img src=""https://nacionpix.com/wp-content/uploads/2015/10/Walmart-Logo.jpg"">
<h4>Fecha de Visita: "&FechaLabel.Text&"</h4>
<h4>Auditado por: "& Nombre.Text &"</h4>
<table style='width:100%'>
<tr>
<th bgcolor='#1a8cff';color='';>Determinante</th>
<th bgcolor='#1a8cff';color='>Formato</th>
<th bgcolor='#1a8cff';color='>Nombre</th>
<th bgcolor='#1a8cff';color='>Estado</th>
<th bgcolor='#1a8cff';color='>Ciudad</th>
</tr>
<tr>
<td>" & DataCardValue7.Text & "</td>
<td>" & DataCardValue6.Text & "</td>
<td>" & DataCardValue8.Text & "</td>
<td>" & DataCardValue12.Text &"</td>
<td>" & DataCardValue13.Text &"</td>
</tr>
</table>
<br></br>
<table style='width:100%'>
<tr>
<th bgcolor='#1a8cff';color='';>Gerente</th>
<th bgcolor='#1a8cff';color='';>Líder Mantto</th>
<th bgcolor='#1a8cff';color='';>Asesor Mantto</th>
<th bgcolor='#1a8cff';color='';>Proveedor Iguala</th>
<th bgcolor='#1a8cff';color='';>Proveedor Control</th>
</tr>
<tr>
<td>" & Gerente.Text & "</td>
<td>" & LM.Text & "</td>
<td>" & AM.Text & "</td>
<td>" & PI.Text &"</td>
<td>" & PC.Text &"</td>
</tr>
</table>
</body>
</html>"PFD file
So i need to know if there is a method to show the image in the PDF file
Best regards

Report
All responses (
Answers (