Create an extension which makes it possible to convert text/tspan correctly into sth editable after using the PDF import. Problem: after PDF import, text is often not correctly editable. Take the following example:
to make editable text, we need to remove x and y attributes from tspan and maybe from text; additionally larger text is split up in a lot of certain tspan elements. It would be good to merge them info one text block.
Create an extension which makes it possible to convert text/tspan correctly into sth editable after using the PDF import. Problem: after PDF import, text is often not correctly editable. Take the following example:
to make editable text, we need to remove x and y attributes from tspan and maybe from text; additionally larger text is split up in a lot of certain tspan elements. It would be good to merge them info one text block.