@veerareddyc1015
The same favicon will be used for pages as well as PDF's
From the dispatcher end, you can apply below rewrite rule and allow .ico extension in filters
RewriteRule ^/favicon.ico$ /content/dam/test/favicon.ico [PT,L]
/0025 { /type "allow" /url "/content/dam/test/favicon.ico" }
Amanath Ullah