Gets the embedded fonts created by a print job.
fontSavePath
Path of folder to copy fonts to
jobId
job id
An array of strings that contain the name of the embedded fonts.
Printing from certain application (like adobe) require some embedded fonts to be present on the machine in order to save the file correctly, using this function the user can get the fonts sent to the printer from printing.
The user can then install, copy, move, and uninstall these fonts.
This function should be used in the JobEvent, and only in the job end stage.
Refer to RemoteData example.