How to show line by line data in div when reading the data from large pdf file?
I have created an application, where I import large pdf file and append data line by line in div but application displays all lines after whole process of for loop.
But I want line by line display in div instead of whole at end of the process.