Hello,
I am trying to extract some text from a PDF to send to a webpage. The PDFs are always the same and the text to extract is always from the same field of the PDF.
I can successfully extract all of the text from the PDF into a variable text list, but when i try and return the specific line from the extracted text list i do not get the result i would expect,

The text extracted is successful

I then create a variable to return line 16 from the extracted text, i also tried just sending line 16 from the extractedPDF directly and found the same result, (i created the extra variable so i can see what text was being extracted from the PDF text list).

I receive the letter 'e' from line 16, where it should be the word 'test'.
If i try and extract text from line 15, i get the letter 'r' as my value,
any help greatly appreciated,
Neil