
Otherwise the charts present in worksheet gets skipped. NET Framework, initialize the ChartToImageConverter of IApplication interface. To preserve the charts during Excel To PDF conversion in. XlsIO supports to convert a workbook/worksheet with charts or a single chart into PDF document. Dispose () Next End UsingĪ complete working example to convert each worksheet into individual PDF in C# is present on this GitHub page.

Convert () 'Save the PDF file PdfDocument. Worksheets Dim converter As New ExcelToPdfConverter ( sheet ) PdfDocument = converter. Open ( "Sample.xlsx" ) Dim pdfDocument As New PdfDocument () For Each sheet As IWorksheet In workbook.

Xlsx Dim workbook As IWorkbook = application.

Using excelEngine As ExcelEngine = New ExcelEngine () Dim application As IApplication = excelEngine.
