4344454647484950515253
paragraph.addPreformattedText(url); paragraph.addLinkEnd(); } else { paragraph.addPreformattedText(line); } paragraph.addNewline(); } } pluckerDocument.addRecord(textRecord); } catch (IOException e) { throw new HandlingException(e);