Search found 3 matches

Actual Results

Post Posted: March 26th, 2007, 2:22 am

I have gotten my code above to work correctly. No problems their anymore. What i am having a problem with is being able to insert an image from a URL into the file itself. how would i go about doing that?


Greg

Post Posted: March 23rd, 2007, 10:14 pm

hi m posting d code! $word = new COM("word.application") or die("Unable to instantiate Word"); //2. specify the MS Word template document (with Bookmark TODAYDATE inside) $template_file = "..//avinash/name.doc"; //3. open the template document $word->Documents->O...

Post Posted: March 23rd, 2007, 9:43 pm

I have PHP create excel file like this: <?php $word = new COM("word.application") or die ("couldnt create an instance of word"); echo "loaded , word version{$word->version}"; //bring word to the front $word->visible = 1; //open a word document $word->Docume...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.