Copy link to clipboard
Copied
I am using images for the chapter headers in my epub, so I have created a hidden layer to create the text that the TOC will create references to. The TOC builds correctly, but I receive the alert that none of my text anchors are found. After fiddling with it, it appears that it is not recognizing text anchors in my hidden layer, so none of the TOC hyperlinks will populate.
Trying to test other solutions, I also created new text anchors in the doc to reference to the image on the visible layer. Then I tried to manually adjust the hyperlinks in the TOC without any luck, I'm assuming the TOC will not recognize these anchors because they are not paired with the style the TOC is building from.
Any solution that will allow TOC function to recognize text anchors in hidden layers? Or is there another workaround I could use to have a stylized image to create text for use in building the TOC?
Copy link to clipboard
Copied
Within the Table of Contents dialog box (Menu > Layout > Table of Contents) is the option Include Text on Hidden Layers. You may need to select the More Options button if you do not see this section. Could this help?
Copy link to clipboard
Copied
Thank you! That is already selected, and I'm pretty sure it's why the TOC is populating correctly. I also have the option to create text anchors selected, but those text anchors that are not being recognized for hyperlinks, so when I export to a reflowable EPUB, I get an error that states my text anchors are not found, and the resulting table of contents has inactive links. 😞
Copy link to clipboard
Copied
I'm having this issue as well. I would be interested in hearing the solution.
Copy link to clipboard
Copied
I am also having the same issue. Have you found a solution yet?
Copy link to clipboard
Copied
I'm also having this issue...
Copy link to clipboard
Copied
(Not sure why this answer to the OPs question was deleted...)
I had a similar issue. I was trying to use alternate wording for chapter heads in the TOC and the book proper.
I've solved for this as follows:
Add faux (TOC adjusted) chapter headers to each chapter page with a unique paragraph style, on a unique layer set to print and display. In the paragraph style for these headers, add a css class name (.eg, "TocTitle"). Create a CSS file with the following content: .TocTitle { display: none }. When exporting the ePub document, add this CSS file to the export. Generate the TOC and export the and confirm that you dont trigger any anchor errors. The CSS file should hide your faux chapter headers.
To export the book as PDF, just modify the Layer print and display settings as needed.
All to say: Adobe, there must be a better way...
Find more inspiration, events, and resources on the new Adobe Community
Explore Now