Header/Footer Template with Images Issue

The scenerio is, impersonation is configured and we are using a word header/footer template for our PDF document. First the word document is saved to our file repository, during this process any image files that are contained in the word document are saved there as well. We later call the Pdf.Save() method which fails saying the user does not have access to the image file. This error only occurs when impersonation is configured AND there are images in the word document. I'm not sure where those image files are being created but it looks to be done in your code so I am guessing somehow the users credentials/access rights are not being passed on to those image files. Any work arounds would be helpful.

Hi,

Please share the resource file and the code snippet that you are using, so that we can test the issue at our end.