Exporting power point slide to JPG

A

Aravind

exported ppt slide to jpg by 2 ways

1. used vba export method to export the slide
but for higher resolution i.e. 1024 *1024 the image is shrinked and
blank color
appears on the left and the bottom of the image .
try to change in the regedit export resolution value ,still no luck

2.other method is save as other format from powerpoint , same result as
above .no luck


Powerpoint 2007 with service pack 1 installed . how to get good jpegs at
higher resolution with out shrinking the image....
 
M

Michael Koerner

This should help.
Improve PowerPoint's GIF, BMP, PNG, JPG export resolution
http://www.pptfaq.com/FAQ00052.htm


--
Michael Koerner
MS MVP - PowerPoint


exported ppt slide to jpg by 2 ways

1. used vba export method to export the slide
but for higher resolution i.e. 1024 *1024 the image is shrinked and
blank color
appears on the left and the bottom of the image .
try to change in the regedit export resolution value ,still no luck

2.other method is save as other format from powerpoint , same result as
above .no luck


Powerpoint 2007 with service pack 1 installed . how to get good jpegs at
higher resolution with out shrinking the image....
 
A

Aravind

i used this exported jpg(slide) from ppt in my Vb application to show it on
full screen (1280*800). early to installation of service pack 1 of 2007 , app
working fine for different resolutions.

after the installation of service pack 1 , image is exported from powerpoint
at higher resolution does not work
this is vba code of export menthod :

slides.export filename , fileformat , width,height

if height is or 800 and width 1200 then my exported image is not full
image with respected to the resolution set .. instead it defaults to 960*720
and remaing wth black color.

i tried rnr pptools ,still my exported jpg shows only 960*720 ,if i change
to higher resolution,still exporting @ 960*720
 
S

Steve Rindsberg

exported ppt slide to jpg by 2 ways

1. used vba export method to export the slide
but for higher resolution i.e. 1024 *1024 the image is shrinked and
blank color
appears on the left and the bottom of the image .
try to change in the regedit export resolution value ,still no luck

2.other method is save as other format from powerpoint , same result as
above .no luck

Powerpoint 2007 with service pack 1 installed . how to get good jpegs at
higher resolution with out shrinking the image....

It's a new bug introduced by SP1.

See my reply to "BobAtTrinity" a few messages up.
 
S

Steve Rindsberg

i tried rnr pptools ,still my exported jpg shows only 960*720 ,if i change
to higher resolution,still exporting @ 960*720

Yes, I'm afraid so ... because of the same bug you ran into with your code, Image Export limits
the maximum resolution from PPT 2007/SP1 to the resolution it will support w/o mangling the
images.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top