I went thru Super Search, but didn't get satisfactory reply
I've a pdf file which is digitally signed, when I try to print
the content of the file using CAM::PDF, i get garbled data
, however, when i give input as some other pdf file, it works nicely and prints correct data
So i think it might be because the of the file being digitally signed and might be encrypted.
I opened the file using Adobe PDF reader and saved it as text
by clicking "Save As Text" option and it worked fine and showed all the data.
I think if i use Win32::OLE, then i might be able to repeat the same
with Perl.
Can someone guide me thru the relevant documentation for it?
UPDATE::
Still haven't managed to get it :(