make PDFAttachZUGFeRDFile redundant, closes #43
This commit is contained in:
@@ -389,8 +389,9 @@ public class ZUGFeRDExporter implements Closeable {
|
|||||||
* @param zugferdData
|
* @param zugferdData
|
||||||
* XML data to be set as a byte array (XML file in raw form).
|
* XML data to be set as a byte array (XML file in raw form).
|
||||||
*/
|
*/
|
||||||
public void setZUGFeRDXMLData(byte[] zugferdData) {
|
public void setZUGFeRDXMLData(byte[] zugferdData) throws IOException {
|
||||||
this.zugferdData = zugferdData;
|
this.zugferdData = zugferdData;
|
||||||
|
PDFattachZugferdFile(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user