How insert in TCPDF
Document title - new line and logo
Document header - new line and logo
if cannot do this how delete these two inputs from PDF and i make this custom in Contents.
Hi Raimis,
I don't think that it is possible to add an image to the Header. There has been another thread on the same topic in the last few days that used a hack to do this - please check there to see if that will solve your problem.
Bob
how about new line in these inputs ? like <br />
Hi Raimis,
They may work - try one and see.
Bob
<p>,<br>, <br />, \n or toher html code not work maybe are other ways ?
Hi Raimis,
It looks as though it is not possible, I tried a couple of other possibilities \\n and
but none of them work.
Bob
Bob, it's not the prettiest and in an emergency, if you need blank lines in your tcpdf I did got this to work
<Table>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
</table>
For single spacing, just make a space with cursor. The does not work in tcpdf.
I am working on logo, header, and footer, so I may have more in a few days after experimenting a bit.