Dear support team,
I try to embed the company logo as a gif file into the PDF view (see below div class="page-header") but unfortunately it is not visible:
<!DOCTYPE html>
<html>
<head>
<title>ADR: Rückstände</title>
</head>
<body style="margin:0.5in 1in 0.5in 1in">
<link rel="stylesheet" href="../koolreport/clients/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="../koolreport/clients/bootstrap/css/bootstrap.theme.min.css" />
<link rel="stylesheet" href="../autorep.css" />
<div class="page-header" style="text-align:right"><img src="../images/company_logo.gif" /> <i>ADR-Reporting</i></div>
<div class="page-footer" style="text-align:right">Seite {pageNum}</div>
<div class="text-center">
<h1>ADR: Rückstände</h1>
<h4>AussenDienstReporting</h4>
</div>
If I switc the output to the browser (instead of the PDF file) the logo is visible!
What could be the reason?
Kind regards,