Wojciech Maj

Results 257 comments of Wojciech Maj

@aleksil I think that's a great idea, but I don't have a clue at the moment on how we could implement that. `pdfjs-dist` lib is used in lots of places...

Since v5.4.0, PDF.js has been updated twice in React-PDF. Is this still an issue? I was able to run v5.7.1 with `` added to html with no issues.

Based on https://github.com/wojtekmaj/react-pdf/issues/862#issuecomment-941005115 I believe that 6.0.0 beta may solve this issue.

It looks like the link on page 4 is not working anywhere, but the one on page 5 is indeed clickable in most PDF readers.

Can you make a repro in CodeSandbox or something similar?

@jesusgp22 Nope, you can toggle text content and annotations on/off, but canvas is currently not behind a flag. I don't see a good reason against having it toggleable, though :)

> I think you would need to dig into pdf.js for this, relying on the react-pdf api probably is not enough. @michaeldzjap Any reason for this? `Documents`'s onLoadSuccess should return...

Hey everyone, I'd like to remind you that it was never React-PDF's intention to provide the users with fully-fledged PDF reader. Instead, this is only a tool to make it....

I think the right place for that is [Wiki](https://github.com/wojtekmaj/react-pdf/wiki). :) I highly encourage you to add your experiences on a new page there.

@crapthings I think it may be something related to how react-virtualized measures rows before final rendering. It may unmount a component after initial measurement. I'm no expert in react-virtualized but...