I have the following situation. I generate pdf files in libre office on ubuntu. The default font is Liberation Serif/Sans.
After that I run my application (with pdfbox) on windows and open that file from ubuntu. And I get a lot of exceptions. I suppose I have exception for every character! Because of these exceptions the program runs very slow on windows. So how to solve it? Maybe throwing exception on every characted is not good? -- Alex Sviridov

