I am exploring Python UNO for automating ebooks making using LibreOffice for FreeTamilEbooks.com
The workflow is as below.
- Authors send us word file and a cover image
- We should mark all chapter heading as “Heading 1, Heading 2” etc
Then a python script should do the following
- Add cover image in first page
- Change all content font to “Vijaya” (a Tamil language font) and size 12
- Change all Heading1 to font size 16, set blue color, add a red line below it
- Add footer and add page number ( I have code for this)
- Add Table of Content in page 3
- Save as PDF ( I have code for this)
Please help to get it done using python.
Guide me the required components, properties to use with python.
Thanks.