Does Document APIs support linearized PDF?
I want to know whether Document APIs support to show linearized PDF on Web page ? If yes, how can I use it ?
I want to know whether Document APIs support to show linearized PDF on Web page ? If yes, how can I use it ?
At this time, Embed API does not support byte streaming which is what you'd need to do page at a time download.
The full PDF needs to be downloaded. However, I have a CodePen here that shows how to postpone the display of the viewer until the first page is rendered. That way, you can have your own loading screen and the viewer isn't sitting there looking like nothing is happening.
Update: PDF Embed API now supports linearized PDF. See documentation here.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.