You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regression (a behavior that used to work and stopped working in a new release)
Bug report -> please search issues before submitting
Feature request
Documentation issue or request
Hi, I really need to catch the moment when the DOM is fully created. In fact, I looked in the code and found an interesting place to add the eventEmitter.
The first when we have to make several pages
The second when rendering a page.
Proposal:
For the rendering of a page, I put it in the renderPage function just before the return
For rendering multiple pages, I had to put it in the updateSize function right after the pdfViewer._setScale function to be sure to have all the pages rendered.
Hi VadimDez, in my application i have mutliple page pdf's approximately upto 1000 pages how can i reduce the time to load the pdf's as fast as i can or else is there any chance of getting first ten pages in the inital page load and load rest of the pages
Hi, I really need to catch the moment when the DOM is fully created. In fact, I looked in the code and found an interesting place to add the eventEmitter.
Proposal:
For the rendering of a page, I put it in the renderPage function just before the return
For rendering multiple pages, I had to put it in the updateSize function right after the pdfViewer._setScale function to be sure to have all the pages rendered.
Like that, I can know when the DOM is created and i can manipulate it by catching the eventEmitter in the component.
thanks in advance for your reply.
The text was updated successfully, but these errors were encountered: