@page {
size: A4;
margin: 2cm;
}
@page :first {
margin: 0cm; /* the line sets first page margin to zero as expected. But as a side effect it sets the margin-right of "leader(dotted)" to zero too. As a result "Table of Contents" page has referenced page numbers invisible (because the numbers go under the the global page margin) */
}
#toc a::after {
content: leader('.') target-counter(attr(href), page);
}
Please see attached html for details and resulted pdf.
version: "org.xhtmlrenderer" % "flying-saucer-pdf" % "9.0.6"
operating system: windows7
Original issue reported on code.google.com by Tap...@gmail.com on 10 Feb 2015 at 1:12
Original issue reported on code.google.com by
Tap...@gmail.com
on 10 Feb 2015 at 1:12Attachments: