Class EPSCleaner
- java.lang.Object
-
- 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
Constructors Constructor Description EPSCleaner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
cleanEps(byte[] blob)
-