function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TaddTadd 

Photos on VF Page Not Rendering to PDF

 I have created a Visualforce page and then set it to render as a pdf to facilitate printing. The page has several images, some that are on the SF server and some that are on our own web server. When the pdf is created, the images on the SF server are generated but the images from our server do not show up. How can I fix this?
gjtorikiangjtorikian
What is your code? Ideally you should be using static resources to display your images, or the <apex:image> tag.