Opening the epub with a Link at the start. Can we use Link instead of Location ? #570
Answered
by
mickael-menu
parthshethi2e
asked this question in
Q&A
-
I am having book Href stored in database. I want to use it to open particular chapters at the initially opening the epub. How can i do it ? |
Beta Was this translation helpful? Give feedback.
Answered by
mickael-menu
Apr 8, 2025
Replies: 1 comment
-
If you have a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
parthshethi2e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a
Link
object, you can convert it into aLocator
withpublication.locate(link)
.