Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,
I have asp.net website and I want to allow user to upload a vce file and I will show that VCE file in my website.
I want to read VCE file using c# without using any other software. I just want to use any dll that help me read VCE file. I'm new to it please guide me how can I do that?

Please I dont need to use any software that allow me to convert to pdf I just want to do it using c#.

Thanks,
Sohaib Javed
Posted
Updated 13-Sep-20 13:32pm

1 solution

In order to read the VCE file format you need to have the specification or you have to reverse engineer the format yourself.

Here is a question at StackOverflow that might help you on the way.
Reverse Engineer a File Format[^]

It doesn't seem to be a simple task, though.
 
Share this answer
 
Comments
Sohaib Javed 30-Nov-15 8:34am    
thanks it has shown me a path.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900