[Bug 59273] Unable to create pptx file by potx file using Apache POI

2018-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59273

--- Comment #3 from Andreas Beeker  ---
*** Bug 59061 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 59273] Unable to create pptx file by potx file using Apache POI

2018-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59273

Andreas Beeker  changed:

   What|Removed |Added

 Blocks||59061


Referenced Bugs:

https://bz.apache.org/bugzilla/show_bug.cgi?id=59061
[Bug 59061] How to create PPTX using power-point-template file
-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 59273] Unable to create pptx file by potx file using Apache POI

2016-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59273

Andreas Beeker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Andreas Beeker  ---
The content-type replacement was fixed via r1769220

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 59273] Unable to create pptx file by potx file using Apache POI

2016-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59273

--- Comment #1 from Andreas Beeker  ---
The trick is to change the content-type of the presentation:

ppt.getPackage().replaceContentType(
XSLFRelation.PRESENTATIONML_TEMPLATE, XSLFRelation.MAIN
);

... but the new content type is not saved.

I'm on it ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 59273] Unable to create pptx file by potx file using Apache POI

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59273

Dominik Stadler  changed:

   What|Removed |Added

 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org