I am working on a html to PDF project. I am following the solution from an older SO question, but got stuck on the first step which is:
h1 {
string-set: doctitle content();
}
@page {
size: A4;
margin: 1.6cm .6cm 1.2cm .6cm;
@top-center {
content: string(doctitle);
}
}
but I'm getting a "Unknown property name" on the Dev tools.
Tried on: Chrome version 81.0.4044.129 & Firefox 75.0