if (settings.paste_postprocess) {
            editor.on('PastePostProcess', function(e) {
                settings.paste_postprocess.call(self, self, e);
            });
        }