c# - How can I compare the content of two files of different types? -


i've documents in mhtml format , in pdf format. want know whether content same or not in mhtml , pdf. how can compare difference?

you need mhtml parser pdf parser library. traverse both documents in parallell , compare contents. not non-trivial have build mapping system between elements in different file formats.

if want take account content can written in different ways (e.g. tables vs. tabs) , still same user things complicated quickly.

my gut feeling way asking questions project way larger , more complex ready for.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -