Class 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

      Constructors 
      Constructor Description
      EPSCleaner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)