I'm trying to convert multiple HTML to PDF using a shell script. Additionally I need use vivliostyle.config.js to pass options like static (see #661 for background). But vivliostyle won't work if vivliostyle.config.js doens't contain an entry. Is there a known workaround?
ERROR Validation of vivliostyle config failed. Please check the schema: undefined
Invalid key: Expected "entry" but received undefined
Setting a dummy won't work, it's then used instead of the input file given as input.
I'm trying to convert multiple HTML to PDF using a shell script. Additionally I need use
vivliostyle.config.jsto pass options likestatic(see #661 for background). Butvivliostylewon't work ifvivliostyle.config.jsdoens't contain anentry. Is there a known workaround?Setting a dummy won't work, it's then used instead of the input file given as input.