PDFBox U+00A0 is not available in this font's encoding
问题 I am facing a problem when invoking the setValue method of a PDField and trying to set a value which contains special characters. field.setValue("TEST-BY (TEST)") In detail, if my value contains characters as U+00A0 i am getting the following exception: Caused by: java.lang.IllegalArgumentException: U+00A0 is not available in this font's encoding: WinAnsiEncoding A complete stracktrace can be found here: Stacktrace I currently have set PDType1Font.TIMES_ROMAN as font. In order to solve this