PdfBox adding multiple images into pdf
问题 I try to add multiple images into a pdf with pdfbox 2.0.8, but currently only one will be added. I have two different images which should be attached to two different acrofields, but only the last one of my list will be added. This is my test function: @Test public void attachBulkImageToField(){ List<ImageData> data = new ArrayList<>(); data.add(new ImageData(signatureAusstellerField,signatureAussteller.toPath())); data.add(new ImageData(signatureDienstleisterField, signatureDienstleister