opening a large pdf files on web

后端 未结 5 1503
终归单人心
终归单人心 2021-01-15 12:56

I have a 27MB pdf file which is hosted in web. When I try to open it, it takes times to open it. So Is there any way where I can view this large pdf file a bit fast. I guess

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-15 13:57

    One option is to use a pdf library like JPedal to render the page images from the PDF on the server side, and then (through AJAX) present the images to the client.

提交回复
热议问题