Regarding to replicate the br

Hi,

1) I am developing application using C#.net and Aspose tools. Here, I want to know how to replicate the br with aspose. i.e., the user will enter the description in WYSIWYG, here user can hit the enter button will produce
in string and this will show to the textbox what he entered, but here the word
is also appearing in the PPT generated, how to overcome this problem.

2) Through Aspose, Is there any facility to resize the image whenever user uploads the picture image?

Regards

Raghu Veer Gupta

Hello,

1. It’s not possible to insert any html tags to text boxes. You should create new text Paragraph instead. For detailed information how to work with text please read programmer’s guide and check our demos.

2. You only need resize PictureFrame. Image will be scaled automatically by MS PowerPoint.