Web page shows Junk/gibberish characters after the user prints a PDF file.
This issue occurs if the PDF is printed from Acrobat (reader or Professional) and the PDF does not have the font embedded into the PDF file. And also seems that occurs only when the PDF has special characters and accented characters. It occurs only with the PDF does not have the font embedded into the PDF file. Print PDF is corrupting the local Arial font when the user is printing the file.
After research we had below analysis, End users are using Adobe Acrobat reader to print the PDF that does not have the font embedded into the PDF file . Print action creating some temp files "C:\Users\<Username>\AppData\Local\Temp\acrobat_sbx" location like "Z@xxxxx.tmp" which is causing the junk characters on the web page.
if we rename "Z@xxxxx.tmp" file to "Z@xxxxx.old" then web page is rendered properly.
Can you please look into this issue from the Adobe side. we are using below Css to load the Arial font.
@11220649-face {
font-family: Arial;
src: local("Arial");
}
