Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ v ]
top
c
- CLEANUP_CYBERNEKO
- in file PDFreactor.class.php, constant CLEANUP_CYBERNEKO
Indicates that the CyberNeko HTML parser will be used to perform a cleanup when loading a non-well-formed document.
- CLEANUP_JTIDY
- in file PDFreactor.class.php, constant CLEANUP_JTIDY
Indicates that JTidy will be used to perform a cleanup when loading a non-well-formed document.
- CLEANUP_NONE
- in file PDFreactor.class.php, constant CLEANUP_NONE
Indicates that no cleanup will be performed when loading a document. If the loaded document is not well-formed, an exception will be thrown.
- CLEANUP_TAGSOUP
- in file PDFreactor.class.php, constant CLEANUP_TAGSOUP
Indicates that the TagSoup HTML parser will be used to perform a cleanup when loading a non-well-formed document.
- COLOR_SPACE_CMYK
- in file PDFreactor.class.php, constant COLOR_SPACE_CMYK
The color space CMYK
- COLOR_SPACE_RGB
- in file PDFreactor.class.php, constant COLOR_SPACE_RGB
The color space RGB
- CONFORMANCE_PDF
- in file PDFreactor.class.php, constant CONFORMANCE_PDF
PDF with no additional restrictions (default)
- CONFORMANCE_PDFA
- in file PDFreactor.class.php, constant CONFORMANCE_PDFA
- CONFORMANCE_PDFA1A
- in file PDFreactor.class.php, constant CONFORMANCE_PDFA1A
PDF/A-1a (ISO 19005-1 Level A)
- CONFORMANCE_PDFA3A
- in file PDFreactor.class.php, constant CONFORMANCE_PDFA3A
PDF/A-3a (ISO 19005-3 Level A)
top
d
- DOCTYPE_AUTODETECT
- in file PDFreactor.class.php, constant DOCTYPE_AUTODETECT
Indicates that the document type will be detected automatically.
- DOCTYPE_HTML5
- in file PDFreactor.class.php, constant DOCTYPE_HTML5
Indicates that the document type will be set to HTML5. The HTML default style sheet is used and the document is loaded regarding style elements, style attributes and link style sheets.
- DOCTYPE_XHTML
- in file PDFreactor.class.php, constant DOCTYPE_XHTML
Indicates that the document type will be set to XHTML. The HTML default style sheet is used and the document is loaded regarding style elements, style attributes and link style sheets.
- DOCTYPE_XML
- in file PDFreactor.class.php, constant DOCTYPE_XML
Indicates that the document type will be set to generic XML. No default style sheet is used and the document is loaded as is without regards to style elements or attributes.
- DOCUMENT_DEFAULT_LANGUAGE_DEFAULT
- in file PDFreactor.class.php, constant DOCUMENT_DEFAULT_LANGUAGE_DEFAULT
Indicates the Default language used for a document if no other language is set in the document itself.
top
e
- enableDebugMode
- in file PDFreactor.class.php, method PDFreactor::enableDebugMode()
Enables debug mode, which adds additional information to the output.
- ENCRYPTION_40
- in file PDFreactor.class.php, constant ENCRYPTION_40
Indicates that the document will be encrypted using RC4 40 bit encryption.
- ENCRYPTION_128
- in file PDFreactor.class.php, constant ENCRYPTION_128
Indicates that the document will be encrypted using RC4 128 bit encryption.
- ENCRYPTION_NONE
- in file PDFreactor.class.php, constant ENCRYPTION_NONE
Indicates that the document will not be encrypted. If encryption is disabled then no user password and no owner password can be used.
- ExceedingContent
- in file PDFreactor.class.php, class ExceedingContent
- EXCEEDING_CONTENT_AGAINST_NONE
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_AGAINST_NONE
Do not log exceeding content.
- EXCEEDING_CONTENT_AGAINST_PAGE_BORDERS
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_AGAINST_PAGE_BORDERS
Log content exceeding the edges of its page.
- EXCEEDING_CONTENT_AGAINST_PAGE_CONTENT
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_AGAINST_PAGE_CONTENT
Log content exceeding its page content area (overlaps the page margin).
- EXCEEDING_CONTENT_AGAINST_PARENT
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_AGAINST_PARENT
Log content exceeding its container.
- EXCEEDING_CONTENT_ANALYZE_CONTENT
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_ANALYZE_CONTENT
Log exceeding content.
- EXCEEDING_CONTENT_ANALYZE_CONTENT_AND_BOXES
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_ANALYZE_CONTENT_AND_BOXES
Log exceeding content and all boxes.
- EXCEEDING_CONTENT_ANALYZE_CONTENT_AND_STATIC_BOXES
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_ANALYZE_CONTENT_AND_STATIC_BOXES
Log exceeding content and boxes without absolute positioning.
- EXCEEDING_CONTENT_ANALYZE_NONE
- in file PDFreactor.class.php, constant EXCEEDING_CONTENT_ANALYZE_NONE
Do not log exceeding content.
top
g
- getContainerBottom
- in file PDFreactor.class.php, method ExceedingContent::getContainerBottom()
Returns the bottom coordinate of the the container box in the page in pixels. Depending on the settings this box may be the page
- getContainerLeft
- in file PDFreactor.class.php, method ExceedingContent::getContainerLeft()
Returns the left coordinate of the the container box in the page in pixels. Depending on the settings this box may be the page
- getContainerRight
- in file PDFreactor.class.php, method ExceedingContent::getContainerRight()
Returns the right coordinate of the the container box in the page in pixels. Depending on the settings this box may be the page
- getContainerTop
- in file PDFreactor.class.php, method ExceedingContent::getContainerTop()
Returns the top coordinate of the the container box in the page in pixels. Depending on the settings this box may be the page
- getDescription
- in file PDFreactor.class.php, method ExceedingContent::getDescription()
Returns the text that exceeds the page or null if this exceeding content is an image.
- getError
- in file PDFreactor.class.php, method PDFreactor::getError()
Returns the error messages generated during rendering.
- getExceedingBoxBottom
- in file PDFreactor.class.php, method ExceedingContent::getExceedingBoxBottom()
Returns the bottom coordinate of the the exceeding box in the page in pixels.
- getExceedingBoxLeft
- in file PDFreactor.class.php, method ExceedingContent::getExceedingBoxLeft()
Returns the left coordinate of the the exceeding box in the page in pixels.
- getExceedingBoxRight
- in file PDFreactor.class.php, method ExceedingContent::getExceedingBoxRight()
Returns the right coordinate of the the exceeding box in the page in pixels.
- getExceedingBoxTop
- in file PDFreactor.class.php, method ExceedingContent::getExceedingBoxTop()
Returns the top coordinate of the the exceeding box in the page in pixels.
- getExceedingContents
- in file PDFreactor.class.php, method PDFreactor::getExceedingContents()
Provides information about content exceeding its page or parent. Depends on the mode set via setLogExceedingContent().
- getHtml
- in file PDFreactor.class.php, method ExceedingContent::getHtml()
Returns the HTML of the box that contains the exceeding content.
- getLog
- in file PDFreactor.class.php, method PDFreactor::getLog()
Returns the log messages generated during rendering based on the log level.
- getNumberOfPages
- in file PDFreactor.class.php, method PDFreactor::getNumberOfPages()
Returns the number of pages of the document after conversion.
- getPageBottom
- in file PDFreactor.class.php, method ExceedingContent::getPageBottom()
Returns the bottom coordinate of the the page in pixels.
- getPageLeft
- in file PDFreactor.class.php, method ExceedingContent::getPageLeft()
Returns the left coordinate of the the page in pixels.
- getPageNumber
- in file PDFreactor.class.php, method ExceedingContent::getPageNumber()
Returns the number of the page that contains the exceeding content.
- getPageRight
- in file PDFreactor.class.php, method ExceedingContent::getPageRight()
Returns the right coordinate of the the page in pixels.
- getPageTop
- in file PDFreactor.class.php, method ExceedingContent::getPageTop()
Returns the top coordinate of the the page in pixels.
- getPath
- in file PDFreactor.class.php, method ExceedingContent::getPath()
Returns an array of integers denoting the indexes of the ancestors of the DOM node corresponding to the box containing the exceeding content, starting from below the root node down to the element itself.
- getSummary
- in file PDFreactor.class.php, method ExceedingContent::getSummary()
Returns a summary of this exceeding content object.
top
h
- HTTPS_MODE_LENIENT
- in file PDFreactor.class.php, constant HTTPS_MODE_LENIENT
Indicates lenient HTTPS behavior. This means that many certificate issues are ignored.
- HTTPS_MODE_STRICT
- in file PDFreactor.class.php, constant HTTPS_MODE_STRICT
Indicates strict HTTPS behavior. This matches the default behavior of Java.
top
top
j
- JAVASCRIPT_MODE_DISABLED
- in file PDFreactor.class.php, constant JAVASCRIPT_MODE_DISABLED
Indicates that JavaScript is disabled.
- JAVASCRIPT_MODE_ENABLED
- in file PDFreactor.class.php, constant JAVASCRIPT_MODE_ENABLED
Indicates that JavaScript is enabled.
- JAVASCRIPT_MODE_ENABLED_NO_LAYOUT
- in file PDFreactor.class.php, constant JAVASCRIPT_MODE_ENABLED_NO_LAYOUT
Indicates that JavaScript is enabled, without access to layout data.
- JAVASCRIPT_MODE_ENABLED_REAL_TIME
- in file PDFreactor.class.php, constant JAVASCRIPT_MODE_ENABLED_REAL_TIME
Indicates that JavaScript is enabled, without converter-specific optimizations to timeouts and intervals. This mode is significantly more time consuming and should only be used when no other mode provides the expected results.
- JAVASCRIPT_MODE_ENABLED_TIME_LAPSE
- in file PDFreactor.class.php, constant JAVASCRIPT_MODE_ENABLED_TIME_LAPSE
Indicates that JavaScript is enabled, with time stamps increasing more quickly.
top
k
- KEYSTORE_TYPE_JKS
- in file PDFreactor.class.php, constant KEYSTORE_TYPE_JKS
Keystore type "jks"
- KEYSTORE_TYPE_PKCS12
- in file PDFreactor.class.php, constant KEYSTORE_TYPE_PKCS12
Keystore type "pkcs12"
top
l
- LOG_LEVEL_DEBUG
- in file PDFreactor.class.php, constant LOG_LEVEL_DEBUG
Indicates that debug, info, warn and fatal log events will be logged.
- LOG_LEVEL_FATAL
- in file PDFreactor.class.php, constant LOG_LEVEL_FATAL
Indicates that only fatal log events will be logged.
- LOG_LEVEL_INFO
- in file PDFreactor.class.php, constant LOG_LEVEL_INFO
Indicates that info, warn and fatal log events will be logged.
- LOG_LEVEL_NONE
- in file PDFreactor.class.php, constant LOG_LEVEL_NONE
Indicates that no log events will be logged.
- LOG_LEVEL_PERFORMANCE
- in file PDFreactor.class.php, constant LOG_LEVEL_PERFORMANCE
Indicates that all log events will be logged.
- LOG_LEVEL_WARN
- in file PDFreactor.class.php, constant LOG_LEVEL_WARN
Indicates that warn and fatal log events will be logged.
top
m
- MERGE_MODE_APPEND
- in file PDFreactor.class.php, constant MERGE_MODE_APPEND
Default merge mode: Append converted document to existing PDF.
- MERGE_MODE_OVERLAY
- in file PDFreactor.class.php, constant MERGE_MODE_OVERLAY
Alternate merge mode (overlay): Adding converted document above the existing PDF.
- MERGE_MODE_OVERLAY_BELOW
- in file PDFreactor.class.php, constant MERGE_MODE_OVERLAY_BELOW
Alternate merge mode (overlay): Adding converted document below the existing PDF.
- MERGE_MODE_PREPEND
- in file PDFreactor.class.php, constant MERGE_MODE_PREPEND
Alternate merge mode: Prepend converted document to existing PDF.
top
o
- OUTPUT_FORMAT_BMP
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_BMP
BMP output format
- OUTPUT_FORMAT_GIF
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_GIF
GIF output format
- OUTPUT_FORMAT_JPEG
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_JPEG
JPEG output format
- OUTPUT_FORMAT_PDF
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_PDF
PDF output format
- OUTPUT_FORMAT_PNG
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_PNG
PNG output format (using Java Image I/O)
- OUTPUT_FORMAT_PNG_AI
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_PNG_AI
PNG output format (using Apache Imaging)
- OUTPUT_FORMAT_PNG_TRANSPARENT
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_PNG_TRANSPARENT
Transparent PNG output format (using Java Image I/O)
- OUTPUT_FORMAT_PNG_TRANSPARENT_AI
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_PNG_TRANSPARENT_AI
Transparent PNG output format (using Apache Imaging)
- OUTPUT_FORMAT_TIFF_CCITT_1D
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_TIFF_CCITT_1D
Monochrome CCITT 1D compressed TIFF output format
- OUTPUT_FORMAT_TIFF_CCITT_GROUP_3
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_TIFF_CCITT_GROUP_3
Monochrome CCITT Group 3 compressed TIFF output format
- OUTPUT_FORMAT_TIFF_CCITT_GROUP_4
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_TIFF_CCITT_GROUP_4
Monochrome CCITT Group 4 compressed TIFF output format
- OUTPUT_FORMAT_TIFF_LZW
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_TIFF_LZW
LZW compressed TIFF output format
- OUTPUT_FORMAT_TIFF_PACKBITS
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_TIFF_PACKBITS
PackBits compressed TIFF output format
- OUTPUT_FORMAT_TIFF_UNCOMPRESSED
- in file PDFreactor.class.php, constant OUTPUT_FORMAT_TIFF_UNCOMPRESSED
Uncompressed TIFF output format
- OVERLAY_REPEAT_ALL_PAGES
- in file PDFreactor.class.php, constant OVERLAY_REPEAT_ALL_PAGES
All pages of the shorter document are repeated, to overlay all pages of the longer document.
- OVERLAY_REPEAT_LAST_PAGE
- in file PDFreactor.class.php, constant OVERLAY_REPEAT_LAST_PAGE
Last page of the shorter document is repeated, to overlay all pages of the longer document.
- OVERLAY_REPEAT_NONE
- in file PDFreactor.class.php, constant OVERLAY_REPEAT_NONE
No pages of the shorter document are repeated, leaving some pages of the longer document without overlay.
top
p
- PAGES_PER_SHEET_DIRECTION_DOWN_LEFT
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_DOWN_LEFT
Arranges the pages on a sheet from top to bottom and right to left.
- PAGES_PER_SHEET_DIRECTION_DOWN_RIGHT
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_DOWN_RIGHT
Arranges the pages on a sheet from top to bottom and left to right.
- PAGES_PER_SHEET_DIRECTION_LEFT_DOWN
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_LEFT_DOWN
Arranges the pages on a sheet from right to left and top to bottom.
- PAGES_PER_SHEET_DIRECTION_LEFT_UP
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_LEFT_UP
Arranges the pages on a sheet from right to left and bottom to top.
- PAGES_PER_SHEET_DIRECTION_RIGHT_DOWN
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_RIGHT_DOWN
Arranges the pages on a sheet from left to right and top to bottom.
- PAGES_PER_SHEET_DIRECTION_RIGHT_UP
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_RIGHT_UP
Arranges the pages on a sheet from left to right and bottom to top.
- PAGES_PER_SHEET_DIRECTION_UP_LEFT
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_UP_LEFT
Arranges the pages on a sheet from bottom to top and right to left.
- PAGES_PER_SHEET_DIRECTION_UP_RIGHT
- in file PDFreactor.class.php, constant PAGES_PER_SHEET_DIRECTION_UP_RIGHT
Arranges the pages on a sheet from bottom to top and left to right.
- PAGE_ORDER_BOOKLET
- in file PDFreactor.class.php, constant PAGE_ORDER_BOOKLET
Page order mode to arrange all pages in booklet order.
- PAGE_ORDER_BOOKLET_RTL
- in file PDFreactor.class.php, constant PAGE_ORDER_BOOKLET_RTL
Page order mode to arrange all pages in right-to-left booklet order.
- PAGE_ORDER_EVEN
- in file PDFreactor.class.php, constant PAGE_ORDER_EVEN
Page order mode to keep even pages only.
- PAGE_ORDER_ODD
- in file PDFreactor.class.php, constant PAGE_ORDER_ODD
Page order mode to keep odd pages only.
- PAGE_ORDER_REVERSE
- in file PDFreactor.class.php, constant PAGE_ORDER_REVERSE
Page order mode to reverse the page order.
- PDFreactor
- in file PDFreactor.class.php, method PDFreactor::PDFreactor()
Constructs a new PDFreactor object.
- PDFreactor
- in file PDFreactor.class.php, class PDFreactor
- PDFreactor.class.php
- procedural page PDFreactor.class.php
- PROCESSING_PREFERENCES_SAVE_MEMORY_IMAGES
- in file PDFreactor.class.php, constant PROCESSING_PREFERENCES_SAVE_MEMORY_IMAGES
Processing preferences flag for the memory saving mode for images.
top
top
s
- setAddAttachments
- in file PDFreactor.class.php, method PDFreactor::setAddAttachments()
Enables or disables attachments specified in style sheets.
- setAddBookmarks
- in file PDFreactor.class.php, method PDFreactor::setAddBookmarks()
Enables or disables bookmarks in the PDF document.
- setAddComments
- in file PDFreactor.class.php, method PDFreactor::setAddComments()
Enables or disables comments in the PDF document.
- setAddLinks
- in file PDFreactor.class.php, method PDFreactor::setAddLinks()
Enables or disables links in the PDF document.
- setAddOverprint
- in file PDFreactor.class.php, method PDFreactor::setAddOverprint()
Enables or disables overprinting.
- setAddPreviewImages
- in file PDFreactor.class.php, method PDFreactor::setAddPreviewImages()
Enables or disables embedding of image previews per page in the PDF document.
- setAddTags
- in file PDFreactor.class.php, method PDFreactor::setAddTags()
Enables or disables tagging of PDF document.
- setAllowAnnotations
- in file PDFreactor.class.php, method PDFreactor::setAllowAnnotations()
Enables or disables the 'annotations' restriction in the PDF document.
- setAllowAssembly
- in file PDFreactor.class.php, method PDFreactor::setAllowAssembly()
Enables or disables the 'assembly' restriction in the PDF document.
- setAllowCopy
- in file PDFreactor.class.php, method PDFreactor::setAllowCopy()
Enables or disables the 'copy' restriction in the PDF document.
- setAllowDegradedPrinting
- in file PDFreactor.class.php, method PDFreactor::setAllowDegradedPrinting()
Enables or disables the 'degraded printing' restriction in the PDF document.
- setAllowFillIn
- in file PDFreactor.class.php, method PDFreactor::setAllowFillIn()
Enables or disables the 'fill in' restriction in the PDF document.
- setAllowModifyContents
- in file PDFreactor.class.php, method PDFreactor::setAllowModifyContents()
Enables or disables the 'modify contents' restriction in the PDF document.
- setAllowPrinting
- in file PDFreactor.class.php, method PDFreactor::setAllowPrinting()
Enables or disables the 'printing' restriction in the PDF document.
- setAllowScreenReaders
- in file PDFreactor.class.php, method PDFreactor::setAllowScreenReaders()
Enables or disables the 'screen readers' restriction in the PDF document.
- setAppendLog
- in file PDFreactor.class.php, method PDFreactor::setAppendLog()
Specifies whether or not the log data should be added to the PDF document.
- setAuthenticationCredentials
- in file PDFreactor.class.php, method PDFreactor::setAuthenticationCredentials()
Enables access to resources that are secured via Basic or Digest authentication.
- setAuthor
- in file PDFreactor.class.php, method PDFreactor::setAuthor()
Sets the value of the author field of the PDF document.
- setBaseURL
- in file PDFreactor.class.php, method PDFreactor::setBaseURL()
Sets the base URL of the XML document.
- setBookletMode
- in file PDFreactor.class.php, method PDFreactor::setBookletMode()
Convenience method to set pages-per-sheet properties and page order in one step to create a booklet.
- setCacheFonts
- in file PDFreactor.class.php, method PDFreactor::setCacheFonts()
Enables or disables caching of font information.
- setCleanupTool
- in file PDFreactor.class.php, method PDFreactor::setCleanupTool()
Sets the cleanup tool to use for documents with unparsable content.
- setConformance
- in file PDFreactor.class.php, method PDFreactor::setConformance()
Sets the conformance of the PDF.
- setContinuousOutput
- in file PDFreactor.class.php, method PDFreactor::setContinuousOutput()
Enables the conversion of the input document into one image.
- setCookie
- in file PDFreactor.class.php, method PDFreactor::setCookie()
Adds a cookie to all outgoing HTTP connections. If the key already exists, the pair is overwritten.
- setCreator
- in file PDFreactor.class.php, method PDFreactor::setCreator()
Sets the value of creator field of the PDF document.
- setDefaultColorSpace
- in file PDFreactor.class.php, method PDFreactor::setDefaultColorSpace()
Sets whether to convert color key words to CMYK instead of RGB.
- setDisableFontEmbedding
- in file PDFreactor.class.php, method PDFreactor::setDisableFontEmbedding()
Sets whether fonts will not be embedded into the resulting PDF.
- setDisableFontRegistration
- in file PDFreactor.class.php, method PDFreactor::setDisableFontRegistration()
Enables or disables the font registration. If font registration is enabled and a valid font cache exists, then this font cache will be used.
- setDisableSystemFonts
- in file PDFreactor.class.php, method PDFreactor::setDisableSystemFonts()
Enables or disables system fonts.
- setDocumentDefaultLanguage
- in file PDFreactor.class.php, method PDFreactor::setDocumentDefaultLanguage()
Sets the language used for documents having no explicit language attribute set.
- setDocumentType
- in file PDFreactor.class.php, method PDFreactor::setDocumentType()
Sets the document type.
- setEncoding
- in file PDFreactor.class.php, method PDFreactor::setEncoding()
Sets the encoding of the document.
- setEncryption
- in file PDFreactor.class.php, method PDFreactor::setEncryption()
Sets the encryption.
- setFontCachePath
- in file PDFreactor.class.php, method PDFreactor::setFontCachePath()
Sets the path of the font cache.
- setFontDirectory
- in file PDFreactor.class.php, method PDFreactor::setFontDirectory()
- setFontFallback
- in file PDFreactor.class.php, method PDFreactor::setFontFallback()
Sets a list of fallback font families used for character substitution. This list is iterated for characters that can not be displayed with any of the fonts specified via the CSS property font-family.
- setFullCompression
- in file PDFreactor.class.php, method PDFreactor::setFullCompression()
Enables or disables full compression of the PDF document.
- setHTTPSMode
- in file PDFreactor.class.php, method PDFreactor::setHTTPSMode()
Sets the HTTPS mode.
- setJavaScriptMode
- in file PDFreactor.class.php, method PDFreactor::setJavaScriptMode()
Sets the JavaScript mode.
- setKeywords
- in file PDFreactor.class.php, method PDFreactor::setKeywords()
Sets the value of the keywords field of the PDF document.
- setLicenseKey
- in file PDFreactor.class.php, method PDFreactor::setLicenseKey()
Sets the license key using a string.
- setLogExceedingContent
- in file PDFreactor.class.php, method PDFreactor::setLogExceedingContent()
Whether to log content exceeding the page.
- setLogLevel
- in file PDFreactor.class.php, method PDFreactor::setLogLevel()
Sets the log level.
- setMergeBeforePDF
- in file PDFreactor.class.php, method PDFreactor::setMergeBeforePDF()
- setMergeByteArray
- in file PDFreactor.class.php, method PDFreactor::setMergeByteArray()
This methods sets a byte array containing an external PDF document which will be merged with the PDF document generated by the XML source.
- setMergeByteArrays
- in file PDFreactor.class.php, method PDFreactor::setMergeByteArrays()
This method sets an array of byte arrays that contain multiple external PDFs which will be merged with the PDF document generated by the XML source.
- setMergeMode
- in file PDFreactor.class.php, method PDFreactor::setMergeMode()
Sets the merge mode.
- setMergeURL
- in file PDFreactor.class.php, method PDFreactor::setMergeURL()
This methods sets a URL of an external PDF document which will be merged with the PDF document generated by the XML source.
- setMergeURLs
- in file PDFreactor.class.php, method PDFreactor::setMergeURLs()
This method sets an array of URLs of external PDF documents which will be merged with the PDF document generated by the XML source.
- setOutputFormat
- in file PDFreactor.class.php, method PDFreactor::setOutputFormat()
Sets the output format. The default value is PDF.
- setOutputIntentFromByteArray
- in file PDFreactor.class.php, method PDFreactor::setOutputIntentFromByteArray()
Sets the ouput intent including the identifier and the ICC profile to be embedded into the PDF.
- setOutputIntentFromURL
- in file PDFreactor.class.php, method PDFreactor::setOutputIntentFromURL()
Sets the ouput intent including the identifier and the ICC profile to be embedded into the PDF.
- setOverlayRepeat
- in file PDFreactor.class.php, method PDFreactor::setOverlayRepeat()
If one of the documents of an overlay process is shorter than the other, this method allows repeating either its last page or all of its pages in order to overlay all pages of the longer document.
- setOwnerPassword
- in file PDFreactor.class.php, method PDFreactor::setOwnerPassword()
Sets the owner password of the PDF document.
- setPageOrder
- in file PDFreactor.class.php, method PDFreactor::setPageOrder()
Sets the page order of the direct result of the conversion.
- setPagesPerSheetProperties
- in file PDFreactor.class.php, method PDFreactor::setPagesPerSheetProperties()
Sets the properties of a sheet on which multiple pages are being arranged.
- setPixelsPerInch
- in file PDFreactor.class.php, method PDFreactor::setPixelsPerInch()
Sets the pixels per inch.
- setPixelsPerInchShrinkToFit
- in file PDFreactor.class.php, method PDFreactor::setPixelsPerInchShrinkToFit()
Whether the pixels per inch should be adapted automatically to avoid content exceeding pages.
- setPostTransformationDocumentType
- in file PDFreactor.class.php, method PDFreactor::setPostTransformationDocumentType()
Sets the document type after the XSL-Transformations have been applied.
- setPrintDialogPrompt
- in file PDFreactor.class.php, method PDFreactor::setPrintDialogPrompt()
Enables or disables a print dialog to be shown upon opening the generated PDF document by a PDF viewer.
- setProcessingPreferences
- in file PDFreactor.class.php, method PDFreactor::setProcessingPreferences()
Preferences that influence the conversion process without changing the output.
- setRequestHeader
- in file PDFreactor.class.php, method PDFreactor::setRequestHeader()
Adds a request header to all outgoing HTTP connections. If the key already exists, the pair is overwritten.
- setSignPDF
- in file PDFreactor.class.php, method PDFreactor::setSignPDF()
Sets a digital certificate to sign the newly created PDF.
- setSubject
- in file PDFreactor.class.php, method PDFreactor::setSubject()
Sets the value of the subject field of the PDF document.
- setThrowLicenseExceptions
- in file PDFreactor.class.php, method PDFreactor::setThrowLicenseExceptions()
Whether an exception should be thrown when no legal full license key is set.
- setTitle
- in file PDFreactor.class.php, method PDFreactor::setTitle()
Sets the value of the title field of the PDF document.
- setUserPassword
- in file PDFreactor.class.php, method PDFreactor::setUserPassword()
Sets the user password of the PDF document.
- setViewerPreferences
- in file PDFreactor.class.php, method PDFreactor::setViewerPreferences()
Sets the page layout and page mode preferences of the PDF.
- setXSLTMode
- in file PDFreactor.class.php, method PDFreactor::setXSLTMode()
Enables or disables XSLT transformations.
- SIGNING_MODE_SELF_SIGNED
- in file PDFreactor.class.php, constant SIGNING_MODE_SELF_SIGNED
Signing mode for self-signed certificates
- SIGNING_MODE_VERISIGN_SIGNED
- in file PDFreactor.class.php, constant SIGNING_MODE_VERISIGN_SIGNED
Signing mode for VeriSign certificates
- SIGNING_MODE_WINCER_SIGNED
- in file PDFreactor.class.php, constant SIGNING_MODE_WINCER_SIGNED
Signing mode for Windows certificates
top
v
- VIEWER_PREFERENCES_CENTER_WINDOW
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_CENTER_WINDOW
Position the document's window in the center of the screen.
- VIEWER_PREFERENCES_DIRECTION_L2R
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_DIRECTION_L2R
Position pages in ascending order from left to right.
- VIEWER_PREFERENCES_DIRECTION_R2L
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_DIRECTION_R2L
Position pages in ascending order from right to left.
- VIEWER_PREFERENCES_DISPLAY_DOC_TITLE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_DISPLAY_DOC_TITLE
Display the document's title in the top bar.
- VIEWER_PREFERENCES_DUPLEX_FLIP_LONG_EDGE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_DUPLEX_FLIP_LONG_EDGE
Print dialog default setting: duplex (long edge)
- VIEWER_PREFERENCES_DUPLEX_FLIP_SHORT_EDGE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_DUPLEX_FLIP_SHORT_EDGE
Print dialog default setting: duplex (short edge)
- VIEWER_PREFERENCES_DUPLEX_SIMPLEX
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_DUPLEX_SIMPLEX
Print dialog default setting: simplex
- VIEWER_PREFERENCES_FIT_WINDOW
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_FIT_WINDOW
Resize the document's window to fit the size of the first displayed page
- VIEWER_PREFERENCES_HIDE_MENUBAR
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_HIDE_MENUBAR
Hide the viewer application's menu bar when the document is active.
- VIEWER_PREFERENCES_HIDE_TOOLBAR
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_HIDE_TOOLBAR
Hide the viewer application's tool bars when the document is active.
- VIEWER_PREFERENCES_HIDE_WINDOW_UI
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_HIDE_WINDOW_UI
Hide user interface elements in the document's window.
- VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_NONE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_NONE
Show document outline panel on exiting full-screen mode. Has to be combined with VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN.
- VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OC
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OC
Show attachments panel on exiting full-screen mode. Has to be combined with VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN.
- VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES
Show thumbnail images panel on exiting full-screen mode. Has to be combined with VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN.
- VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_THUMBS
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_NON_FULLSCREEN_PAGE_MODE_USE_THUMBS
Show optional content group panel on exiting full-screen mode. Has to be combined with VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN.
- VIEWER_PREFERENCES_PAGE_LAYOUT_ONE_COLUMN
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_LAYOUT_ONE_COLUMN
Display the pages in one column.
- VIEWER_PREFERENCES_PAGE_LAYOUT_SINGLE_PAGE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_LAYOUT_SINGLE_PAGE
Display one page at a time. (default)
- VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_LEFT
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_LEFT
Display the pages in two columns, with odd numbered pages on the left.
- VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_RIGHT
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_COLUMN_RIGHT
Display the pages in two columns, with odd numbered pages on the right.
- VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_LEFT
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_LEFT
Display two pages at a time, with odd numbered pages on the left.
- VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_RIGHT
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_LAYOUT_TWO_PAGE_RIGHT
Display two pages at a time, with odd numbered pages on the right.
- VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_MODE_FULLSCREEN
Switch to fullscreen mode on startup.
- VIEWER_PREFERENCES_PAGE_MODE_USE_ATTACHMENTS
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_MODE_USE_ATTACHMENTS
Show attachments panel on startup.
- VIEWER_PREFERENCES_PAGE_MODE_USE_NONE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_MODE_USE_NONE
Show no panel on startup.
- VIEWER_PREFERENCES_PAGE_MODE_USE_OC
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_MODE_USE_OC
Show optional content group panel on startup.
- VIEWER_PREFERENCES_PAGE_MODE_USE_OUTLINES
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_MODE_USE_OUTLINES
Show document outline panel on startup.
- VIEWER_PREFERENCES_PAGE_MODE_USE_THUMBS
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PAGE_MODE_USE_THUMBS
Show thumbnail images panel on startup.
- VIEWER_PREFERENCES_PICKTRAYBYPDFSIZE_FALSE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PICKTRAYBYPDFSIZE_FALSE
Print dialog default setting: do not pick tray by PDF size
- VIEWER_PREFERENCES_PICKTRAYBYPDFSIZE_TRUE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PICKTRAYBYPDFSIZE_TRUE
Print dialog default setting: pick tray by PDF size
- VIEWER_PREFERENCES_PRINTSCALING_APPDEFAULT
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PRINTSCALING_APPDEFAULT
Print dialog default setting: set scaling to application default value.
- VIEWER_PREFERENCES_PRINTSCALING_NONE
- in file PDFreactor.class.php, constant VIEWER_PREFERENCES_PRINTSCALING_NONE
Print dialog default setting: disabled scaling
top
|
|