Print Comments while saving to PDF with Golang via C++
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 provides 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.