Mikhail Kuznetcov
Mikhail Kuznetcov
+1 I have similar issue
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?
that one worked like charm !
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
same as https://github.com/nuxt-themes/docus/issues/986
same here 😢
Having the same issue.. Any updates?