C# iTextSharp stream PDF to browser and control zoom in IE
问题 I am having trouble streaming my PDF to the browser and displaying the correct size. It actually works fine in Firefox, Chrome, Safari but for some reason IE wants to set my zoom level to 662%. If I manually set it to "Actual Fit" it looks like it does in all the other browsers. IE is setting to "Fit Width" I am not sure if I am missing something and that is why IE is doing it's own thing. My code is as follows: using (MemoryStream memoryStream = new MemoryStream()) { Document oDocument = new