- Why I get an exception when trying to load a PPT file?
- Is it possible to print the Presentation slides?
- Does adding audio and video to a Presentation is supported?
- What measure does Essential® Presentation use to add slide elements such as textbox, shape, picture and charts?
- Does Essential® Presentation supports cloning a slide in the Presentation?
- Could not find Syncfusion.OfficeChartToImageConverter assembly in .NET 3.5 Framework, does it mean there is no support for chart conversion in this framework?
- Can chart data be refreshed?
- Is it possible to convert 3D charts to PDF or image?
- How to improve the image quality while converting the Presentation slides to image?
- What are the NuGet packages to be installed to perform PowerPoint Presentation to PDF conversion in Linux OS?
- Multithreading
Contact Support
FAQ’s for PowerPoint Presentations
27 Mar 20252 minutes to read
The frequently asked questions in Essential® PowerPoint Presentations are listed below.
Why I get an exception when trying to load a PPT file?
The current version of Presentation library supports only .PPTX format - Microsoft Office 2007 and later version.
Is it possible to print the Presentation slides?
Yes, you can print the PowerPoint presentations by using its ability to convert the slides as images and by using the PrintDocument
Does adding audio and video to a Presentation is supported?
At present, there is no support to add audio and video to Presentation by using Essential® Presentation library.
What measure does Essential® Presentation use to add slide elements such as textbox, shape, picture and charts?
We use Points to add any slide elements in a Presentation.
Does Essential® Presentation supports cloning a slide in the Presentation?
Yes, Essential® Presentation library supports cloning as follows:
- Slide in the Presentation can be cloned from one Presentation to another or within a same Presentation.
- An entire Presentation can also be cloned as an independent copy of the original.
Could not find Syncfusion.OfficeChartToImageConverter assembly in .NET 3.5 Framework, does it mean there is no support for chart conversion in this framework?
Yes, OfficeChartToImageConverter assembly is not supported in .NET 3.5 Framework and it is available from .NET 4.0 Framework.
Can chart data be refreshed?
Yes, Essential® Presentation supports refreshing the chart data. For more details, refer to Working with charts
Is it possible to convert 3D charts to PDF or image?
Current version of the Essential® Presentation library does not provide support for converting 3D charts to PDF or image format.
How to improve the image quality while converting the Presentation slides to image?
You can improve the quality of converted images by specifying the image resolution. Refer – Converting PowerPoint presentation to Images
What are the NuGet packages to be installed to perform PowerPoint Presentation to PDF conversion in Linux OS?
In Linux OS, perform PowerPoint presentation to PDF conversion using the .NET Core (Targeting .netcoreapp) application. Refer to PowerPoint presentation to PDF conversion NuGet packages to know about the packages required to deploy the .NET Core (Targeting .netcoreapp) applications with PowerPoint presentation to PDF conversion capabilities.
In addition to the previous NuGet packages, your application needs to install the following NuGet packages.
Version | NuGet packages to install |
---|---|
From v28.2.3 |
SkiaSharp.NativeAssets.Linux v3.116.1 |
From v27.2.2 |
SkiaSharp.NativeAssets.Linux v2.88.8 |
From v23.1.40 |
SkiaSharp.NativeAssets.Linux v2.88.6 |
From v20.3.0.56 |
SkiaSharp.NativeAssets.Linux v2.88.2 |
From v20.1.0.x |
SkiaSharp.NativeAssets.Linux v2.88.0-preview.209 |
From v19.4.0.x |
SkiaSharp.NativeAssets.Linux v2.80.2 NuGet |
From v18.4.0.x to 19.4.0.x |
SkiaSharp.NativeAssets.Linux v2.80.2 NuGet |
Before v18.4.0.x |
Install the SkiaSharp.Linux NuGet package for the .NET Core application in Linux OS. Find the SkiaSharp.Linux NuGet package created by us from
. |