I process a lot of html and transform it into PDF files. Before I can transform my html I have to detect if any of the images are referenced files. If it is a referenced file then I base64 encode them and replace the src with it....Right now I am relying ...