As shown in https://github.com/flyingsaucerproject/flyingsaucer/issues/444: when FS encounters such an image in html: ```html <img th:src="PR12345678" type="code128" style="height: 100px"/> ``` it could replaced it by generated BarCode. Basically, we need to add `BarcodeReplacedElementFactory` from https://github.com/flyingsaucerproject/flyingsaucer/issues/444 to FS codebase.