Libre Office supports basic html Tags and supports DATAURLs
I can create data urls in libreoffice, however they are not handled properly to open the data url. for example if i create a very basic data url to embedded a pdf. and click the link to open it. i get the following window.
image:
however if i use the preview in browser i can click the link and it will open properly.
my data url example is this:
<a href="data:application/pdf;base64,<--Base 64 document goes here-->">CLICK HERE</a>
Does anyone know how i might change how LO handles these types of links? It would be convenient for embedding pdfs.