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
jason.bradleyjason.bradley 

PDF in iframe, font too big, Firefox for mac

Hello,

 

I have a VF page that is rendered as a PDF and embedded within another VF page via an iframe so that I can interact with it via Javascript. For some reason, Firefox for mac is rendering the font much bigger than it should, forcing the text down to the next line and overwritting it. The PDF renders correctly in Safari, Firefox, Chrome and IE 9 for Windows as well as Safari and Chrome for mac, but for some reason Firefox for mac renders it differently. 

 

The only way I can think to fix this is the have a separate stylesheet with a smaller font size that is used when the user is using Firefox on a Mac. Is there an easier way of fixing this than that?