Michael Dzjaparidze
Michael Dzjaparidze
Perhaps I should open a separate issue for this, but I noticed that the build requirements listed in the Dockerfile and the ones listed in the build guide differ. I...
I'm not quite sure what you mean by "_...the root directory must be build first, before the example dir._". Do you mean you have to install all example dependencies first...
I kinda ditched handlebars for an all React solution by now, so I am not really concerned about this issue anymore. Maybe I should close it then? Or perhaps someone...
Hmmm... After updating to your latest commit it seems this problem still persists.
@jesusgp22 You probably want to use some kind of virtualization library for displaying PDF's with a lot of pages, like [react-virtualized](https://github.com/bvaughn/react-virtualized) for instance. Maybe [this](https://github.com/michaeldzjap/react-pdf-sample) is useful to you.
I am not familiar with the text search feature I have to admit. But I suspect that it relies on the text layer for each page to be rendered in...
> How can I extract the text from the pdf to keep a "virtual" copy of the whole text layer I can search from I think you would need to...
@wojtekmaj Yes, my wording was rather poor. What I meant is that `pdf.getPage()`, `page.getTextContent()` etc. all are *pdf.js* related rather than *react-pdf* specific. So although of course all those methods...
@fetacore I initially went the custom route, but after a lot of trying different things out I settled on _react-virtualized_. That was quite a pain in the ass to get...