(Msg. 1) Posted: Mon Feb 04, 2008 6:43 am
Post subject: Exporting power point slide to JPG Archived from groups: microsoft>public>powerpoint (more info?)
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....
(Msg. 2) Posted: Mon Feb 04, 2008 8:06 am
Post subject: Re: Exporting power point slide to JPG [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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 :
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
"Michael Koerner" wrote:
> This should help.
> Improve PowerPoint's GIF, BMP, PNG, JPG export resolution
> http://www.pptfaq.com/FAQ00052.htm >
>
> --
> Michael Koerner
> MS MVP - PowerPoint
>
>
> "Aravind" wrote in message > 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...
(Msg. 3) Posted: Mon Feb 04, 2008 11:40 am
Post subject: Re: Exporting power point slide to JPG [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
In article , Aravind wrote:
> 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....
>
(Msg. 4) Posted: Mon Feb 04, 2008 11:34 pm
Post subject: Re: Exporting power point slide to JPG [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
> 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.
(Msg. 5) Posted: Mon Mar 24, 2008 4:20 am
Post subject: [Login to view extended thread Info.]
Hi guys,
I've been so annoyed by this export resolution problem, but my clever little brother found a way around it, working in PP 2007 including all service packs, and no regedit editing.
- Save the presentation as extended widows meta file (.emf), which includes all vector information.
- Then simply open the picture with your Windows Picture and Fax Viewer, and press the disk at the bottom to save as other formats like jpeg.
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum