I want to use the entire text from a .srt file for an android app.
One way of doing this was to:-
- open the file in an app downloaded from the play store called "Subtitle Editor" and save it as a .txt file.
2.Open this .txt file in "Polaris Viewer 4.1".
3.Select text by double-tapping the screen and then adjusting the selectors.
But in this manner, I was allowed to select only a maximum of one page at a time due to a limit on clipboard/Polaris Viewer capacity.
Thus, in order to select the entire text from a .srt file which is atleast 10 pages, I need to repeat this process for each of the 10 pages.
Hence, this is very cumbersome.
Is there any other workaround/solution by which I might be able to do this..??
The solution can be both programmatical or use a software to do so... Thanks.