I have a batch class that contains a batch field named pageCount
.
The idea is that the user set this variable when creating the batch, and the pages will be separated in documents containing pageCount
pages each.
I can't find a way to do it, so is it actually doable? Thanks.
The batch class being synchronized with a KTM project, simply activate the option to separate pages (Standard Separation) in your project's properties.
Now every new batch created with this class will allow you to set its number of pages per document in the creation box (the corresponding combobox was disabled before that).