jesesqui

Results 9 comments of jesesqui

It is possible that the button to add text works like the one to add rectangle, since it does not work for me on iPad either. Thanks for your great...

I force scroll like this: >div id="pdf-container" class="scroll">

I changed this functions lines in fabric.min.js line 4792 function() { var r = fabric.util.addListener, n = fabric.util.removeListener, s = { passive: !0 /*de 1 a 0*/ }; line 4907...

its posible add placerholder to itextboxs generated

the text which show before starting write and hide when write something. The short hint is displayed in the input field before the user enters a value. like this image.

// add in index.html ``` ``` //add in script.js ``` function setZoom(zoom,el) { transformOrigin = [0,0]; el = el || instance.getContainer(); var p = ["webkit", "moz", "ms", "o"], s =...

> https://github.com/mozilla/pdf.js

> I noticed that the entire pdf is converted in an "image pdf". Is it possibile to compress only the images inside instead of the entire pdf? ...Is it possibile...