Bug 43876 (Data-URLs)

Summary: Support for RFC 2397 (data URLs)
Product: LibreOffice Reporter: Gert van Valkenhoef <g.h.m.van.valkenhoef>
Component: LibreOfficeAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: enhancement CC: dennisroczek, g.h.m.van.valkenhoef, sasha.libreoffice
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 107733, 120581    

Description Gert van Valkenhoef 2011-12-16 01:50:54 UTC
All modern browsers support the href="data:..." URL scheme [1], as described in RFC 2397 [2]. This scheme allows the linked data to be placed inline in the HTML code. For example this could be a MIME (base 64) encoded PNG.

Implementation of this scheme would be incredibly useful for copy/paste of e.g. tables containing mixed text and (generated) images.

[1] http://en.wikipedia.org/wiki/Data_URI_scheme
[2] http://tools.ietf.org/html/rfc2397

(I'm willing to attempt an implementation if someone can point me to the right place to start.)
Comment 1 sasha.libreoffice 2012-04-30 04:22:15 UTC
Thanks for new idea
It is indeed interesting to place many small files in one big html and be sure that pictures will not lost after transferring to another comp.

> (I'm willing to attempt an implementation if someone can point me to the right
> place to start.)
Alas, I can not. Try search word "html" among names of source files. If it placed in folder "filter" then it is what we need, IMHO.
Comment 2 Jorendc 2013-01-27 20:36:25 UTC
I mark this enhancement request as 'NEW' because I can't find any duplicate so far.

I'm afraid I can't either provide any code pointers.