Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > PDF API > Examples

Creating PDF from all selected records except the first one

Scroll Prev Next More

 

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:

PDF Parameters

RunnerPDF: open

Tri-part events

About PDF API

 

Created with Help+Manual 7 and styled with Premium Pack Version 3 © by EC Software