From: Raveendran .P on
Hi All,


MY NEED :

I want to compare

* 1 PDF and 1 DOC
* 1 DOC and 1 Note pad
* 1 PDF and another 1 PDF

Is there any other libraries or any other way except these gems to solve
my tasks.


Already USED :

I have already used pdf-reader, prawn , win32ole, roo , spreadsheet.

What I DID Earlier :

@a = PDF FILE CONTENTS (used pdf reader)
@b = DOC CONTENTS (Used Win32 OLE)

But @a!=@b because of some text format issues with PDF


So Please anyone guide to me which library or which approach helps for
me.

Thanks
Raveendran P
http://raveendran.wordpress.com
--
Posted via http://www.ruby-forum.com/.

From: Gregory Brown on
On Fri, Mar 19, 2010 at 4:57 AM, Raveendran .P <jazzezravi(a)gmail.com> wrote:

> What I DID Earlier :
>
> @a = PDF FILE CONTENTS (used pdf reader)
> @b = DOC CONTENTS (Used Win32 OLE)
>
> But @a!=@b because of some text format issues with PDF

Show the inspect output for both, or at least a subslice.
Or provide some code for us to try.