if (mostRecentBlueprint != null) {
final byte[] blueprintBytes = mostRecentBlueprint.getContent();
final InputStream inputStream = new ByteArrayInputStream(blueprintBytes);
BlueprintTextRectangles blueprintTextRectangles =
SpaceBlueprintsDWGProcessor.getBlueprintTextRectangles(inputStream, spaceWithBlueprint, now, false, false,
true, false, null);
request.setAttribute("mostRecentBlueprint", mostRecentBlueprint);
request.setAttribute("blueprintTextRectangles", blueprintTextRectangles);