Fabian Schucht

Results 3 comments of Fabian Schucht

@diegomura Is there any update on support for table of contents? I tried the approach from [this comment](https://github.com/diegomura/react-pdf/issues/479#issuecomment-503766848) but couldn't get it to work with page numbers. I'm currently trying...

@mohadib Yes, I managed to work around the issue by doing something like this: ```typescript const tableOfContentsChapters: { title: string; pageNumber: number }[] = [] // We render the ebook...

@asgerhallas I didn't run into this case myself, so unfortunately I don't have a solution.