public _ITextRenderer() {
super();
ITextOutputDevice outputDevice = getOutputDevice();
ReplacedElementFactory replacedElementFactory = new ExtendedITextReplacedElementFactory(outputDevice);
SharedContext sharedContext = getSharedContext();
sharedContext.setReplacedElementFactory(replacedElementFactory);
}