Hi,
When we upload a docx file, we are getting value as "Payne v. Kassab" properly.
But when we upload a pdf file, we are getting value as "Kassab" from the below code
if (run.getFont().getItalic()) {
int position = text.indexOf(run.toString(SaveFormat.TEXT), paraCount);
System.out.println(text);
}
Please help us on this.
Please find attached docx and pdf file for reference.