I have a client that wants to store large PDFs (>700MB) on SharePoint 2013. The problem is that viewing the PDF is currently requiring the entire PDF to be download before displaying the first page. I need the browser to display each page of the PDF as it downloads, a feature I believe Adobe calls "Fast Web View" or "Byte Streaming". Here is what I know:
- "Fast Web View" is enabled on the PDF document in the Document Properties window.
- I can verify that the PDF is "Linearized" by reading the ASCII content.
- I have checked the PDF reading options from the PDF Accessibility.
- The client has SharePoint 2013 on premise installed.
- SharePoint's File Handling is set to permissive.
- I have verified PDF is an AllowedInlinedownedMinme type of the Web Application.
Anything else I should check or configure?