Login   Register  
PHP Classes
elePHPant
Icontem

File: ExamplePage.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Brent Rossen  >  Google Docs Printer  >  ExamplePage.php  >  Download  
File: ExamplePage.php
Role: Example script
Content type: text/plain
Description: Example usage of the GoogleDocPrinter
Class: Google Docs Printer
Retrieve and display documents from Google Docs
Author: By
Last change:
Date: 2010-04-13 18:04
Size: 111 bytes
 

Contents

Class file image Download
<?php 
    
require_once 'GoogleDocPrinter.php';
    
    
GoogleDocPrinter::PrintGoogleDoc("ddw2x8n_169dpzsxfng");
?>