11
History.md
11
History.md
@@ -1,6 +1,15 @@
|
|||||||
- 461
|
- 461
|
||||||
- 463
|
- 463
|
||||||
|
- PR 456
|
||||||
|
- #467
|
||||||
|
- #468
|
||||||
|
- #469
|
||||||
|
- #471
|
||||||
|
- #473
|
||||||
|
- #476
|
||||||
|
- #482
|
||||||
|
- #423
|
||||||
|
- 465
|
||||||
2.13.0
|
2.13.0
|
||||||
=======
|
=======
|
||||||
2024-08-28
|
2024-08-28
|
||||||
|
|||||||
@@ -732,12 +732,13 @@ public class Main {
|
|||||||
ze.disableFacturX();
|
ze.disableFacturX();
|
||||||
}
|
}
|
||||||
|
|
||||||
ze.setXML(Files.readAllBytes(Paths.get(xmlName)));
|
|
||||||
|
|
||||||
for (FileAttachment attachment : attachments) {
|
for (FileAttachment attachment : attachments) {
|
||||||
ze.attachFile(attachment.getFilename(), attachment.getData(), attachment.getMimetype(), attachment.getRelation());
|
ze.attachFile(attachment.getFilename(), attachment.getData(), attachment.getMimetype(), attachment.getRelation());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ze.setXML(Files.readAllBytes(Paths.get(xmlName)));
|
||||||
|
|
||||||
ze.export(outName);
|
ze.export(outName);
|
||||||
System.out.println("Written to " + outName);
|
System.out.println("Written to " + outName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user