Skip to content

Commit 8666dfc

Browse files
committed
fix external links to the winforms docs
1 parent 7660bcc commit 8666dfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

knowledge-base/export-charts-to-pdf-radspreadprocessing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ ticketid: 1659898
1717

1818
## Description
1919

20-
When converting an Excel file with charts to PDF format using the Telerik Document Processing libraries, the charts may not display as expected in the PDF document. This may occur when exporting charts to PDF in .NET Framework applications. This KB article shows a sample approach how to utilize the chart engine that [WinForms RadChartView]({%slug winforms/chartview/overview%}) control offers and ensure charts are properly exported from Excel files to PDF.
20+
When converting an Excel file with charts to PDF format using the Telerik Document Processing libraries, the charts may not display as expected in the PDF document. This may occur when exporting charts to PDF in .NET Framework applications. This KB article shows a sample approach how to utilize the chart engine that [WinForms RadChartView](https://docs.telerik.com/devtools/winforms/controls/chartview/overview) control offers and ensure charts are properly exported from Excel files to PDF.
2121

2222
## Solution
2323

2424
To export charts from Excel files to PDF format using RadSpreadProcessing, follow these steps:
2525

2626
1. **Implement a Custom IPdfChartRenderer**: The export process requires providing an [IPdfChartRenderer]({%slug radspreadprocessing-features-charts-pdf-export%}) implementation. This renderer is responsible for converting the chart shapes from the Excel file into images that can be inserted into the PDF.
2727

28-
2. **Use the WinForms RadChartView control**: The [WinForms RadSpreadsheet]({%slug radspreadsheet-overview%}) control (that supports charts) internally uses the WinForms RadChartView for visualization and it provides a convenient API for image creation having the [FloatingChartShape]({%slug radspreadprocessing-features-charts-using-charts%}) from the SpreadProcessing model.
28+
2. **Use the WinForms RadChartView control**: The [WinForms RadSpreadsheet](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/overview) control (that supports charts) internally uses the WinForms RadChartView for visualization and it provides a convenient API for image creation having the [FloatingChartShape]({%slug radspreadprocessing-features-charts-using-charts%}) from the SpreadProcessing model.
2929

3030
3. **Export the Excel to PDF**: Use the [PdfFormatProvider]({%slug radspreadprocessing-formats-and-conversion-pdf-pdfformatprovider%}) to export the workbook to PDF, setting the `ChartRenderer` property to your custom renderer implementation.
3131

@@ -109,6 +109,6 @@ Using the custom chart renderer:
109109

110110
- [RadSpreadProcessing Overview]({%slug radspreadprocessing-overview%})
111111
- [Export Chart to PDF]({%slug radspreadprocessing-features-charts-pdf-export%})
112-
- [RadChartView for WinForms Overview]({%slug winforms/chartview/overview%})
113-
- [Export Chart to Image in WinForms]({%slug winforms/chartview-/features/export%})
114-
- [WinForms RadSpreadsheet]({%slug radspreadsheet-overview%})
112+
- [RadChartView for WinForms Overview](https://docs.telerik.com/devtools/winforms/controls/chartview/overview)
113+
- [Export Chart to Image in WinForms](https://docs.telerik.com/devtools/winforms/controls/chartview/features/export)
114+
- [WinForms RadSpreadsheet](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/overview)

0 commit comments

Comments
 (0)