Question
Can't hide default header/footer when generating pdf from html
Hi, I'm trying to generate pdf file from html template, all works good except default header/footer can't be hidden.
I'm doing using this example
How Tos — PDF Tools SDK (adobe.com)
And trying to change this line
.includeHeaderFooter(true)
to false, but it doesn't look like affecting smth.
result still have default header like this:

Thanks!
