hi,
first off, i want to say that prince is amazing. as soon as i get everything figured out and working with my system, i'm going to stop using the demo buy the full version. amazing software from what i've seen so far, keep up the good work.
on to the problem...
i've generated a toc in the beginning of my html document. the anchor links within the toc are relative (ie <a href="#example">example</a>) and my anchors are set correctly for the target (ie <a id="example" name="example">example should link here</a>). i'm also using generated content css of:
.toc a[href]::after { content: leader('. ') target-counter(attr(href), page); }
the problem is that when the content is generated in the pdf, the toc links all point to page 1, instead of the correct page. am i missing something?
thanks in advance.
first off, i want to say that prince is amazing. as soon as i get everything figured out and working with my system, i'm going to stop using the demo buy the full version. amazing software from what i've seen so far, keep up the good work.
on to the problem...
i've generated a toc in the beginning of my html document. the anchor links within the toc are relative (ie <a href="#example">example</a>) and my anchors are set correctly for the target (ie <a id="example" name="example">example should link here</a>). i'm also using generated content css of:
.toc a[href]::after { content: leader('. ') target-counter(attr(href), page); }
the problem is that when the content is generated in the pdf, the toc links all point to page 1, instead of the correct page. am i missing something?
thanks in advance.