-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
XFA - Add a storage to save fields values #13427
Conversation
calixteman
commented
May 24, 2021
- this is required to be able to print (or save) a document. Some pages can be unloaded (because pdf.js is lazy) and this storage will help to save their data in order to resuse them when printing or just when displaying a page again.
Will this be needed if we keep all pages in cache? |
That would be breaking some very old/basic assumptions in the viewer, since only one-page documents are ever guaranteed to be fully rendered at all times. Relaxing that assumption could be quite bad in the general case, for e.g. memory usage and performance, for anything except very short documents and as far as I can tell there's no guarantee that all XFA-documents are indeed "short". |
…le to print (or save) a document. Some pages can be unloaded (because pdf.js is lazy) and this storage will help to save their data in order to resuse them when printing or just when displaying a page again.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/ccff9114cf59b4e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/327c651165c3cba/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/ccff9114cf59b4e/output.txt Total script time: 26.04 mins
Image differences available at: http://54.67.70.0:8877/ccff9114cf59b4e/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/327c651165c3cba/output.txt Total script time: 30.68 mins
Image differences available at: http://3.101.106.178:8877/327c651165c3cba/reftest-analyzer.html#web=eq.log |