in reply to Reading PDF Files?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Reading PDF Files?
by athomason (Curate) on Jun 07, 2000 at 21:37 UTC | |
| [reply] |
by neshura (Chaplain) on Jun 07, 2000 at 21:54 UTC | |
I -did- mean to imply that the seeker was trying to crack PDFs; I've done the same thing, for (what I believed to be) legitimate reasons -- namely laziness :) not wanting to type in all that damn text. But I suppose you are correct in that without knowing the legality or motive behind the poster's code, it's wrong to wimp out on answering questions. (You know the old saw about ass-u-me) | [reply] |
|
(jcwren) RE: RE: Reading PDF Files?
by jcwren (Prior) on Jun 07, 2000 at 21:52 UTC | |
There are a number of third party Windows based tools for manipulating PDF files, so I'll assume there's not an issue about securing the content, by default. I believe that 4.0 supports some security features. You can turn off the ability to cut and paste (at least, out of the Windows viewers. Dunno about other platforms). There are, in fact, some tools that do create searchable indexes for PDFs. All the ones I've seen are Windows based, so I can't comment if there are any with source available. I think some third part vendor out there offers a linkable library for PDF management. I realize these don't directly address the answer you're looking for, but may give you some places to take a look for additional information. --Chris | [reply] |
|
RE: RE: Reading PDF Files?
by mdillon (Priest) on Jun 07, 2000 at 22:14 UTC | |
if the PDF has been encrypted, i have installed the RC4 encryption extension to GhostScript, so provided that i have the key, i can even gain legitimate access to encrypted PDF files. | [reply] |
|
Who said anything about cracking?
by Melvin (Beadle) on Jun 08, 2000 at 21:42 UTC | |
Second, this is for a client, who WANTS to have their pdf documents searched. I'll be very disappointed if the pdf format is a closed standard, but I believe you are wrong. Third, there are already a number of utilites out there that convert from PDF to another format, such as PS and txt, which I doubt are the result of reverse engineering. So, I belive my question is valid, though unfortunely I'm not finding a lot of answers. Please do feel free to correct me on any of the above points though. Mel | [reply] |
|
RE:(2) Reading PDF Files?
by swiftone (Curate) on Jun 07, 2000 at 21:45 UTC | |
It would be more useful (to the questioner) to say that Adobe protects PDF text reading-methods, and that no modules exist to do so (that can be distributed). | [reply] |