Sub Test() ActiveDocument.PDFSettings.Linearize = True ActiveDocument.PublishToPDF "C:\MyDocument.pdf" End Sub