A
Ata
Is there any way to directly create a PowerPoint slide from an image stream
without first saving the stream to a file and then using the Slide.AddPicture
method? I am currently obtaining an image stream and saving it as a .tif
file, which I then load to a slide by using Slide.AddPicture.
Also, when the byte stream is extremely large, the .tif file is also large
and the image that is written to the slide is compressed with a reduced zoom,
leading to loss of clarity. Is there any way I can overcome this?
Thanks,
Ajay.
without first saving the stream to a file and then using the Slide.AddPicture
method? I am currently obtaining an image stream and saving it as a .tif
file, which I then load to a slide by using Slide.AddPicture.
Also, when the byte stream is extremely large, the .tif file is also large
and the image that is written to the slide is compressed with a reduced zoom,
leading to loss of clarity. Is there any way I can overcome this?
Thanks,
Ajay.