org.openoffice.da.comp.w2lcommon.filter
Class EPSCleaner

java.lang.Object
  extended by org.openoffice.da.comp.w2lcommon.filter.EPSCleaner

public class EPSCleaner
extends java.lang.Object

This class removes redundant binary information from EPS files created by OOo. See the issue http://qa.openoffice.org/issues/show_bug.cgi?id=25256 According to this message http://markmail.org/message/dc6rprmtktxuq35v on dev@openoffice.org the binary data is an EPSI preview in TIFF format TODO: Is it possible to avoid this export?


Constructor Summary
EPSCleaner()
           
 
Method Summary
 byte[] cleanEps(byte[] blob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPSCleaner

public EPSCleaner()
Method Detail

cleanEps

public byte[] cleanEps(byte[] blob)