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.
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
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
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
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.
<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.
This topic is locked and no more replies can be posted.