My boss at work wants me to produce epubs without brands/app names in the content.opf, so every time I deliver a book for the publication, I have to manually remove metas such as:
Code:
<meta name="generator" content="Adobe InDesign" />
or
Code:
<meta content="0.9.2" name="Sigil version"/>
It may be silly, but this is what I'm asked for.
I was wondering if it would be possible to prevent Sigil from inserting its meta in the first place, so I could avoid the hassle of unpacking the epub, deleting that single line and packing the epub again.
Thanks