Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-11-2010, 09:51 AM
spartacus spartacus is offline Saving as Image Windows 7 Saving as Image Office 2007
Novice
Saving as Image
 
Join Date: Nov 2010
Posts: 1
spartacus is on a distinguished road
Default Saving as Image


Hi guys,

I draw a rounded rectangle 1084 x 3450 in PowerPoint 07 and saved it as JPEG. However, I have seen that only half of the image has been saved on my computer. I compressed the image - even down to 96 dpi - but no way. How can I fix this?
Reply With Quote
  #2  
Old 11-16-2010, 08:23 AM
Diabl0570 Diabl0570 is offline Saving as Image Windows 7 Saving as Image Office 2007
Novice
 
Join Date: Nov 2010
Posts: 13
Diabl0570 is on a distinguished road
Default

this code worked great for me hope it helps you:

Code:
Sub ExportMe()
    Dim ExportPath As String   ' drive:\path to export to
    Dim Pixwidth As Integer    '  size in pixels of exported image
    Dim Pixheight As Integer
    Dim oSlide As Slide

    ' Edit to suit
    Pixwidth = 1024    '  arbitrarily ... set whatever value you like here

    ' Set height proportional to slide height
    Pixheight = (Pixwidth * ActivePresentation.PageSetup.Slideheight) / ActivePresentation.PageSetup.Slidewidth

    ExportPath = ActivePresentation.Path & "\"

    Set oSlide = ActiveWindow.View.Slide
    With oSlide
        .Export ExportPath & "Slide" & CStr(.SlideIndex) & ".JPG", "JPG", Pixwidth, Pixheight
    End With

End Sub


Greets, Diabl0
Reply With Quote
  #3  
Old 11-24-2010, 08:29 PM
steverindsberg steverindsberg is offline Saving as Image Windows XP Saving as Image Office 2010 (Version 14.0)
Novice
 
Join Date: Nov 2010
Location: Cincinnati, OH, USA
Posts: 1
steverindsberg is on a distinguished road
Default

Quote:
Originally Posted by spartacus View Post
Hi guys,

I draw a rounded rectangle 1084 x 3450 in PowerPoint 07 and saved it as JPEG. However, I have seen that only half of the image has been saved on my computer. I compressed the image - even down to 96 dpi - but no way. How can I fix this?
Have you applied Service Pack 1 for Office 2007? If so, it includes a bug that messes up exported images. Service Pack 2 fixes the problem.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Line appearing over left and top of image when saving rs14smith Word 17 01-04-2012 11:02 AM
Saving Addresses oriole6 Word 0 03-30-2010 02:16 PM
problem with a saving doc grigdordik Office 0 08-06-2009 07:09 AM
Saving as Image Saving Word files as PDF catbags Word 2 03-20-2009 12:42 PM
Saving Just one page.... derr04 Word 1 09-21-2007 10:46 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:31 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft