Reading PDF file using javascript

后端 未结 2 1054
囚心锁ツ
囚心锁ツ 2020-12-05 15:24

I\'m currently developing an application that would Copy/Transfer a sentence/paragraph from a PDF file to my program. I\'m using Javascript to develop my progra

2条回答
  •  清歌不尽
    2020-12-05 16:04

    Check out PDF.js, it's a commonly used JavaScript library that contains a lot of methods for PDF manipulation.

    Check out this answer to see a demonstration of how to extract text using pdf.js.

提交回复
热议问题