hello please help me
how to convert excel file to pdf
excel file is store in database
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mageshwaran RPosted Nov 13, 2019, 8:02 PM
Dipa MehtaPosted Oct 23, 2019, 8:45 AM
Chittaranjan SwainPosted Oct 19, 2019, 3:19 AM
Somit VishwakarmaPosted Oct 18, 2019, 6:21 AM
Amin DodinPosted Oct 17, 2019, 4:47 AM
You could use the DocumentConverter class from LEADTOOLS (https://www.leadtools.com/sdk/document/document-converter). It can convert among different files, including Excel to PDF.
You should first retrieve the Excel sheet from the database and place it in a stream. You can then use the following code to convert it:
Leon DPosted Oct 14, 2019, 8:22 PM
Salman BegPosted Oct 14, 2019, 10:37 AM