-
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 -- Load fonts permanently from the pdf #13146
Conversation
calixteman
commented
Mar 26, 2021
•
edited
Loading
edited
- Different fonts can be used in xfa and some of them are embedded in the pdf.
- Load all the fonts in window.document.
PR #13172 got merged today which provides the |
/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/3a97d6f68dec24e/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/41ed27a2d126ecd/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/3a97d6f68dec24e/output.txt Total script time: 25.67 mins
Image differences available at: http://54.67.70.0:8877/3a97d6f68dec24e/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/41ed27a2d126ecd/output.txt Total script time: 29.07 mins
Image differences available at: http://3.101.106.178:8877/41ed27a2d126ecd/reftest-analyzer.html#web=eq.log |
7509ac0
to
2a72340
Compare
- Different fonts can be used in xfa and some of them are embedded in the pdf. - Load all the fonts in window.document. Update src/core/document.js Co-authored-by: Jonas Jenwald <[email protected]> Update src/core/worker.js Co-authored-by: Jonas Jenwald <[email protected]>
/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/0876eb8f2c5b6cd/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 1 Live output at: http://3.101.106.178:8877/589b92b5b1c01f8/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/0876eb8f2c5b6cd/output.txt Total script time: 25.88 mins
Image differences available at: http://54.67.70.0:8877/0876eb8f2c5b6cd/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/589b92b5b1c01f8/output.txt Total script time: 29.49 mins
Image differences available at: http://3.101.106.178:8877/589b92b5b1c01f8/reftest-analyzer.html#web=eq.log |
- it has been done in PR mozilla#13146 but only for truetype fonts.