Search found 3 matches

by omalainternet
Fri Jul 11, 2008 10:37 am
Forum: PHP - Code
Topic: READING PDF Files
Replies: 3
Views: 121

Re: READING PDF Files

Yeah I'll have to go with that and host the script on my own server, thanks m8
by omalainternet
Thu Jul 10, 2008 5:45 pm
Forum: PHP - Code
Topic: READING PDF Files
Replies: 3
Views: 121

Re: READING PDF Files

To find out more info, I used Adobe's online conversion tool to convert the working an non-working PDF's into html and for the 10% that don't work (link-wise) adobe converted the links as plain text with bold and underline tags around it. For the 90% files adobe converted the links in the document i...
by omalainternet
Thu Jul 10, 2008 5:09 pm
Forum: PHP - Code
Topic: READING PDF Files
Replies: 3
Views: 121

READING PDF Files

Hey, I'm just making a simple script that grabs all links from a .pdf file. 90% of pdf files I have on my computer can be read with notepad. Well, most of it is 'blurb' characters but the urls are easily readable, the links appear in the source text as .....URI(http://www.domain.com/)..... so they'r...