Posted 12 November 2018, 5:53 am EST
We have C1. Wpf license. Can we convert excel file to PDF file using that licence.
If not, then which one I should Install.
Forums Home / ComponentOne / General Discussion
Posted by: mayur.purandare on 12 November 2018, 5:53 am EST
Posted 12 November 2018, 5:53 am EST
We have C1. Wpf license. Can we convert excel file to PDF file using that licence.
If not, then which one I should Install.
Posted 13 November 2018, 2:23 am EST
Hi Mayur,
C1Excel, included in WPF Edition of C1Studio, does not support saving the excel file to Pdf format. However, our new Document API for .NET Standard 2.0 includes “Documents for Excel” product which allows users to save all visible spreadsheets in a workbook to a Portable Document File (PDF) by using the Save() method of the IWorkbook interface. Please refer the following documentation link for detailed information on this:
http://help.grapecity.com/gcdocs/gcexcel/onlinehelp/webframe.html#ExporttoaPDFFile.html
Product Details: https://www.grapecity.com/en/documents-api-excel
Please let me know if you have any further questions on this.
Thanks,
Pragati
Posted 13 November 2018, 4:19 am EST
As you have mention new Document API for .NET Standard 2.0. How should i include it in a project. My project framework is .Net 4.0 .
I tried to include nuget package GrapeCity.Documents.Excel but it is giving error.
Could not install package ‘GrapeCity.Documents.Excel 2.0.1’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.0’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Posted 14 November 2018, 6:28 am EST
Hello,
Document API is built for .NET Standard 2.0. The packages are compatible with .NET Framework 4.6.1 or later versions. See the following link for more details about the minimum platform versions that support .NET Standard 2.0:
https://docs.microsoft.com/en-us/dotnet/standard/net-standard
Please use project framework 4.6.1 or above and let me know if the issue persists.
Best Regards,
Esha
Posted 8 October 2022, 5:13 pm EST
@Pragati.Kaushik Dear, I wanted to convert a pdf file to excel in Microsoft 365 as there is an option to convert, I am able to do it for one page/ 1 table, but if a pdf has 6 pages, I have done it separately, while converting it shows multiple pages, how can I convert all pages together to one sheet only
Posted 5 January 2023, 12:51 am EST
Hello Ray,
There is no way to export the Pdf to Excel using Documents for Excel or Documents for pdf API. And we do not provide the functionality to directly connect with Microsoft 365 to do such operations.
If you need any other help, please let us know.
Regards,
Prabhat Sharma.
Posted 28 March 2023, 7:34 am EST
Thank you for writing such a nice blog with useful information. I hope you will share some more info.
Posted 1 November 2023, 9:47 am EST
You can also manually export Excel file in PDF file format.