Aliaksei Hrynko

Results 39 comments of Aliaksei Hrynko

Indeed, it was merged into `master` but not published. I'm going to release it later this week.

> This is supose to zome in/out, right? Not really, it represents the ratio of canvas size to document size. So it is more about optimization, you can adjust it...

Hi @valh1996, Do you think updating PDFJS to [2.13.216](https://github.com/mozilla/pdf.js/releases/tag/v2.13.216) would cover the diacritics insensitive search problem ([check this PR](https://github.com/mozilla/pdf.js/pull/13261))? As for "several words to search", I'm not sure how this...

I've tried exposing something like the following, with no success so far: ```js import { EventBus, PDFFindController } from 'pdfjs-dist/legacy/web/pdf_viewer.js' ... const findController = new PDFFindController({ eventBus: new EventBus(), linkService:...

> What are the advantages of having created the component outside the viewer? I expected that not using the viewer component could be more flexible and predictable, although it would...

I'm having issues updating PDFJS, so I'd like to resolve them first. Will have another look at the highlighting issue afterwards.

Hi @chenbin134, I checked several watermarked PDFs but wasn't able to reproduce. Would you be able to prepare an example that reproduces the issue?

Hi @fabiiomiiguel, According to the description it looks very similar to [this one](https://github.com/hrynko/vue-pdf-embed/issues/40#issuecomment-1171107732). This has already been fixed but not released.

Hi @nickxgrom, As a workaround, you can render an "invisible" component in the meantime without a `page` prop. Also, I will consider updating the `print` method for this case. Thanks!

I updated the `print` method signature so that `page` prop can now be overridden (see 9eaa57a) Will include this in the next release if it works for you