Node-html-pdf: img in header or footer is not displayed

Created on 2 Aug 2015  路  8Comments  路  Source: marcbachmann/node-html-pdf

pretty straight forward problem. any tag in header is not printed to pdf.

Most helpful comment

@NandoMB dirty and it works ...thumb up

All 8 comments

+1

+1

+1

+1

Insert the same image in your body tag, but with display none. It works for me.

鈽猴笍

. fix-header {
  display: none;
}

<img src="http://you image.com" class="fix-header">

@NandoMB dirty and it works ...thumb up

Still doesn't work for me. :(

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wobsoriano picture wobsoriano  路  3Comments

sca88 picture sca88  路  4Comments

antiframes picture antiframes  路  4Comments

tashikomaaa picture tashikomaaa  路  5Comments

RodolfoSilva picture RodolfoSilva  路  3Comments