Hi
Is there some way how to convert Excel.Worksheet to PDF only in MemoryStream? I found new method to Workbook.SaveToFile("", Spire.Xls.FileFormat.PDF), but I cannot find solution without saving to a file.
My app is running only in web server and I need
1. create Xls
2. convert it to Pdf
3. save PDF to database (from memory stream - I cannot write files to disk)
I am working with last versions of Spire.Xls, i found demo which is using Spire.Xls.Converter, is is good way for me? Or do you have some other ideas?
Thanks for your reply
Martin