Programmatic way to include comments in pdf export?

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

Josh

I'm looking for the same thing. In both office interop 2007 and 2010 I haven't been able to find anything.
 

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