PHP Classes

File: ExamplePage.php

Recommend this page to a friend!
  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: 14 years ago
Size: 111 bytes
 

Contents

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