Hello,
Welcome to Microsoft Q&A!
Do we have any work around for this type of pdf to render?
First of all, yes, this behavior is related to these kind of PDF file. These PDF files might use some PDF features that the native UWP API does not support. So the PDF API can't render the blue part of the Page.
Currently, a workaround for this is to convert the specific PDF file to a new PDF file by browser. You could open your PDF file in Edge and printed it as a new PDF file. This might convert the blue part of the PDF file into a big image which could be rendered by the PDF API. So when opening the new PDF file, the app could generate the image correctly.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.