Create Ppt from template

Hi,

I have created a template presentation. I attached that one.

Now using aspose, can i insert values dynamically into that fields?

How to do that?

Thanks,
Raj.


Hi Raj,

I have observed that you have inquired similar question in another thread as well. I have seen attached presentation and have found tables and autoshape objects in it. You need to set alternative text property for every shape and for that you need to keep track as well in your code. Using Alternative text property is actually giving name to shape so that you may find and access that. Once that is accessed, you can then add or update the text inside that respectively. Please visit the below documentation section links for working with table and text frames.

I am hopeful the information will be helpful to you.

Best Regards,

Hi,


Thanks very much.

Few more things:

If you see the attached File:

1. Under the Name, It is a table consists of three rows, but some times, it might be five or more rows also… Then I tried to clone the rows using InsertClone(), but the problem is its overriding the below table. How to overcome that ?

2. Under the description, if the text field contains description with more number of words then it is overwriting below table. How to overcome that?

Thanks,
Raj.


Hi Raj,

I have observed the same inquiry from you in another forum thread as well. Please refer to this thread link for your further kind reference.

Many Thanks,