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!
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!