I use PDFNet (version 9.308007) to convert pdf files into text format. Recently needed to upgrade from Ubuntu 16.04 to Ubuntu 20.04. The problem is that words changed order in output files when convert with PDFNet on Ubuntu 20.04. For ex.:
Ubuntu 16.04
'\r\n -$14,309.29\r\n Payment - 12/19/2022 - Thank You;
Ubuntu 20.04
'Payment - 12/19/2022 - Thank You -$14,309.29\r\n'
I need words order exactly as in first variant (Ubuntu 16.04). Will be very grateful if there will be at least some hints where to dig further.