Potential bug when adding and getting links #3142
-
Two potential bugs:
Conceivably, this might have something to do with the different path types on Mac and PC because I didn't use to have this problem until I started using the Path library to handle paths. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Jorji, if I want to create a branch on your code, is that possible? |
Beta Was this translation helpful? Give feedback.
-
Otherwise, when you add an annotation or link, etc. you must reload the page before you can see the results. |
Beta Was this translation helpful? Give feedback.
Otherwise, when you add an annotation or link, etc. you must reload the page before you can see the results.
This reloading makes sure that all updates actually have been applied and a fresh page representation has been fetched into memory:
page = doc.reload-page(page)
... please ensure to do it exactly like this.Alternatively set the
page
object to a different page first and then load it again with the desired page number.