• aun funciona correctamente para chrome 47.0.2 y firefox 42
    agregando a presentation_mode.js

    document.onselectstart = function() {return false;}
    document.onmousedown = function() {return false;}
    document.oncontextmenu = function(){return false}

    podremos agregar un poco de protección al pdf

The topic ‘Aun funcionando’ is closed to new replies.