Dear Support,
I am testing the aspose library now and all seems to work.
Right now there is one challenge where I have on idea if this can be solved by the library.
Following situation:
I am merging documents with headers.
This works fine and TOC looks good as well.
But I would like to change the TOC and header layout now from a normal list to a numeric TOC and numeric header.
So instead of (+ just indicates the layout of the TOC)
+Chapter Book
++Book Action
++Book Science Fiction
+Chapter Movie
++Action Movies
++Science Fiction Movie
I would like to have:
- Chapter Book
1.1 Book Action
1.2 Book Science Fiction - Chapter Movie
2.1 Action Movies
2.2 Science Fiction Movie
Is it possible to update the Headers and therefore the TOC like this?
Any sample source would be appriciated.
Thank you