Closed perphy closed 1 year ago
It is out of scope for r2rtf.
In Microsoft Word, You can get a TOC manually by
https://www.laptopmag.com/articles/select-text-similar-formatting-word
Define them as a named format.
Use the format to define your TOC in word.
You may try to handle it programmatically as you can either pre-specify title or extract title from RTF.
Here is a toy example : https://merck.github.io/metalite/articles/ar-grid.html
as the title described, we can only use assemble_rtf function to combine multiple rtf files into one , but can't add the table of content and cover for it? how do you deal with this problem?