Try using "Template" action and construct your text with hyerlinks than paste it to page.
Other option is to create simple LOCAL html page somewhere on your hard disk with
desired text and links, than open that local html page in another tab in BAS and than copy
from that tab to the tab where you are working.
Конвертация PDF в текст
-
Добрый день, каким образом можно реализовать конвертацию PDF в текст без использования сторонних сервисов. Я нашел на гитхабе https://github.com/hubgit/hubgit.github.io/tree/master/2011/11/pdftotext этот javascript код, но не разобрался, как его настроить.
-
в npm есть либа https://www.npmjs.com/package/pdf-parse, подключить ее и выполнить код в Nodejs.