Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am looking for comparing two files in C# windows application and completed the code for comparison but now i want this comparison into pdf file, for comparison I have use two listview for file data How can I do it??

I want to generate report of comparison of both files and this comparison will store in PDF format, with highlights the differences.
Posted
Updated 11-Jan-16 1:06am
v2
Comments
VR Karthikeyan 11-Jan-16 1:45am    
Show some mockup or screenshot to show us what you want
Sergey Alexandrovich Kryukov 11-Jan-16 2:29am    
Why PDF? How about something better and simpler? Even with PDF... What have you tried so far?
—SA
Sergey Alexandrovich Kryukov 11-Jan-16 9:53am    
You just repeat yourself. If you don't want to answer my question, don't.
—SA

This is a set of references to PDF libraries you can use: http://csharp-source.net/open-source/pdf-libraries.

—SA
 
Share this answer
 
Comments
[no name] 11-Jan-16 13:12pm    
Thank you for this, a 5.
In your comment you mentioned "Why PDF? How about something better and simpler?". Can you please give a hint for the "better/simpler" one? A hint is more than ok. Thank you very much in advance.
Sergey Alexandrovich Kryukov 11-Jan-16 14:12pm    
Thank you.
A comment? I just don't understand why using non-structured PDF at all? Read-only, hard to deal with, and so on...
Why not XML, HTML, text, anything reasonable?
The only real purpose of PDF is "electronic paper", "print", something with fixed image, no matter what. It's rarely really needed.
—SA
[no name] 11-Jan-16 14:17pm    
Thank you, I think I got your point.
Bruno
Dhara Kanala 12-Jan-16 0:08am    
Thank you so much for ur help. and link which you provided to me is really very helpfull.
Sergey Alexandrovich Kryukov 12-Jan-16 0:26am    
You are very welcome.
Good luck, call again.
—SA
 
Share this answer
 
Comments
Member 11414035 11-Jan-16 23:39pm    
Apriciated links. I got helped. thanks

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