OscarBC

Results 9 comments of OscarBC

I've been able to install it using a DockerFile. Dockerfile-apache file: ``` FROM thecodingmachine/php:7.3-v2-apache RUN sudo rm -rf /var/lib/apt/lists/* && sudo apt-get update RUN sudo apt-get --yes install ghostscript ```...

I guess I should bump the version to v5.4.1

Check the "./src/style/" files there you'll find the css classes for ".textLayer ::selection" and ".Highlight_part", which sets the highlight color. During selection, and rendering the highlights

You should define that style in your project, if you implemented the example_code you should have something like the /styles/App.css, there should be a good place to override the default...

I think I got it, Please see #181.

Hello @holub008, I've made the PR #181 to upgrade to the latest pdfjs-dist package and the issue you are presenting seems to be resolved. Feel free to download my branch...

Unfortunately I can't replicate it. https://user-images.githubusercontent.com/5251988/159977458-60f24f9a-6cec-4ee0-9e0f-67e96a317393.mov Try deleting "./node-modules" and "package-lock.json" and re-installing the packages in both projects. I'm working on new fixes. [One of them is changing the parent...

ohh I hadn't clicked on it, hehe. Let me see what I can find.

@holub008 I think setting **textLayerMode: 1,** in the PdfHighlighter.tsx class, for the PDFViewer constructor options make this issue go away. I tried debugging it, and it all has to do...