Urgent: How to embedd fonts with PPT Programatically?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am into PPT Automation.

I initially tried to run "Pack & Go" wizard programatically but then
realised that I will not be able to do so.

So, I am now trying to simulate "Pack & Go" wizard. I want to know how can I
programmatically embedd fonts with my PPT, so that If I take that PPT to some
other PC (without fonts used in PPT) then also it will work fine showing me
the correct fonts in the second PC.

Please help. This is urgent.

Thanks.
 
technoknight,
you can embed the fonts by doing these:
On the File menu, click Save As.Click the Tools menu in the toolbar at the
top of the Save As dialogue box. On the pup up menu, click Embed TrueType
Fonts. then press OK.
Please note that Embed fonts will increase the size of your presentation.
 
The 3rd argument in the SaveAs method call determines if the font is to be
embedded or not.
 
Back
Top