Hi,
After simple open/save routine this Exception is being thrown: java.lang.IllegalArgumentException: The image format is not supported. FileFormat=UNKNOWN
Can you please check this out?
Thanks,
Zeljko
Thanks,
Zeljko
Code:
Document doc = new Document(“Test.doc”);
doc.save(“TransTest.doc”);