This one is https://ulfdittmer.com/pdfbox/Guide_HE.pdf <https://ulfdittmer.com/pdfbox/Guide_BW.pdf>
I can use PDFBox to fill in the fields on page 1, but not some of those on page 2 - they're not changed. Specifically, "Wohnanschrift im Ausland: Staat" and "Adresse" as well as "E-Mail-Adresse" and "Telefonnummer" The PDFBox Debugger shows those form fields, but the PrintFields example code ( https://github.com/apache/pdfbox/blob/trunk/examples/src/main/java/org/apache/pdfbox/examples/interactive/form/PrintFields.java) does not. Those 4 that I mentioned are not in its output, and using the field names from PDFDebugger does not work. Am I missing something, or is there more going on?