Pacote | coldfusion.service.mxml |
Classe | public class Pdf |
Herança | Pdf BasicService InternalConfig Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Propriedade | Definido por | ||
---|---|---|---|
action : String
Action string for the service. | BasicService | ||
addQuads : Boolean = false
Add the position or quadrants of the thumbnail
| |||
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
copyFrom : String
Pathname of the PDF document from which to use the first page as a watermark. | |||
ddxString : String
Pathname of the DDX file, or a string with DDX instructions. | |||
destination : String
Specifies the destination for the remoting call. | InternalConfig | ||
encrypt : String
Encryption type for the PDF output file:
RC4_40
RC4_128
RC4_128M
AES_128
None
| |||
foreground : Boolean
Placement of the watermark on the page:
yes: the watermark appears in the foreground (over the page content).
no: the watermark appears in the background (behind the page content).
| |||
format : String
File type of thumbnail image output:
jpg
tiff
png
| |||
honourSpaces : Boolean = false
Set this option to "true", for improved readability and spacing. | |||
image : String
Image used as a watermark. | |||
imagePrefix : String
Prefix used for each image thumbnail file generated. | |||
info : Array
Structure variable for relevant information, for example, “ #infoStruct#". | |||
inputFiles : Array
Structure that maps the PDF source files to the input variables
in the DDX file, or a string of elements and their pathname. | |||
isbase64 : Boolean
Valid only when the image attribute is specified. | |||
keepBookmark : Boolean
Specifies whether bookmarks from the source PDF documents are retained
in the merged document:
yes: the bookmarks are retained.
no: the bookmarks are removed.
| |||
newOwnerPassword : String
Password used to set permissions on a PDF document. | |||
newUserPassword : String
Password used to open PDF document. | |||
opacity : uint = 3
Opacity of the watermark. | |||
outputFiles : Array
Structure that contains the output files in the DDX file or string as
keys and the pathname to the result file as the value. | |||
pages : String
Page or pages in the source PDF document on which to perform the action. | |||
password : String
Owner or user password of the source PDF document,
if the document is password-protected. | |||
pdfParam : Array
Provides additional information for the cfpdf tag. | |||
permissions : String
Type of permissions on the PDF document:
All
AllowAssembly
AllowCopy
AllowDegradedPrinting
AllowFillIn
AllowModifyAnnotations
AllowModifyContents
AllowPrinting
AllowScreenReaders
AllowSecure
None
| |||
position : String
Position on the page where the watermark is placed. | |||
resolution : String
Image quality used to generate thumbnail images:
high: use high resolution (uses more memory).
low: use low resolution.
| |||
rotation : String
Degree of rotation of the watermark image on the page, for example, “60”. | |||
scale : uint = 25
Size of the thumbnail relative to the source page. | |||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : String
Username to access ColdFusion services. | InternalConfig | ||
showOnPrint : Boolean
Specify whether to print the watermark with the PDF document:
yes: the watermark is printed with the PDF document.
no: the watermark is display-only.
| |||
source : String
PDF document used as the source. | |||
stopOnError : Boolean
Valid only if the directory attribute is specified. | |||
transparent : Boolean
(format="png" only)
Specifies whether the image background is transparent or opaque:
yes: the background is transparent.
no: the background is opaque.
| |||
type : String = "string"
Type attribute indicates the text format in which the text
has to be extracted for the action extractText. | |||
useStructure : Boolean = true
Lets you extract content based on the PDF structure. |
Método | Definido por | ||
---|---|---|---|
Pdf()
Creates an instance of the Pdf class. | |||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BasicService | ||
Dispatches an event into the event flow. | BasicService | ||
Sends the information to the ColdFusion service based on the action and
attributes that the user sets. | |||
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | ||
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
Método | Definido por | ||
---|---|---|---|
[substituir]
This is the overriden function of the default implementation is BasicService. |
addQuads | propriedade |
public var addQuads:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9.0.1 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Add the position or quadrants of the thumbnail
O valor padrão é false
.
copyFrom | propriedade |
public var copyFrom:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Pathname of the PDF document from which to use the first page as a watermark.
ddxString | propriedade |
public var ddxString:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Pathname of the DDX file, or a string with DDX instructions.
encrypt | propriedade |
public var encrypt:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Encryption type for the PDF output file:
RC4_40
RC4_128
RC4_128M
AES_128
None
O valor padrão é RC4_128
(Acrobat 5.0 or higher).
foreground | propriedade |
public var foreground:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Placement of the watermark on the page:
yes
: the watermark appears in the foreground (over the page content).no
: the watermark appears in the background (behind the page content).
O valor padrão é no
.
format | propriedade |
public var format:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
File type of thumbnail image output:
jpg
tiff
png
O valor padrão é jpg
.
honourSpaces | propriedade |
public var honourSpaces:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9.0.1 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Set this option to "true", for improved readability and spacing.
O valor padrão é false
.
image | propriedade |
public var image:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Image used as a watermark. You can specify a pathname, a variable that contains an image file, or a ColdFusion image variable.
imagePrefix | propriedade |
public var imagePrefix:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Prefix used for each image thumbnail file generated. The image filenames use the format: imagePrefix_page_n.format.
info | propriedade |
public var info:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Structure variable for relevant information, for example, “ #infoStruct#". You can specify the Author, Subject, Title, and Keywords for the PDF output file.
inputFiles | propriedade |
public var inputFiles:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Structure that maps the PDF source files to the input variables in the DDX file, or a string of elements and their pathname.
isbase64 | propriedade |
public var isbase64:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Valid only when the image attribute is specified. Specifies whether the image used as a watermark is in Base64 format:
yes
: the image is in Base64 format.no
: the image is not in Base64 format.
O valor padrão é no
.
keepBookmark | propriedade |
public var keepBookmark:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Specifies whether bookmarks from the source PDF documents are retained in the merged document:
yes
: the bookmarks are retained.no
: the bookmarks are removed.
newOwnerPassword | propriedade |
public var newOwnerPassword:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Password used to set permissions on a PDF document.
newUserPassword | propriedade |
public var newUserPassword:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Password used to open PDF document.
opacity | propriedade |
public var opacity:uint = 3
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Opacity of the watermark. Valid values are integers in the range 0 (transparent) through 10 (opaque).
outputFiles | propriedade |
public var outputFiles:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Structure that contains the output files in the DDX file or string as keys and the pathname to the result file as the value.
pages | propriedade |
public var pages:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Page or pages in the source PDF document on which to perform the action.
O valor padrão é all
.
password | propriedade |
public var password:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Owner or user password of the source PDF document, if the document is password-protected.
pdfParam | propriedade |
public var pdfParam:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Provides additional information for the cfpdf
tag.
The cfpdfparam
tag applies only to the merge action of the
cfpdf
tag and is always a child tag of the cfpdf
tag.
permissions | propriedade |
public var permissions:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Type of permissions on the PDF document:
All
AllowAssembly
AllowCopy
AllowDegradedPrinting
AllowFillIn
AllowModifyAnnotations
AllowModifyContents
AllowPrinting
AllowScreenReaders
AllowSecure
None
O valor padrão é all
.
position | propriedade |
public var position:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Position on the page where the watermark is placed. The position represents the top-left corner of the watermark. Specify the x and y coordinates; for example “50,30”.
resolution | propriedade |
public var resolution:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Image quality used to generate thumbnail images:
high
: use high resolution (uses more memory).low
: use low resolution.
O valor padrão é high
.
rotation | propriedade |
public var rotation:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Degree of rotation of the watermark image on the page, for example, “60”.
scale | propriedade |
public var scale:uint = 25
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Size of the thumbnail relative to the source page. The value represents a percentage from 1 through 100.
O valor padrão é 25.
showOnPrint | propriedade |
public var showOnPrint:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Specify whether to print the watermark with the PDF document:
yes
: the watermark is printed with the PDF document.no
: the watermark is display-only.
O valor padrão é no
.
source | propriedade |
public var source:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
PDF document used as the source. The source can be one of the following:
- An absolute or relative pathname to a PDF document; for example, c:\work\myPDF.pdf or myPDF.pdf.
- A PDF document variable in memory that is generated by the
cfdocument
tag or thecfpdf
tag.
stopOnError | propriedade |
public var stopOnError:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Valid only if the directory
attribute is specified.
If the specified directory contains files other then ColdFusion-readable
PDF files, ColdFusion either stops merge process or continues.
yes
: stops the merge process if invalid PDF files exist in the specified directory.no
: continues the merge process even if invalid files exist in the specified directory.
transparent | propriedade |
public var transparent:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
(format="png" only) Specifies whether the image background is transparent or opaque:
yes:
the background is transparent.no:
the background is opaque.
O valor padrão é no.
type | propriedade |
public var type:String = "string"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9.0.1 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Type attribute indicates the text format in which the text has to be extracted for the action extractText. The values can be string or xml.
O valor padrão é false
.
useStructure | propriedade |
public var useStructure:Boolean = true
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9.0.1 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Lets you extract content based on the PDF structure. For better readability of the extracted text, use this attribute together with the attribute honourspaces.
O valor padrão é true
.
() | Construtor |
public function Pdf()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Creates an instance of the Pdf
class.
convertResultInEvent | () | método |
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent
This is the overriden function of the default implementation is BasicService. This function checks if the result returned is an array of specific object instances. If it is, it converts it into an array of objects and creates an instance of ColdFusionResultEvent and returns the event
Parâmetros
event:ResultEvent |
ColdFusionServiceResultEvent |
execute | () | método |
public function execute():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Sends the information to the ColdFusion service based on the action and attributes that the user sets.
Wed Jun 13 2018, 11:10 AM Z