Mikhail Kuznetcov

Results 56 comments of Mikhail Kuznetcov

making text to be selectable in pdf.js rendered documents involves including additional renderer text layer ``` javascript page.getTextContent().then(function(textContent) { var textLayer = new TextLayerBuilder(... ``` see example here: http://jsfiddle.net/vivin/RjqUf/

@episodeyang sorry, didn't get your point - the fiddle link is ok

@episodeyang fiddle (http://jsfiddle.net/vivin/RjqUf/) work fine for me! Do you see any errors in console? any plugins that may block smth in the browser?

thanks for the provided example - https://joshuabedford.com/blog/allow-filtering-by-custom-field-wp-acf-api where should I place such a file for enabling filtering in my WP installation ?

you can replace the `public/favicon.ico` file

Having the same issue.. Any updates?