1
Can't hide default header/footer when generating pdf from html
New Here
,
/t5/acrobat-services-api-discussions/can-t-hide-default-header-footer-when-generating-pdf-from-html/td-p/11908230
Mar 18, 2021
Mar 18, 2021
Copy link to clipboard
Copied
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!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-services-api-discussions/can-t-hide-default-header-footer-when-generating-pdf-from-html/m-p/12021880#M1749
May 07, 2021
May 07, 2021
Copy link to clipboard
Copied
Have the same problem. Any solution?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-services-api-discussions/can-t-hide-default-header-footer-when-generating-pdf-from-html/m-p/12090399#M1926
Jun 04, 2021
Jun 04, 2021
Copy link to clipboard
Copied
Here dont working too
Ex.
var options = CreatePDFOptions.HtmlOptionsBuilder()
.IncludeHeaderFooter(false)
.WithPageLayout(pageLayout)
.WithDataToMerge(jsonData)
.Build();
operation.SetOptions(options);
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/acrobat-services-api-discussions/can-t-hide-default-header-footer-when-generating-pdf-from-html/m-p/13421793#M5244
Dec 14, 2022
Dec 14, 2022
Copy link to clipboard
Copied
I have the packages updated, but it doesn't remove the header. What I can do? The date is increased by five hours. Attached image.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

