-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement updates in pdf reader #128
Comments
@libreliodev plist format maybe a little different |
@serverfire Thanks for your quick answer.
Can you explain what you mean? |
I meant data structure not format. |
@libreliodev Although we can change it to this sample. Because now it pdf file itself is not going to be updated. |
@serverfire OK, if possible change it to this sample; it's going to be more simple afterwards, at least on iOS. |
@serverfire By the way, is it OK for you to handle the modifications this way, when displaying the page? |
@libreliodev It is also easier to update annots using this sample. |
@serverfire We are now going to start implementing this on iOS. If there is anything wrong or not suitable in the syntax, please inform us urgently. |
@libreliodev
I think that's it. |
@serverfire
OK
OK
OK
OK
No. The update plist might be used in the future for other formats than pdf, and keep the same structure. We only manage “Links”.
No. For internal pages, please use
Thanks.= |
@libreliodev |
@libreliodev Done! |
Successfully tested |
We need to make it possible for users of our apps (especially those who use our native mobile apps) to get some updates without loading again the whole pdf. To start with, the only updates we will handle will be annotations/links.
This should work as follows:
Here is a simple example of such plist:
The text was updated successfully, but these errors were encountered: