![]() |
#1 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jun 2021
Device: PC
|
![]()
Hi,
Converting .azw3 to PDF. I need to get the parent chapter into a header but can't seem to be able to make it work using the JS like in the example Code:
<header style="font-size:12px;"> <div style="display:inline-block;" class="even-page"> <div style="display:inline-block;width:1.2em;background-color: #f58234;"> </div> <div style="display:inline-block;" class="headertxteven">_TOP_LEVEL_SECTION_ _SECTION_</div> <div style="display:inline-block;float:right;"><i>_PAGENUM_</i></div> </div> <script> document.querySelector("div.headertxteven").innerHTML = document.querySelector("h1.chapterpTitle").innerHTML; </script> </header> Code:
_TOP_LEVEL_SECTION_ _SECTION_ _PAGENUM_ |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
All variables are described here: https://manual.calibre-ebook.com/con...verting-to-pdf
You dont have access to the DOM of the content in header/footer templates. The only data available is that provided in the variables listed at the link above. |
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
QObject::setParent: Cannot set parent, new parent is in a different thread | thiago.eec | Development | 2 | 10-18-2019 11:38 AM |
TOC section scope is not included in the parent chapter | feraudyh | Sigil | 3 | 12-26-2016 06:02 AM |
how to build toc when chapter headers are just images | cybmole | Sigil | 17 | 04-02-2012 05:03 AM |
what to do when chapter headers are images ?s | cybmole | Conversion | 5 | 04-06-2011 03:02 PM |
ABBY creating headers | PieOPah | Workshop | 2 | 11-22-2009 01:05 AM |