hi
I need to read existing pdf file - read its content and save it to variable. I didn't find suitable function in PDFlib, i've searched the net and all i've found was how to create pdf file, not how to read it.
Can somebody help?
Search found 3 matches
- Tue Feb 06, 2007 4:33 am
- Forum: PHP - Code
- Topic: how to read existing pdf file
- Replies: 2
- Views: 406
- Wed Jan 31, 2007 1:45 am
- Forum: PHP - Code
- Topic: PHP COM("word.application")
- Replies: 4
- Views: 953
and how to instanciate wordpad?Kieran Huggins wrote: Normal... for word? likely.
Have you tried wordpad? Might be faster...
Code: Select all
new COM("WordPad.Application")- Tue Jan 30, 2007 6:56 pm
- Forum: PHP - Code
- Topic: PHP COM("word.application")
- Replies: 4
- Views: 953
PHP COM("word.application")
Hello I've found few topics here about opening, modifying, creating etc. .doc files using PHP. Do you have any documentation about methods of COM("word.application") object , like: docHandle->Documents[1]->Activate(); docHandle->ActiveDocument->Select(); //etc... ?? I need to get number of...