Queries |
Details |
What we are doing is using the ConvertToPDF method to convert an Excel document to PDF in this case. The times to convert are rather slow even if generating an Excel is really quick. Additionally, on all 5 devices we have tried the numbers are very different. As I understand I am not allowed to publish such documents and it has already been forwarded to your colleague J.Whitfield. Maybe you could get the document from him, or I could send it to you directly? |
Time taken for conversion depends on the documents and data present in it. We request you to share the Excel document generated at your end to Support@Syncfusion.com which will be helpful for us to validate further from our side. |
I have forgot to add that our PDF document instead of 3 columns like yours contains 12 columns. |
We are validating the performance issue while converting Excel document with 3.5thousand rows and 3 columns and we will update further details by 7th November 2019. |
To begin with I would like to thank you for providing the new assembly files. The issue is the time difference we had. Since we here wanted to complete the feature quick it has now slightly changed. We are currently generating the .xslx file using XlsIo library and the generation of .pdf is mixed between the two, XlsIo and Pdf libraries. What I mean here is that we use the same methods that we use to generate excel to create charts and then native pdf methods to write pdflighttable type of pdf document. What we do is simply set the datasource of pdflighttable to our DataTable. The benchmarks by using current methods are attached to this email. |
Could you please share the further details like are you converting Excel(contains table) to PDF or adding PdfLightTable in PDF document. If you are adding PdfLightTable to PDF document, what kind of issue you are facing in your end and please share us the benchmark for it (for using PdfLightTable). It will helpful for us to provide the precise solution on this. |
Now back to the assemblies you have provided. Unfortunately the speed of conversion did not change by a noticeable margin. However, the size of the generated document actually grew by roughly 3.5 times. In a sense, since we later want to transfer our files using Bluetooth this just adds time to the process. |
We are sorry for sharing improper custom assemblies in our last update. We have generated new assemblies for the fix through which the mentioned increase in file size will be resolved.The custom assemblies can be downloaded from the following link.
Custom Assemblies:
Kindly try these assemblies and let us know if the issue is resolved.
|