Full index

Package indexes


c e g s u v
c
top
Client.php
Client.php in Client.php
compareVersion
Compare the current API version with another version
convertToPdf
Starts a conversion run. Will upload file, start conversion and download PDF
e
top
Exception.php
Exception.php in Exception.php
g
top
getPassword
Return current password
getSoapClient
Get SOAP client
getUsername
Return current username
getVersion
Return the current API version
getWsdl
Return WSDL of 7-PDF web service
i
top
isFileSupported
Checks if a filename is supported by conversion server
s
top
setChanges
Set permissions for changes for the generated PDF File.
setDocumentOpenPassword
Password that must be known when the generated PDF will be opened.
setEnableCopyingOfContent
If set a pdf reader of the PDF File can extract and copy included pdf content
setEnableTextAccessForAccessibilityTools
Accessibility Tools have access to the pdf text.
setEncryptFile
Enables the PDF File Encryption for generated PDF Files
setExportBookmarks
Exports bookmarks to generate PDF Files
setExportNotes
Exports notes to the generated PDF Files
setExportNotesPages
Exports notes pages to generate PDF Files
setMaxImageResolution
The value of the maximum allowed image resolution Possible values (DPI) are 75 (default), 150, 300, 600, 1200 Notice: The PDF Option ReduceImageResolution must be set to true to enable this option!
setOptions
Set options One or more of username, password, soapClient
setPageRange
Sets the page range for pdf generation
setPassword
Set password
setPermissionPassword
Password that protects the pdf permission level for generated PDF Files.
setPrinting
Set permissions for printing level of the generated PDF File.
setQuality
Sets the quality value in percent (0 - 100) for image jpeg compressions inside the generated PDF.
setReduceImageResolution
Reduces the image resolution level of images
setRestrictPermissions
Enables the encryption level to restrict pdf permissions
setSelectPDFVersion
Sets the pdf version that should be generated
setServiceHost
Set Service Host of 7-PDF service
setServicePort
Set Service Port of 7-PDF service (mostly 80 or 8080)
setSoapClient
Set SOAP client
setSocketTimeout
Change the connection timeout in seconds (for very large files it has to be increased)
setUseLosslessCompression
Sets a lossless compression level for images inside the generated PDF
setUsername
Set username
setUseTaggedPDF
Sets the PDFOption UseTaggedPDF to generate tagged PDF Files
setWsdl
Set WSDL of 7-PDF web service
SevenPdf_Client
SevenPdf_Client in Client.php
SevenPdf_Client_Exception
SevenPdf_Client_Exception in Exception.php
u
top
useSsl
Switch whether to use SSL or not
v
top
VERSION
7-PDF PHP Client version
_
top
$_credentials
Array of credentials (username and password) to log into server
$_options
Array with all options, prefilled with standard options
$_serviceHost
Hostname of 7-PDF API Server
$_servicePort
Port of 7-PDF API Server. If set to NULL, 80/443 is used.
$_soapClient
SOAP client used to connect to 7-PDF service
$_socketTimeout
Time to wait for a connection or the response from the server
$_supportedFileExtensions
Array with all supported filename extensions
$_useSsl
Switch whether to use SSL or not
$_wsdl
WSDL path of 7-PDF web service
_callSoapConversion
call the convertLAN soap function and return result object
_createDirectoryViaWebDav
Send a MKCOL command to server
_downloadPdf
Download pdf from server and store into file
_getExtension
Return the document format (extension) of a filename
_getHttpAuthorizationString
Returns Authorization: Basic... String
_getRemoteFolderName
Return a 12 character random directory string
_getWsdlCompatibleOptionsArray
Internal function to convert option array to API-compatible array
_initSoapClient
Init Soap client - connect to SOAP service
_sendWebDavCommands
Send an array of commands to server
_uploadFileViaWebDav
Send a PUT command to server
__construct
Constructor
c e g s u v