In this example, we create a PDF file from all selected records except the first one.
First, we need to specify the selection parameter.
Then, we use the RunnerPDF: open method.
Client before:
var params = {
selection: pageObj.getSelectedRecordKeys().slice(1)
};
Runner.PDF.open( params, pageObj );
return false;
See also: