Query |
Response | |
Chart is not refresh when pdf exports |
We suggest you to add the following code snippet after accessing the Imprimir worksheet, to get the chart updated in converted PDF document.
Code Snippet:
| |
Dynamic images are not loaded |
Currently we are validating these issues and will update the validation details on 14th January 2020. | |
Some text has not the same alignment |
Query |
Response |
Some text has not the same alignment |
We have confirmed the issue Chart data label alignment is preserved improperly in Excel to PDF conversion and logged a defect report. We will provide the fix for this issue on 28th January 2020. You can track the status of defect report through the following feedback link.
Track Status: https://www.syncfusion.com/feedback/11291/chart-data-label-alignment-is-preserved-improper-while-converting-excel-to-pdf
|
Dynamic images are not loaded |
The images which are missing in the PDF document are EMF images and we do not have PDF conversion support for EMF images in .Net Standard. Also we do not have any immediate plans to implement this feature.
Hence we suggest you to use PNG images in the document to get the PDF document as expected. We have modified the Excel document which your have shared us, for your reference and the same can be downloaded from the following link.
|
Queries |
Details |
1. I add this code for test image format, and all images are png
IWorksheet sheetImagenes = workbook.Worksheets["Imagenes"];
|
The emf images exists in worksheet ‘Imprimir’, and hence all the images format is png in your case. If you check in worksheet ‘Imprimir’ you will find EMF images. |
2. I can't open your template file. I get an error |
Sorry for the inconvenience. Please find the updated proper Excel file below.
|