Search found 3 matches

by be2k
Tue Feb 06, 2007 4:33 am
Forum: PHP - Code
Topic: how to read existing pdf file
Replies: 2
Views: 406

how to read existing pdf file

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?
by be2k
Wed Jan 31, 2007 1:45 am
Forum: PHP - Code
Topic: PHP COM("word.application")
Replies: 4
Views: 953

Kieran Huggins wrote: Normal... for word? likely.

Have you tried wordpad? Might be faster...
and how to instanciate wordpad?

Code: Select all

new COM("WordPad.Application")
gives Apache Error...
by be2k
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...