Read PDF File using Protractor
Pre-requisite: To read pdf file, first we need to install pdf2json library. Step to install pdf2json Prerequisite : System should have nodejs Installed. Open COMMAND prompt and go to directory . Write npm i pdf2json and press enter. Once library is installed you will see below screen Below is the code which shows how to read PDF
Read more