Thank you!
Al
I don't know anything about this security handler.
If printing is allowed, print from AR to a Postscript printer into a
file. Then convert Ps->PDF with whatever tool you like, such as the
ps2pdf script around gs.
You will lose navigation stuff such as hyperlinks and bookmarks, though.
Ralf
Any other suggestions?
Thank you,
Al
The problem is: if I go the way via PS and PDF, then obviously the
whole text is being stored not as text, but as vector graphics. I.e.,
no searching, no selecting - and a file size which exceeds the original
file size by ~factor 20....
Since the information is available on my computer (even as text), I
figure it must be possible to access it in some way, am I right?
Thanks,
Al
So, it's vector outlines in the PS, already?
Normal AR does not do such replacement of text by vector outlines. This
may be a "feature" of the "partly greyed out" printing of the FileOpen
plug-in.
If you're desperate: Use an OCR program, such as Omnipage, with the
final PDF file as input. *Ideally*, in Truepage mode, it will replace
the character outlines by real text, and leave the rest untouched.
> Since the information is available on my computer (even as text), I
> figure it must be possible to access it in some way, am I right?
Well, you have the key, but you don't have any details about the
locking/unlocking mechanisms of FileOpen, so you basically need to
reverse-engineer the interactions between the FileOpen-plugin and AR.
Other people may have dealt with this issue before, maybe you can find
some stuff on bugtraq or some other security-related site. The E****soft
people found some hole in the plug-in signing mechanism, so you could
wirte an additional plug-in to save the decrypted file from inside AR.
I would live with a large file and a clean slate, ;-)
Ralf