Hello ,
We are using spire pdf for java (11.7.0) to generate factur X document.
One requirement for embedded xml file is to have some information registered in the attachment associated dictionnary
If we use the Attachament.setFieldValue (String,String) methods , the information is not recognized by factur-x validator (it seems not to add information in the file dictionnary )
We founded an Attachment.getDictionnary() public method but it return an obsfucated object without any method associated ...
how can we manipulate attachment associated dictionnary ??