To prevent slide pages from being generated, simply leave out the "slide.htt" file.
That prevents slide
pages from being generated, but there's no direct way to prevent slide
images from being generated. In my
NoPages skin, I resorted to:
engine.setImageLinking("Link originals");
engine.setCopyOriginals(false);
I was surprised that there was no
setMakeSlides() method. If you ever decide to provide one, a parallel
setMakeVideos() would be handy, as well - in
NoPages, there's no way to shut off video generation without disabling video support entirely (and I don't think the skin can do that - the user would have to do it manually).
Not the sort of thing most users would ever need, but for odd skin requirements....
Edited by: jGromit on 12-May-2018 08:49