Located in /Client.php (line 30)
Array of credentials (username and password) to log into server
Array with all options, prefilled with standard options
Hostname of 7-PDF API Server
Port of 7-PDF API Server. If set to NULL, 80/443 is used.
SOAP client used to connect to 7-PDF service
Time to wait for a connection or the response from the server
Array with all supported filename extensions
Switch whether to use SSL or not
WSDL path of 7-PDF web service
Constructor
Optionally, pass an array of options
If an option with the key 'soapClient' is provided, that value will be used to set the internal SOAP client used to connect to the 7-PDF service.
If you prefer to not pass the username and password through the constructor, you can also call the following methods: setUsername() and setPassword()
Compare the current API version with another version
Starts a conversion run. Will upload file, start conversion and download PDF
Return current password
Get SOAP client
Return current username
Return the current API version
Return WSDL of 7-PDF web service
Checks if a filename is supported by conversion server
Set permissions for changes for the generated PDF File.
Possible is -> 0: Not permitted, 1: Inserting, deleting and rotating pages, 2: Filling in form fields, 3: Commenting, filling in form fields, 4: Any except extracting pages (default) Notice: setRestrictPermissionsPDFOption method must be set to true and setPermissionPasswordPDFOption must be set with a permission password
Password that must be known when the generated PDF will be opened.
So the generated PDF File is password protected Notice: setEncryptFilePDFOption() method must be set to true.
If set a pdf reader of the PDF File can extract and copy included pdf content
Accessibility Tools have access to the pdf text.
Enables the PDF File Encryption for generated PDF Files
Exports bookmarks to generate PDF Files
Exports notes to the generated PDF Files
Exports notes pages to generate PDF Files
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!
Set options One or more of username, password, soapClient
Sets the page range for pdf generation
Password that protects the pdf permission level for generated PDF Files.
Notice: setRestrictPermissionsPDFOption method must be set to true.
Set permissions for printing level of the generated PDF File.
Possible is -> 0: Not permitted, 1: Low resolution (150 DPI), 2: High resolution (default) Notice: setRestrictPermissionsPDFOption method must be set to true and setPermissionPasswordPDFOption must be set with a permission password
Sets the quality value in percent (0 - 100) for image jpeg compressions inside the generated PDF.
Reduces the image resolution level of images
Enables the encryption level to restrict pdf permissions
Sets the pdf version that should be generated
Set Service Host of 7-PDF service
Set Service Port of 7-PDF service (mostly 80 or 8080)
Set SOAP client
Change the connection timeout in seconds (for very large files it has to be increased)
Sets a lossless compression level for images inside the generated PDF
Sets the PDFOption UseTaggedPDF to generate tagged PDF Files
Set WSDL of 7-PDF web service
Switch whether to use SSL or not
call the convertLAN soap function and return result object
Send a MKCOL command to server
Download pdf from server and store into file
Return the document format (extension) of a filename
Returns Authorization: Basic... String
Return a 12 character random directory string
Internal function to convert option array to API-compatible array
Init Soap client - connect to SOAP service
Send an array of commands to server
Send a PUT command to server
Documentation generated on Tue, 02 Mar 2010 22:39:36 +0100 by phpDocumentor 1.4.3