1
PDF Pictures
Question asked by Dennis S. - 8/9/2019 at 6:39 AM
Answered
Hello there I'm implementing DocumentUltimate in a Project at the moment
Today I've noticed that on the deployed version PDF with pictures render without the pictures. On my Local instance, it works just fine. I also looked into the APP_DATA Document cache and the PDF's in there are completely fine.

We're using .NET 4.5.2 Webforms its deployed on a Server with Microsoft IIS

1 Reply

Reply to Thread
0
Dennis S. Replied
Marked As Answer
Solved -
for people having the same problem, in my case it was the content security policy that was missing: ( image-src 'self' blob: ) I added it to the Web.config and now it works fine

Reply to Thread