Hi Team,
Hi Haresh,
Thanks for getting back to us.
I have observed your comments and like to share that Aspose.Slide allows to add the slides and text inside the presentation no matter from which source the text arrives. You need to devise mechanism on your end to fetch the textual information from your source and then use either Aspose.Words or Aspose.Slides to populate that text in Word or PowerPoint presentation respectively as per your convenience using standard API methods. Please try using following sample code to serve the purpose on your end.
Many Thanks,
Hi Mudassir,
- Create an PPT presentation using Aspose.Slides.
- Add some image placeholders to it with some absolute URLs.
- Add some text blocks to it with some absolute URLs.
- Save the PPT presentation.
- Download the presentation.
- When the user opens the downloaded presentation, the images are pulled from the server as the URL specified is a web URL, so when the images change on the server, we see new images in the downloaded file as well. (This is already implemented and is working fine)
- The text for the PPT is also pulled from the server. So when the text changes are done on the server, the PPT file which was downloaded earlier too has the latest updated content without forcing the user to download a fresh copy of the PPT file (This is what we wish to achieve.)
Hi Haresh,
I have observed your requirement and like to share that in case of image you set the path of image as URL. So, when you load the presentation the images are loaded from the URL. However, this is not applicable in case of text as text is set in text frames and there is no option of linked test even in PowerPoint. The approach that you can adopt on your end is to update the text in the desired fields as soon as it gets changed on your server and you generate the presentation based on updated data in server. There is no option of run time changing of text. Even in PowerPoint the requested support is not possible. If you are able to use achieve this using PowerPoint then please share with us and I may add that as investigation in our issue tracking system.
Many Thanks,
Thanks for the response Mudassir.
Hi Haresh,
I have discussed the possibility of linked text frame in Aspose.Slides with our development team and regret to share that there is no such option available in PowerPoint even to achieve this. The requested support is not possible using Aspose.Slides as well as PowerPoint. You may please devise some alternative approach on your end to achieve the goal.
Many Thanks,