Programmatic way to include comments in pdf export?

  • Thread starter Thread starter Travis Brooks
  • Start date Start date
T

Travis Brooks

If I save a powerpoint 2007 presentation as pdf through the
application I have an option to "Include comments and ink markup" in
the publish options. If you check this then the pdf file it saves
includes an extra page with comments for every slide that has comments
on it. Is there some way to select this option through the interop
api?

I can save a pdf by calling something like:

presentation.ExportAsFixedFormat(FixedFormatType:
PpFixedFormatType.ppFixedFormatTypePDF, /* other params */);

But I'm not seeing anything that looks like it does the equivalent of
adding the comment pages to the export.

Thanks for any help!
 
I'm looking for the same thing. In both office interop 2007 and 2010 I haven't been able to find anything.
 
Back
Top