lib/ class. PDF.php

Summary
Determine file name for cached page
Get PNG image (in string) for a particular page of the current PDF.
Determine number of pages in current document, caching information

Functions

CachedPageName

function CachedPageName ($page)

Determine file name for cached page

Parameters

$pagePage number

Returns

Absolute file name for cached page

GetPage

function GetPage ($page)

Get PNG image (in string) for a particular page of the current PDF.

Parameters

$pagePage number to retrieve

Returns

String containing PNG image of the page in question.

NumberOfPages

function NumberOfPages ( )

Determine number of pages in current document, caching information

Returns

Integer number of pages in current document

function CachedPageName ($page)
Determine file name for cached page
function GetPage ($page)
Get PNG image (in string) for a particular page of the current PDF.
function NumberOfPages ( )
Determine number of pages in current document, caching information