wordpress hit counter
creating a pptx file using java - Java - Development Tools - OpenXML Developer

creating a pptx file using java

Development Tools

Discussions about working with Open XML using a wide range of development tools

creating a pptx file using java

  • rated by 0 users
  • This post has 1 Reply |
  • 0 Followers
  • i've tried creating a pptx file in java but for some reason i can not open this using powerpoint viewer 2007. Not sure if the zip file i create is compatible with what powerpoint is expecting. Has anyone seen this problem before? thanks

  • Hi,
    To view a pptx file using powerpoint viewer 2007 properly it should atleast have(if the file is not having any slide)
    a presentation part,content_types.xml and relationship file.Please check if you are creating them properly.

    If your document is getting corrupted,the reasons can be:

    1.If schema is being violated anywhere
    2.Relationship Id does not match with parts
    3.Error in content_types.xml file
    4.Error in parts (presentation.xml or any other parts)
    5.Mismatched link between slide master-slide layout/slide layout-slide etc.

    Please check the above issues for your document.
    You can share your document with me for analysis.

    Mallika

Page 1 of 1 (2 items)