Hello All,
We’re starting to get more pdf telemetry data from the Nightly, Aurora, and Beta versions of Firefox. This has illuminated some interesting findings, most of all is the low percentage (<2%) of PDF’s that use forms (xfa or the regular type).
Initially, we were thinking of focusing on forms for the end of Q4 and into 2014 Q1, however, seeing such small numbers of forms used we’re now rethinking our priorities.
I propose for the time being we focus on performance(speed + memory usage), fixing bugs, and add a new “fallback bar" that more specifically says something like “This pdf uses forms that are unsupported. Would you like to open it with another viewer?”.
I still want pdf.js to support forms but I think our time is better spent in other areas for the time being.
Percent of PDF’s that had a form:
Nightly 28 1.67%
Nightly 27 1.78%
Nightly 26 1.58%
Aurora 27 1.63%
Aurora 26 1.81%
Beta 26 1.83%
var data = [
{
Version: 'Nightly 28',
Used: 324606,
XFA: 1078,
Form: 4353,
},
{
Version: 'Nightly 27',
Used: 1121184,
XFA: 3838,
Form: 16164,
},
{
Version: 'Nightly 26',
Used: 35851,
XFA: 84,
Form: 482,
},
{
Version: 'Aurora 27',
Used: 186434,
XFA: 608,
Form: 2430,
},
{
Version: 'Aurora 26',
Used: 977338,
XFA: 3369,
Form: 14281,
},
{
Version: 'Beta 26',
Used: 238044,
XFA: 812,
Form: 3550
}
];
src:
http://telemetry.mozilla.org/