Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IssueImport of slides containing images and diagrams
Description

Slides containing multiple images and/or diagrams are not imported correctly. This is due to limitations in the import engine PPTX2HTML which currently only supports line diagrams and a few image types (jpg, png, gif)

When a slide imports, input boxes are created for the missing diagram and images but they are empty. This creates additional difficulties for the user as they have to remove these empty input boxes before adding the missing content.

Reported byUPV, Soton
Tickets

Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-802
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-919
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-836
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-837
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-755

Owner
Action

Suggestion (Abi)..... add prepossessing to the import service so that diagrams and unsupported images are converted into images. Consider whether this should be in SVG format to allow images and diagrams to be editable.
Klaas: I agree. lets do this in gradual steps/separate tickets (e.g. "preproces/handle image format X"). I think this is also very related to work on the file/media service by Roy Meissner. I think 

Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-919
, which Dejan Paunović is working on, is related to diagrams. Luis Daniel Fernandes Rotger did a lot of work on both importing and showing diagrams in
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-802
.
SVG support is very important, we already did work on this, even in this sprint 
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-836
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-837
Jira Legacy
serverJIRA (slidewiki.atlassian.net)
serverId497b9b88-e2b8-32ee-be05-4d265f33883f
keySWIK-755
.  Currently the SVG info is imported, although not shown well or editable. I think we should start designing and implementing an overall/good solution to handle all SVG asap. The original slidewiki uses an external SVG editor.



IssueThemes and backgrounds are not imported
Description

Themes and backgrounds are removed on import. PPTX2HTML states they have basic support but we don't seem to be using it.

We need to build functions to allow users to import, edit and create themes.

Reported byUPV, Soton
Tickets
Owner
Action
  1. explore if import service can improve handling of background content and themes
  2. implement them chooser edit to SW

...