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.
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowIs 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.