Forum Discussion
PBoelens_23
Jan 26, 2023Copper Contributor
Problem viewing PDF format (1.5) in application in Edge
Good morning, The last few weeks we received several complaints from our customers about a blurry pdf format that we show in our application. Yet nothing's wrong when we use it in an other webbro...
PBoelens_23
Feb 03, 2023Copper Contributor
Jeremiah-V
We use a pdf plug-in (embedded pdf), I guess standard pdf in Edge.
Sadly I don't have an example ready, because it would contain customer information.
Microsoft Edge: 109.0.1518.78 (Official build) (64-bit)
Command-line:
| "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --no-startup-window /prefetch:5 --flag-switches-begin --disable-features=WebContentsForceDark --flag-switches-end |
Is this enough information or am I missing something?
Kind regards, Patricia
Jeremiah-V
Feb 06, 2023Iron Contributor
The PDF feature team is asking if disabling the PDF thumbnail cache will mitigate the issue. The steps on how to do this can be found below. Again, thank you for your help on this, and please let me know if you have any questions about the process.
Page thumbnails can be disabled by using “—disable-features=”msPdfThumbnailCache” while opening Edge.
- Right click on the Edge shortcut icon.
- Click “Properties”.
- Go to “Shortcut” tab.
- In “Target” section, copy paste “—disable-features=”msPdfThumbnailCache”” at the end.
- Click “Apply”.
- Close the properties pop-up.
- Re-start Edge. (Make sure all the Edge processes have ended from the Task Manager.)
OR
- Open command prompt. (Search “cmd” in Windows search box)
- Navigate to the directory where Edge is present. (run “cd C:\Program Files (x86)\Microsoft\Edge\Application” in cmd prompt.)
- Run “taskkill /im msedge.exe /f” to kill all the Edge processes running currently.
Launch Edge using “msedge.exe –disable-features=”msPdfThumbnailCache”.