Skip to content

Commit 96efd9e

Browse files
authored
Merge pull request #566 from telerik/dess-charts-export
Update cross-platform.md
2 parents 3009428 + a49b71d commit 96efd9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/radspreadprocessing/cross-platform-support/cross-platform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Some functionalities require additional settings to be done:
5959

6060
* Exporting images when exporting a Workbook to a PDF format requires an implementation inheriting the ImagePropertiesResolverBase abstract class to be set to the ImagePropertiesResolver property inside the SpreadExtensibilityManager.
6161

62-
* In order to export to PDF format documents containing images different than Jpeg and Jpeg2000 or ImageQuality different than High, the **JpegImageConverter** property inside the **FixedExtensibilityManager** has to be set. For more information check the FixedExtensibilityManager in the [PdfProcessing`s Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}).
62+
* In order to export to PDF format documents containing images different than Jpeg and Jpeg2000 or ImageQuality different than High, the **JpegImageConverter** property inside the **FixedExtensibilityManager** has to be set. For more information, check the FixedExtensibilityManager in the [PdfProcessing`s Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}).
6363

64-
* In order to **export to PDF** format documents containing fonts different than the [Standard Fonts]({%slug radpdfprocessing-concepts-fonts%}), the [FontsProvider]({%slug pdfprocessing-implement-fontsprovider%}) property inside the **FixedExtensibilityManager** has to be set. For more information check the FixedExtensibilityManager in the [PdfProcessing`s Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}).
64+
* In order to **export to PDF** format documents containing fonts different than the [Standard Fonts]({%slug radpdfprocessing-concepts-fonts%}), the [FontsProvider]({%slug pdfprocessing-implement-fontsprovider%}) property inside the **FixedExtensibilityManager** has to be set. For more information, check the FixedExtensibilityManager in the [PdfProcessing`s Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}).
6565

66-
### Currently not supported
66+
### Currently Not Supported
6767

68-
* At this point, **charts** are not supported for .NET Standard. They are skipped if a spreadsheet document with charts is imported and the users cannot create and insert charts in their documents through the API of SpreadProcessing.
68+
* At this point, exporting [charts]({%slug radspreadprocessing-features-charts%}) to [PDF format]({%slug radspreadprocessing-formats-and-conversion-pdf-pdfformatprovider%}) is not supported for .NET Standard.
6969

7070
## See Also
7171

0 commit comments

Comments
 (0)