Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Creating New slide using Existing slide

Last post 02-08-2010, 12:56 AM by Mudassir. 1 replies.
Sort Posts: Previous Next
  •  02-06-2010, 3:51 AM 221085

    Creating New slide using Existing slide .NET

    Attachment: Present (inaccessible)
    Hello,

    We are using trail version aspose.slide.As per our requirement we have standard PPT  template with different columns and rows will be there to generate PowerPoint.Please find sample template in the attachment.we have to use the existing template with dynamic data in all cells.We are facing  problem if the text is large.The table height is increasing than slide height.We are not able to use Clone slide method.
     
  •  02-08-2010, 12:56 AM 221152 in reply to 221085

    Re: Creating New slide using Existing slide

    Dear Rajesh,


    Thanks for your interest in Aspose.Slides.


    The issue of table height exceeding the slide height, when a large text added in table is related to MS PowerPoint.  Please use the following code snippet for cloning the PPTX slide.


                //Opening a PPTX presentation

                            PresentationEX pres=new PresentationEX(“Temp.pptx”);

                //Accessing a slide at index 1

                            SlideEx slide=pres.Slides[1];

                //Cloning the selected slide at the end of the same presentation file

                            pres.Slides.AddClone(slide);


    We are sorry for the inconvenience.



    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
View as RSS news feed in XML