In iText5 is was possible to parse HTML code into a phrase using xmlWorker. Now i have to switch from iText5 to iText7 and there is no xmlWorker any more.
Is it possible to parse HTML code (using a string) into a paragraph in iText7. Possibly using pdfHTML? An example would be nice. i am not an iText professional.