This topic is locked

How I print the project header in PDF (PDFMake)

4/7/2019 9:56:53 PM
PHPRunner General questions
L
lordkain2 author

Hello, I create a custom header for my project (using a img tag):

<img class="logo" src="https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=26360&image=1&table=forumtopics"; alt="Site" height="108" width="351">

<h1 class="text_h1">Sistema de Consulta de Socios</h1>


I want the header to be shown in the PDF that is generated, is it possible?
Thanks.