Problem
When you prints anything from your browser the result of the printer is blank.
Solution
Open Your command prompt in Administrator mode,
Creating a /Low directory through command prompt
mkdir “%userprofile%\AppData\Local\Temp\Low”
Give the integrity level to Low to make sure that IE and others browser can access that folder. In the same command prompt windows type this command.
icacls “%userprofile%\AppData\Local\Temp\Low” /setintegritylevel low
Restart your browser, good luck!