PDF Previewing and viewing

后端 未结 2 675
不知归路
不知归路 2021-01-05 12:36

I\'m creating a document viewing web application. You log in and it takes you to a screen where you have all your docs listed on the left. I want to make it so that when y

2条回答
  •  迷失自我
    2021-01-05 12:56

    Here I render the jpeg thumbnails of the first page of the pdf document when a file is uploaded. When the user clicks he can download the document (or open them direcly in the browser) to read and print them.

    Update: to create the thumbnails I used a .net component called PDFView4NET from O2Solutions

提交回复
热议问题