Script/Macro to automate conversion from PPT to PS

M

Marc Tanguy

Hi all,

i'd like some help to automate a conversion process of Powerpoint files to
PostScript format. We are an association of students and we are proposing a
database of courses. We need to propose PPT and PS files.

I'm not a VB hacker but i already made scripts to convert Word to PS by
printing. I suppose i can do the same with Powerpoint. I need a GPL'ed
solution, we cannot afford an expensive solution.


The solution should be a script.

Thanks, Regards

Marc Tanguy

PS : you can answer by mail and in french if you want to.
 
S

Steve Rindsberg, PPTMVP

To get started, Marc, install a PostScript driver then start PowerPoint and
record a macro while you:

Open a presentation
Choose File, Print
Set print options
Print
Close the file

That should give you the basis of what you need to script the whole thing.

--

Steve Rindsberg PPT MVP
PPTLive ( http://www.pptlive.com ) Featured Speaker
PPTools: http://www.pptools.com
PPT FAQ: http://www.pptfaq.com
 
M

Marc Tanguy

Hi all,
To get started, Marc, install a PostScript driver then start PowerPoint
and record a macro while you:

Open a presentation
Choose File, Print
Set print options
Print
Close the file

That should give you the basis of what you need to script the whole thing.

--

Steve Rindsberg PPT MVP
PPTLive ( http://www.pptlive.com ) Featured Speaker PPTools:
http://www.pptools.com
PPT FAQ: http://www.pptfaq.com


Thanks but until here its the same on MSWord. The problem is to launch
this macro. On powerpoint, there's no /m options :-(

Marc
 
S

Steve Rindsberg, PPTMVP

S

Steve Rindsberg, PPTMVP

Microsoft has an article that explains how to automate PowerPoint
Or, from inside Word with VBA.

Yes indeed. Thanks.

With a few modifications, the same code can generally be used from VB or any
VBA app.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top