Bubble Tracking

I looking to see have to convert Word documents with bubble tracking to PDF. The track changes show up in the PDF but the bubble tracking does not. It should look like print preview in Word.image.png (9.1 KB) Is there a way to do this?

Figured it out, I needed to turn it on:

        doc.LayoutOptions.RevisionOptions.ShowRevisionBalloons = true;

@peernet

Thank you for your inquiry.

Yes Document Layout Revision Options is the way to show or hide revision balloons.