Save Excel into PDF with Standard or Minimum Size
Contents
[
Hide
]
By default, Aspose.Cells saves Excel into PDF with Standard size. However, you can also save it with Minimum size using the PdfSaveOptions.optimization_type property. It accepts the following values
- PdfOptimizationType.STANDARD
- PdfOptimizationType.MINIMUM_SIZE
Save Excel into PDF with Standard or Minimum Size using Aspose.Cells for Python via .NET
The following sample code shows how you can save Excel into PDF with Standard or Minimum size using PdfSaveOptions.optimization_type property.