-
Notifications
You must be signed in to change notification settings - Fork 20
PowerPoint
- Script: https://github.com/szarnyasg/Technology-Cheat-Sheets/tree/master/PowerPoint
- Source: http://neilmitchell.blogspot.hu/2007/11/powerpoint-pdf-part-2.html
- File | Export | Create Reminders | Create (Fájl | Exportálás | Emlékeztetők létrehozása)
- Notes under the slides (Jegyzet a diák alatt).
- Include attached (Csatolt beillesztés) – if you select the other or do anything during the export, Word may crash. This could take time.
- In Word, remove the "Nth slide" text with the following regex:
<([0-9]@)>. dia^13^13
. (Replace with nothing.) Don't forget to select in the advanced settings, that this is regex. - Remove the unnecessary page breaks with the following regex:
^13^m^13
. (Replace with nothing.) Don't forget to select in the advanced settings, that this is regex. - Remove the unwanted double paragraphs, replace
^13^13
with^13
. - If you want the notes like paged slides, resize the page to the size of the included slide (
9,55 cm x 7,16 cm
). Set the margins to zero and dismiss the warning. - Don't forget to enable automatic hyphenation.
- Export the Word document to PDF.
- File | Save as | Tools | Saving Settings
- Scroll down till the end of the save settings.
- Embed fonts into the presentation.
- Decide whether you need every font glyph or just the ones already in the presentation.
If you save to OneDrive, this could be slow.
If you select a part of a slide and choose Save as picture from the local menu, the quality of the exported image will be low. Instead save the whole slide and crop if necessary.
- Registry change: http://support.microsoft.com/kb/827745
- Use Save as, select PNG
- If you select All, a folder is created with a PNG for each slide
- If you select Only this occurrence, a single file is created from the current slide
The default connector cannot be used to create sophisticated polylines and realignes automatically when you drag an endpoint. Instead you can use the Curve tool to create a polyline.
- Select the Curve from the Shapes
- Hold down
Ctrl
and click to start the polyline - Keep holding
Ctrl
and place points in the polyline. - Double-click or
Enter
to end the polyline. - You can move the points in the line through Format tab, Format shape and Edit points.
For managing complex slides, go to the Home tab on the ribbon. From the Editing group choose Select | Selection pane. This allows you to set the visibility of the objects on the current slide, thus allowing you to hide the objects you are not concerned with at the moment (e.g. when creating an animation).
See also http://www.powerpointninja.com/powerpoint-2007/new-selection-pane-will-keep-you-sane/.
If you change the footer or other parts of the Slide Master slides, sometimes you find that these changes do not appear on your slides. This happens if you changed something in your slides (such as deleted the footer). You can reapply the layout by right clicking on the slide and selecting Layout and the selected template.
If that still doesn't help, you can try deleting the problematic elements from your slide and re-add them through Insert.
This applies if you run PowerPoint in VMware on a Linux host machine. If you put a vector graphical image (e.g. an arrow) on the clipboard and switch to the host machine, the image gets rasterized. If you go back to the virtual machine an insert it, it will be inserted as a simple rasterized image.