How to structure pdf header(top-left and top-right) with complex html and styles with PDFRreactor?

682 Views Asked by At

I am using PDFReactor to generate pdfs. What is the best way to structure top of pdf using @top-left and @top-right with complex html tags like <a> tag instead of simple raw text like @top-right{content: "some text"}?

1

There are 1 best solutions below

0
On BEST ANSWER

Use running() and element(). See https://www.w3.org/TR/css-gcpm-3/#running-elements.