PHPR 10.5 Latest
I've Created PDF of the current record's View page with this code in the Client before event of the button.
==============================================================
var params = {
pageType: 'view',
keys: row.getKeys()
};
Runner.PDF.open( params, pageObj );
return false;
==============================================================
For the First page (20 Record), it generated succesfully, but if I go to Next page and other it cannot generate PDF, Error with this images.

https://drive.google.com/file/d/1d_caFmBQWShxEZUpvmg1QOvWw7jVPpnS/view?usp=sharing