Is it possible to have different headers in document with this function?
Now my first page get no header, but I like to have one on first page, too.
Is it possible to have different headers in document with this function?
Now my first page get no header, but I like to have one on first page, too.
Hello,
The method importHeadersAndFooters imports headers and/or footers from a DOCX but all of them not a specific one.
You could try using addHeader and set first key value to add a new header. But the best approach is to use the mergeDocx method available in Corporate and Enterprise licenses to merge one or other first page as needed.
Regards.