Summary: | Arrows do not have a "tips" when converted to image. | ||
---|---|---|---|
Product: | POI | Reporter: | Dmitry Zamula <club.brantner> |
Component: | HSLF | Assignee: | POI Developers List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 3.8-FINAL | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | All | ||
Attachments: |
Test source file (ppt)
result of converting |
Created attachment 28722 [details]
result of converting
|
Created attachment 28721 [details] Test source file (ppt) In the attached PPT, when converted to image, the arrowtips does not come. Draws only the lines. Apache POI 3.8 public class Main { public static void main(String[] args) { String input[] = {"D:\\Test.ppt"}; try { PPT2PNG.main(input); } catch (Exception ex) { ex.printStackTrace(); } } }