Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#6

Re: [VBA?] Graphiken aus PowerPoint extrahieren

  Alt 17. Jun 2008, 07:48
Mit Openoffice (Quelle)

Zitat von andva:
There is another, slightly more convoluted way to do it:

1) Open the PPT file in OpenOffice.org
2) Save as ODP (native OpenOffice Impress format)
3) The .odp file is essentially a .zip file in disguise. Open the .odp file you just saved with any utility which handles .zip files, such as 7-zip or Winzip. Changing the extension to .zip might help (as well as using Linux )
4) Within the ODP/ZIP file, all the images in the PPT file will be in a folder called Pictures.

Advantages to this method: You are not forced to use PowerPoint, and (most importantly) the images won't be altered or reduced - you get them in their raw, full resolution goodness.

Zitat:
The save as html solution does not always work the best because it does not save the original size of the images. ANDVA's solution does and works beautifully. You don't have to sift through a bunch of htm, gif, xml files and go nuts. All you do is open the Pictures folder and voila, it's all there!
Thomas
  Mit Zitat antworten Zitat