How do I enter the option to print hidden pages (this is what its called in the GUI) in headless mode? As I’m trying to bulk convert PPTs to PDF and some of them contain hidden slides. Is it possible to do this with unoconv?
I’ve tried:
$ unoconv -f pdf -e ExportHiddenSlides=true presentation.ppt
and
$ unoconv -f pdf -e ExportHiddenPages=true presentation.ppt