Print Comments while saving to PDF
Contents
[
Hide
]
Microsoft Excel allows you to print comments while printing or saving to PDF format with the following options
- None
- At end of sheet
- As displayed on sheet
Aspose.Cells for Python via .NET provide the PrintCommentsType enum to support the same feature. The PrintCommentsType enum has the following members
- PrintNoComments
- PrintInPlace
- PrintSheetEnd
Print Comments while saving to PDF
The following sample code illustrates how to use PrintCommentsType to print comments while saving to PDF.