setasign\SetaPDF2\Stamper\Stamp
AbstractStamp The abstract base stamp class
File: /SetaPDF v2/Stamper/Stamp/AbstractStamp.php
Old class name (alias):
\SetaPDF_Stamper_Stamp
Class hierarchy
Summary
Methods
- _cacheStampData()
- _ensureResources()
- _getOpacityGraphicState()
- _getVisibilityGroup()
- _postStamp()
- _preStamp()
- _putAction()
- _stamp()
- _stampByCache()
- getAction()
- getDimensions()
- getHeight()
- getOpacity()
- getOpacityBlendMode()
- getOptionalContentGroup()
- getOriginX()
- getOriginY()
- getVisibility()
- getWidth()
- setAction()
- setLink()
- setOpacity()
- setOptionalContentGroup()
- setVisibility()
- stamp()
- updateCacheCounter()
Constants
VISIBILITY_ALL
Visibility constant
VISIBILITY_PRINT
Visibility constant
VISIBILITY_VIEW
Visibility constant
Properties
$_action
The currently attached action object
$_dataCache
$_opacityGs
Graphic state objects for handling transparency
Array of \setasign\SetaPDF2\Core\Resource\ExtGState objects
Methods
_cacheStampData()
string $stream,
array $quadPoints
Caches a content stream part.
Parameters
- $cacheKey : string
- $stream : string
- $quadPoints : array
_ensureResources()
Ensures that all stamp resources are added to the page.
This is needed to reuse a cached stamp stream.
Parameters
- $document : \SetaPDF_Core_Document
- $page : \SetaPDF_Core_Document_Page
Return Values
An array of resource names
Exceptions
_getOpacityGraphicState()
Get and caches opacity graphic states.
Parameters
- $document : \SetaPDF_Core_Document
- $opacity : float
_getVisibilityGroup()
Get and adds the visibility group of this stamp to a document.
Parameters
- $document : \SetaPDF_Core_Document
Exceptions
_postStamp()
Method which is called after the main stamp method is executed.
Parameters
- $document : \SetaPDF_Core_Document
- $page : \SetaPDF_Core_Document_Page
- $stampData : array
Exceptions
_preStamp()
Method which is called before the main stamp method is executed.
Parameters
- $document : \SetaPDF_Core_Document
- $page : \SetaPDF_Core_Document_Page
- $stampData : array
Exceptions
_putAction()
\SetaPDF_Core_Document_Page $page,
array $stampData,
number $xy1,
number $xy2,
number $xy3,
number $xy4
Put the action via an link annotation above the stamp object.
Parameters
- $document : \SetaPDF_Core_Document
- $page : \SetaPDF_Core_Document_Page
- $stampData : array
- $xy1 : number
- $xy2 : number
- $xy3 : number
- $xy4 : number
Exceptions
_stamp()
Stamp this stamp object onto a page.
Parameters
- $document : \SetaPDF_Core_Document
- $page : \SetaPDF_Core_Document_Page
- $stampData : array
_stampByCache()
Try to stamp with the page with a cached content stream part.
Parameters
- $document : \SetaPDF_Core_Document
- $page : \SetaPDF_Core_Document_Page
- $stampData : array
Return Values
True if the stamp was written by a cache object, a cache key if it was not found
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception
getOptionalContentGroup()
Get the optional content group for this stamp.
getOriginX()
Get the x-origin in view to the position of the stamp object.
Parameters
- $page : \SetaPDF_Core_Document_Page
The page instance
- $position : string
Position constant \setasign\SetaPDF2\Stamper\Stamper::POSITION_XXX
Exceptions
getOriginY()
Get the y-origin in view to the position of the stamp object.
Parameters
- $page : \SetaPDF_Core_Document_Page
The page instance
- $position : string
Position constant \setasign\SetaPDF2\Stamper\Stamper::POSITION_XXX
Exceptions
setAction()
Add an action object to the stamp object.
Parameters
- $action : \SetaPDF_Core_Document_Action
The action object
setLink()
Set a link onto the stamp.
Parameters
- $uri : string
The link
Exceptions
Throws \setasign\SetaPDF2\Core\Type\Exception
See
setOpacity()
Set the opacity and blend mode of the stamp object.
Parameters
- $alpha : float
A value between 0 and 1, whereas 1 is defined as 100% opacity
- $blendMode : string
A blend mode defined in PDF 32000-1:2008 - 11.3.5, "Blend Mode"
Exceptions
Throws \InvalidArgumentException
setOptionalContentGroup()
Set the optional content group for this stamp.
Parameters
- $optionalContentGroup : ?\SetaPDF_Core_Document_OptionalContent_Group
setVisibility()
Set the visibility of the stamp object.
This method controls the visibility of the stamp object on screen view and/or printer output.
Parameters
- $visibility : ?string
Use the constants VISIBILITY_XXX or null(equal to VISIBILITY_ALL)
Exceptions
Throws \InvalidArgumentException
stamp()
Stamp this stamp object onto a page.
Parameters
- $document : \SetaPDF_Core_Document
The document object
- $page : \SetaPDF_Core_Document_Page
The page object
- $stampData : array
The stampData array
Exceptions
Throws \setasign\SetaPDF2\Core\SecHandler\Exception