org.openoffice.da.comp.w2lcommon.filter

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

EPSCleaner()

Method Summary

byte[]
cleanEps(byte[] blob)

Constructor Details

EPSCleaner

public EPSCleaner()

Method Details

cleanEps

public byte[] cleanEps(byte[] blob)