Com\Tecnick\Pdf\Output
Output PDF data
Tags
Table of Contents
- $objid : array<string|int, mixed>
- Array containing the ID of some named PDF objects
- getOutPDFString() : string
- Returns the RAW PDF string
- getLayerDic() : mixed
- Get the PDF output string for Layer resources dictionary
- getOnOff() : mixed
- Returns 'ON' if $val is true, 'OFF' otherwise
- getOutAnnotations() : string
- Returns the PDF Annotations entry
- getOutBookmarks() : string
- Returns the PDF Bookmarks entry
- getOutCatalog() : string
- Returns the PDF Catalog entry
- getOutDestinations() : string
- Returns the PDF Destinations entry
- getOutEmbeddedFiles() : string
- Returns the PDF Embedded Files entry
- getOutFontDic() : mixed
- Get the PDF output string for Font resources dictionary
- getOutICC() : string
- Returns the PDF object to include a standard sRGB_IEC61966-2.1 blackscaled ICC colour profile
- getOutJavascript() : string
- Returns the PDF Javascript entry
- getOutOCG() : string
- Returns the PDF OCG entry
- getOutPDFBody() : string
- Returns the raw PDF Body section
- getOutPDFHeader() : string
- Returns the PDF document header
- getOutPDFTrailer() : string
- Returns the PDF Trailer section
- getOutPDFXref() : string
- Returns the PDF XREF section
- getOutputIntents() : string
- Set OutputIntents
- getOutputIntentsPdfX() : string
- Get OutputIntents for PDF-X if required
- getOutputIntentsSrgb() : string
- Get OutputIntents for sRGB IEC61966-2.1 if required
- getOutResourcesDict() : string
- Returns the PDF Resources Dictionary entry
- getOutSignature() : string
- Returns the PDF signarure entry
- getOutSignatureFields() : string
- Returns the PDF Signature Fields entry
- getOutXObjects() : string
- Returns the PDF XObjects entry
- getPDFLayers() : string
- Get the PDF layers
- getPDFObjectOffsets() : array<string|int, mixed>
- Returns the ordered offset array for each object
- getXObjectDic() : mixed
- Get the PDF output string for XObject resources dictionary
Properties
$objid
Array containing the ID of some named PDF objects
protected array<string|int,
mixed> $objid = array()
Methods
getOutPDFString()
Returns the RAW PDF string
public getOutPDFString()
: string
Return values
string —getLayerDic()
Get the PDF output string for Layer resources dictionary
protected getLayerDic()
: mixed
return string
Return values
mixed —getOnOff()
Returns 'ON' if $val is true, 'OFF' otherwise
protected getOnOff(mixed $val)
: mixed
return string
Parameters
- $val : mixed
Return values
mixed —getOutAnnotations()
Returns the PDF Annotations entry
protected getOutAnnotations()
: string
Return values
string —getOutBookmarks()
Returns the PDF Bookmarks entry
protected getOutBookmarks()
: string
Return values
string —getOutCatalog()
Returns the PDF Catalog entry
protected getOutCatalog()
: string
Return values
string —getOutDestinations()
Returns the PDF Destinations entry
protected getOutDestinations()
: string
Return values
string —getOutEmbeddedFiles()
Returns the PDF Embedded Files entry
protected getOutEmbeddedFiles()
: string
Return values
string —getOutFontDic()
Get the PDF output string for Font resources dictionary
protected getOutFontDic()
: mixed
return string
Return values
mixed —getOutICC()
Returns the PDF object to include a standard sRGB_IEC61966-2.1 blackscaled ICC colour profile
protected getOutICC()
: string
Return values
string —getOutJavascript()
Returns the PDF Javascript entry
protected getOutJavascript()
: string
Return values
string —getOutOCG()
Returns the PDF OCG entry
protected getOutOCG()
: string
Return values
string —getOutPDFBody()
Returns the raw PDF Body section
protected getOutPDFBody()
: string
Return values
string —getOutPDFHeader()
Returns the PDF document header
protected getOutPDFHeader()
: string
Return values
string —getOutPDFTrailer()
Returns the PDF Trailer section
protected getOutPDFTrailer()
: string
Return values
string —getOutPDFXref()
Returns the PDF XREF section
protected getOutPDFXref(array<string|int,
mixed> $offset)
: string
Parameters
- $offset : array<string|int, mixed>
-
Ordered offset array for each PDF object
Return values
string —getOutputIntents()
Set OutputIntents
protected getOutputIntents()
: string
Return values
string —getOutputIntentsPdfX()
Get OutputIntents for PDF-X if required
protected getOutputIntentsPdfX()
: string
Return values
string —getOutputIntentsSrgb()
Get OutputIntents for sRGB IEC61966-2.1 if required
protected getOutputIntentsSrgb()
: string
Return values
string —getOutResourcesDict()
Returns the PDF Resources Dictionary entry
protected getOutResourcesDict()
: string
Return values
string —getOutSignature()
Returns the PDF signarure entry
protected getOutSignature()
: string
Return values
string —getOutSignatureFields()
Returns the PDF Signature Fields entry
protected getOutSignatureFields()
: string
Return values
string —getOutXObjects()
Returns the PDF XObjects entry
protected getOutXObjects()
: string
Return values
string —getPDFLayers()
Get the PDF layers
protected getPDFLayers()
: string
Return values
string —getPDFObjectOffsets()
Returns the ordered offset array for each object
protected getPDFObjectOffsets(string $data)
: array<string|int,
mixed>
Parameters
- $data : string
-
Raw PDF data
Return values
array<string|int, mixed> —getXObjectDic()
Get the PDF output string for XObject resources dictionary
protected getXObjectDic()
: mixed
return string