|
|
|
|
|
by weinzierl
528 days ago
|
|
It's hard to overstate the ingenuity that went into this! Despite what people say in the comments here, both browsers really do not let you execute PDF JavaScript willy nilly. Outside of browser environments you are mostly safe anyway because JavaScript is rarely supported, with the big exception being Acrobat. The cleverness of pdftris is not so much Tetris in PDF but how it found its way around the restrictions that browser environments have put up to protect us. From what I understand pdftris also only works because of user interaction. I think there is no way to run JavaScript in a PDF without user interaction. |
|