Can’t get ‘thermometer’ to display when using adobe reader DC.
Can’t get ‘thermometer’ to display when using adobe reader DC. It does display when using Adobe professional version.
Below is sample code I’m using.
var t = app.thermometer;
t.duration = doc.numPages;
t.begin();
for (p=0; p<doc.numPages; p++)
{
t.text = "Searching … page " + p + "/" + doc.numPages;
}
t.end();
