I am looking into using Test Studio for testing locally stored PDF files. The following page in your documentation ( https://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/open-and-read-pdf-file ) refers to a required third party .dll that is outdated.The iTextSharp library on GIT cannot be parsed in recent Visual Studio versions to produce the .dll. However, their more recent version, iText 7, can be parsed resulting in different .dll's than the one mentioned in your instruction, making it unclear for me which of these .dll's I ought to include in the project root folder and how to add them to my coded step. I don't think the previously shown...
using iTextSharp.text.pdf;
using iTextSharp.text.pdf.parser;
using System.IO;
... would work anymore, right? Would it therefore be possible to update the help page to show the recent version of this iText tool?
Of course I'd also appreciate anyone's help here in the forums as well! Thanks in advance!