Index of All Elements

a c d e f g h i j k o p s t u top

a

$additionalCSS
in file HTML_ToPDF.php, variable HTML_ToPDF::$additionalCSS
    Other styles to use when parsing the page
$allowAssembly
in file PDFEncryptor.php, variable PDFEncryptor::$allowAssembly
    Should we allow assembly?
$allowCopy
in file PDFEncryptor.php, variable PDFEncryptor::$allowCopy
    Should we allow the copy command?
$allowDegradedPrinting
in file PDFEncryptor.php, variable PDFEncryptor::$allowDegradedPrinting
    Should we allow degraded printing?
$allowFillIn
in file PDFEncryptor.php, variable PDFEncryptor::$allowFillIn
    Should we allow fill in?
$allowModifyAnnotations
in file PDFEncryptor.php, variable PDFEncryptor::$allowModifyAnnotations
    Should we allow modify annotations?
$allowModifyContents
in file PDFEncryptor.php, variable PDFEncryptor::$allowModifyContents
    Should we allow the contents to be modified?
$allowPrinting
in file PDFEncryptor.php, variable PDFEncryptor::$allowPrinting
    Should we allow printing?
$allowScreenReaders
in file PDFEncryptor.php, variable PDFEncryptor::$allowScreenReaders
    Should we allow screen readers?
$author
in file PDFEncryptor.php, variable PDFEncryptor::$author
    The author (meta-data)
addHtml2PsSettings
in file HTML_ToPDF.php, method HTML_ToPDF::addHtml2PsSettings()
    Adds on more html2ps settings to the end of the default set of settings
top

c

$classname
in file PDFEncryptor.php, variable PDFEncryptorException::$classname
$classname
in file HTML_ToPDF.php, variable HTML_ToPDFException::$classname
$creator
in file PDFEncryptor.php, variable PDFEncryptor::$creator
    The creator (meta-data)
convert
in file HTML_ToPDF.php, method HTML_ToPDF::convert()
    Convert the html file into a pdf file
top

d

$debug
in file HTML_ToPDF.php, variable HTML_ToPDF::$debug
    Whether or not we are in debug mode
$defaultDomain
in file HTML_ToPDF.php, variable HTML_ToPDF::$defaultDomain
    The default domain for relative images
top

e

$encryptionStrength
in file PDFEncryptor.php, variable PDFEncryptor::$encryptionStrength
    The encryption strength (128 or 40)
$encryptPdfPath
in file PDFEncryptor.php, variable PDFEncryptor::$encryptPdfPath
    The path to the encrypt_pdf java class
$error_message_prepend
in file PDFEncryptor.php, variable PDFEncryptorException::$error_message_prepend
$error_message_prepend
in file HTML_ToPDF.php, variable HTML_ToPDFException::$error_message_prepend
encrypt
in file PDFEncryptor.php, method PDFEncryptor::encrypt()
    Encrypt the PDF file, add meta-data, and set permissions
example1.php
procedural page example1.php
example2.php
procedural page example2.php
example3.php
procedural page example3.php
top

f

$footers
in file HTML_ToPDF.php, variable HTML_ToPDF::$footers
    The footer information
top

g

$getUrlPath
in file HTML_ToPDF.php, variable HTML_ToPDF::$getUrlPath
    The path to your get URL program, including options to get headers
$grayScale
in file HTML_ToPDF.php, variable HTML_ToPDF::$grayScale
    Show the images be in grayscale?
top

h

$headers
in file HTML_ToPDF.php, variable HTML_ToPDF::$headers
    The header information
$html2psPath
in file HTML_ToPDF.php, variable HTML_ToPDF::$html2psPath
    The path to the html2ps executable
$html2psrc
in file HTML_ToPDF.php, variable HTML_ToPDF::$html2psrc
    Default html2ps configuration that we use (is parsed before being used, though)
$htmlErrors
in file HTML_ToPDF.php, variable HTML_ToPDF::$htmlErrors
    Whether we output html errors.
$htmlFile
in file HTML_ToPDF.php, variable HTML_ToPDF::$htmlFile
    The full path to the file we are parsing
HTML_ToPDF
in file HTML_ToPDF.php, class HTML_ToPDF
    A class to convert a local html file to a pdf file on the fly.
HTML_ToPdf
in file HTML_ToPDF.php, method HTML_ToPDF::HTML_ToPdf()
    Initializes the class
HTML_ToPDFException
in file HTML_ToPDF.php, method HTML_ToPDFException::HTML_ToPDFException()
HTML_ToPDFException
in file HTML_ToPDF.php, class HTML_ToPDFException
HTML_ToPDF.php
procedural page HTML_ToPDF.php
top

i

$iTextPath
in file PDFEncryptor.php, variable PDFEncryptor::$iTextPath
    The path to the iText jar file
is_executable
in file HTML_ToPDF.php, function is_executable()
    Because is_executable() doesn't exist on windows until php 5.0 we define it as a dummy function here that just runs file_exists.
top

j

$javaPath
in file PDFEncryptor.php, variable PDFEncryptor::$javaPath
    The path to the java binary
top

k

$keywords
in file PDFEncryptor.php, variable PDFEncryptor::$keywords
    The keywords (meta-data)
top

o

$ownerPassword
in file PDFEncryptor.php, variable PDFEncryptor::$ownerPassword
    The owner password
top

p

$pageInColor
in file HTML_ToPDF.php, variable HTML_ToPDF::$pageInColor
    Show the page in color?
$pdfFile
in file PDFEncryptor.php, variable PDFEncryptor::$pdfFile
    The full path to the PDF we are encrypting
$pdfFile
in file HTML_ToPDF.php, variable HTML_ToPDF::$pdfFile
    The full path to the output file
$ps2pdfPath
in file HTML_ToPDF.php, variable HTML_ToPDF::$ps2pdfPath
    The path to the ps2pdf executable
PDFEncryptor
in file PDFEncryptor.php, method PDFEncryptor::PDFEncryptor()
    Initializes the class
PDFEncryptor
in file PDFEncryptor.php, method PDFEncryptorException::PDFEncryptor()
PDFEncryptor
in file PDFEncryptor.php, class PDFEncryptor
    A class to encrypt a PDF file and add security permissions to a PDF file.
PDFEncryptorException
in file PDFEncryptor.php, class PDFEncryptorException
PDFEncryptor.php
procedural page PDFEncryptor.php
top

s

$scaleFactor
in file HTML_ToPDF.php, variable HTML_ToPDF::$scaleFactor
    Scale factore for the page
$subject
in file PDFEncryptor.php, variable PDFEncryptor::$subject
    The subject (meta-data)
setAdditionalCSS
in file HTML_ToPDF.php, method HTML_ToPDF::setAdditionalCSS()
    Set additional CSS to use when parsing the html file
setAllowAssembly
in file PDFEncryptor.php, method PDFEncryptor::setAllowAssembly()
    Set should we allow assembly?
setAllowCopy
in file PDFEncryptor.php, method PDFEncryptor::setAllowCopy()
    Set should we allow the copy command?
setAllowDegradedPrinting
in file PDFEncryptor.php, method PDFEncryptor::setAllowDegradedPrinting()
    Set should we allow degraded printing?
setAllowFillIn
in file PDFEncryptor.php, method PDFEncryptor::setAllowFillIn()
    Set should we fill in?
setAllowModifyAnnotations
in file PDFEncryptor.php, method PDFEncryptor::setAllowModifyAnnotations()
    Set should we allow modify annotations?
setAllowModifyContents
in file PDFEncryptor.php, method PDFEncryptor::setAllowModifyContents()
    Set should we allow the contents to be modified?
setAllowPrinting
in file PDFEncryptor.php, method PDFEncryptor::setAllowPrinting()
    Set should we allow printing?
setAllowScreenReaders
in file PDFEncryptor.php, method PDFEncryptor::setAllowScreenReaders()
    Set should we allow screen readers?
setAuthor
in file PDFEncryptor.php, method PDFEncryptor::setAuthor()
    Set the author (meta-data)
setCreator
in file PDFEncryptor.php, method PDFEncryptor::setCreator()
    Set the creator (meta-data)
setDebug
in file HTML_ToPDF.php, method HTML_ToPDF::setDebug()
    Sets the debug variable
setEncryptionStrength
in file PDFEncryptor.php, method PDFEncryptor::setEncryptionStrength()
    Set the encryption strength (128 or 40)
setEncryptPdfPath
in file PDFEncryptor.php, method PDFEncryptor::setEncryptPdfPath()
    Set the path to the encrypt_pdf java class
setFooter
in file HTML_ToPDF.php, method HTML_ToPDF::setFooter()
    Sets a footer
setGetUrl
in file HTML_ToPDF.php, method HTML_ToPDF::setGetUrl()
    Sets the get url which is used for retrieving images from the html file needs to be the full path to the file with options to retrive the headers as well.
setGrayScale
in file HTML_ToPDF.php, method HTML_ToPDF::setGrayScale()
    Sets the gray scale option for images
setHeader
in file HTML_ToPDF.php, method HTML_ToPDF::setHeader()
    Sets a header
setHtml2Ps
in file HTML_ToPDF.php, method HTML_ToPDF::setHtml2Ps()
    Sets the path to the html2ps program
setITextPath
in file PDFEncryptor.php, method PDFEncryptor::setITextPath()
    Set the path to the iText jar file
setJavaPath
in file PDFEncryptor.php, method PDFEncryptor::setJavaPath()
    Set the path to the java binary
setKeywords
in file PDFEncryptor.php, method PDFEncryptor::setKeywords()
    Set the keywords (meta-data)
setOwnerPassword
in file PDFEncryptor.php, method PDFEncryptor::setOwnerPassword()
    Set the owner password
setPdfFile
in file PDFEncryptor.php, method PDFEncryptor::setPdfFile()
    Set the full path to the PDF we are encrypting
setPs2Pdf
in file HTML_ToPDF.php, method HTML_ToPDF::setPs2Pdf()
    Sets the path to the ps2pdf program
setScaleFactor
in file HTML_ToPDF.php, method HTML_ToPDF::setScaleFactor()
    Sets the scale factor for the page.
setSubject
in file PDFEncryptor.php, method PDFEncryptor::setSubject()
    Set the subject (meta-data)
setTitle
in file PDFEncryptor.php, method PDFEncryptor::setTitle()
    Set the title (meta-data)
setTmpDir
in file HTML_ToPDF.php, method HTML_ToPDF::setTmpDir()
    Set the temporary directory path
setTmpDir
in file PDFEncryptor.php, method PDFEncryptor::setTmpDir()
    Set the temporary directory path
setUnderlineLinks
in file HTML_ToPDF.php, method HTML_ToPDF::setUnderlineLinks()
    Sets the option to underline links or not
setUseColor
in file HTML_ToPDF.php, method HTML_ToPDF::setUseColor()
    Set whether to use color or not when creating the page
setUseCSS
in file HTML_ToPDF.php, method HTML_ToPDF::setUseCSS()
    Set whether to try and use the CSS in the html page when creating the pdf file
setUserPassword
in file PDFEncryptor.php, method PDFEncryptor::setUserPassword()
    Set the user password
top

t

$title
in file PDFEncryptor.php, variable PDFEncryptor::$title
    The title (meta-data)
$tmpDir
in file PDFEncryptor.php, variable PDFEncryptor::$tmpDir
    The temporary directory to save intermediate files
$tmpDir
in file HTML_ToPDF.php, variable HTML_ToPDF::$tmpDir
    The temporary directory to save intermediate files
top

u

$underlineLinks
in file HTML_ToPDF.php, variable HTML_ToPDF::$underlineLinks
    Whether to underline links or not
$useCSS
in file HTML_ToPDF.php, variable HTML_ToPDF::$useCSS
    Whether or not to try and parse the CSS in the html file and use it in creating the pdf
$userPassword
in file PDFEncryptor.php, variable PDFEncryptor::$userPassword
    The user password
top

_

$_htmlString
in file HTML_ToPDF.php, variable HTML_ToPDF::$_htmlString
    We use this to store the html file to a string for manipulation
_dumpDebugInfo
in file HTML_ToPDF.php, method HTML_ToPDF::_dumpDebugInfo()
    If debug is on it dumps the specified debug information to screen. Uses
_getProperty
in file PDFEncryptor.php, method PDFEncryptor::_getProperty()
    Gets a property if it has been set

Documention generated on Wed, 6 Aug 2003 15:00:17 -0500 by phpDocumentor 1.2.0