Powerpoint: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Generate PDF slides from Powerpoint Presentation == |
== Generate PDF slides from Powerpoint Presentation == |
||
* Requires |
|||
* |
** '''Primo PDF''' |
||
** '''pdftk''' (on Cygwin) |
|||
* In Powerpoint, open '''Print Setup''', |
* In Powerpoint, open '''Print Setup''', |
||
** Click '''Properties''', |
** Click '''Properties''', |
||
Line 6: | Line 8: | ||
*** Click '''Advanced...''', in Paper/Output, select '''Postscript Custom Paper Size''', set '''Width=3.78in''' and '''Height=5.04in'''. |
*** Click '''Advanced...''', in Paper/Output, select '''Postscript Custom Paper Size''', set '''Width=3.78in''' and '''Height=5.04in'''. |
||
** Click '''Scale to fit paper'''. |
** Click '''Scale to fit paper'''. |
||
* '''Print''' |
|||
* When printing, in ''PrimoPDF'' PDF Settings, select '''Screen''', or '''EBook''' for better quality. |
|||
* When ''PrimoPDF'' window opens, select '''Print'''. |
|||
** ''Note: Seems that Screen, or EBook settings break bitmap pictures. |
|||
* Rotate the generate PDF to make it landscape. In ''Cygwin'', |
|||
<div style="padding-left:2em;"><source lang="bash">pdftk in.pdf cat 1-endE output out.pdf |
|||
</source></div> |
|||
== Macro == |
== Macro == |
Revision as of 12:51, 31 March 2009
Generate PDF slides from Powerpoint Presentation
- Requires
- Primo PDF
- pdftk (on Cygwin)
- In Powerpoint, open Print Setup,
- Click Properties,
- Select Landscape.
- Click Advanced..., in Paper/Output, select Postscript Custom Paper Size, set Width=3.78in and Height=5.04in.
- Click Scale to fit paper.
- Click Properties,
- When PrimoPDF window opens, select Print.
- Note: Seems that Screen, or EBook settings break bitmap pictures.
- Rotate the generate PDF to make it landscape. In Cygwin,
pdftk in.pdf cat 1-endE output out.pdf