Project

General

Profile

Defect #1331

Font pusher not called in webclient

Added by Sanneke Aleman almost 6 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Normal
Category:
velocity
Target version:
Start date:
06/05/2018
Due date:
% Done:

0%

Estimated time:
Browser (if web client):
chrome

Description

Could you change the line 1194 of VelocityReportProvider.Java to also be called in webclient?

public boolean js_installFonts(final Function function) {
if (application.getApplicationType() == IClientPluginAccess.CLIENT) {
if (getService() != null) {
final FunctionDefinition callback = (function != null) ? new FunctionDefinition(function) : null;
final FontPusher pusher = new FontPusher(callback);
application.getExecutor().execute(pusher);
return true;
}
}
return false;
}

History

#1

Updated by Patrick Talbot almost 6 years ago

  • Status changed from New to Feedback
#2

Updated by Patrick Talbot almost 6 years ago

  • Assignee set to Sanneke Aleman

This would mean that the fonts are pushed on the server side, which I think is not really needed/wanted, as you can always install fonts on a server you manage anyway?

#3

Updated by Patrick Talbot about 5 years ago

  • Status changed from Feedback to Rejected

Also available in: Atom PDF