Pacoteflash.html
Classepublic final class HTMLPDFCapability
HerançaHTMLPDFCapability Inheritance Object

The HTMLPDFCapability class contains possible values of the pdfCapability property of an HTMLLoader object. It also defines the values of the errorID in an ErrorEvent sent when PDF content is loaded but unsuccessfully.

Note: Wherever Adobe Reader is mentioned, it means Adobe Reader or Adobe Acrobat.

Veja também

HTMLLoader.html#pdfCapability


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  ERROR_CANNOT_LOAD_READER : int = 3204
[static] An error was returned by the OS when trying to load the Adobe Reader or Adobe Acrobat application or one of its necessary libraries.
HTMLPDFCapability
  ERROR_INSTALLED_READER_NOT_FOUND : int = 3201
[static] No version of Adobe Reader is detected.
HTMLPDFCapability
  ERROR_INSTALLED_READER_TOO_OLD : int = 3202
[static] Adobe Reader has been detected, but the version is too old.
HTMLPDFCapability
  ERROR_PREFERRED_READER_TOO_OLD : int = 3203
[static] A sufficient version (8.1 or later) of Adobe Reader is detected, but the the version of Adobe Reader that is setup to handle PDF content is older than Reader 8.1.
HTMLPDFCapability
  STATUS_OK : int = 0
[static] A sufficient version (8.1 or later) of Adobe Reader is detected and PDF content can be loaded in an HTMLLoader object.
HTMLPDFCapability
Detalhes da constante
ERROR_CANNOT_LOAD_READERConstante
public static const ERROR_CANNOT_LOAD_READER:int = 3204

An error was returned by the OS when trying to load the Adobe Reader or Adobe Acrobat application or one of its necessary libraries.

Note: This is not returned from HTMLLoader.pdfCapability, but it is sent as the errorID of an error event when the HTMLLoader attempts to load PDF content and the OS returns an error. HTMLLoader.pdfCapability may well return PDFCapability.STATUS_OK, since it only examines the configuration and does not attempt to load any libraries.

ERROR_INSTALLED_READER_NOT_FOUNDConstante 
public static const ERROR_INSTALLED_READER_NOT_FOUND:int = 3201

No version of Adobe Reader is detected. An HTMLConrol object cannot display PDF content.

ERROR_INSTALLED_READER_TOO_OLDConstante 
public static const ERROR_INSTALLED_READER_TOO_OLD:int = 3202

Adobe Reader has been detected, but the version is too old. An HTMLConrol object cannot display PDF content.

ERROR_PREFERRED_READER_TOO_OLDConstante 
public static const ERROR_PREFERRED_READER_TOO_OLD:int = 3203

A sufficient version (8.1 or later) of Adobe Reader is detected, but the the version of Adobe Reader that is setup to handle PDF content is older than Reader 8.1. An HTMLConrol object cannot display PDF content.

STATUS_OKConstante 
public static const STATUS_OK:int = 0

A sufficient version (8.1 or later) of Adobe Reader is detected and PDF content can be loaded in an HTMLLoader object.

Note: On Windows, if an earlier version of Acrobat is installed and is running on the user's system, any running version of Acrobat or Adobe Reader, 7.x or above, is used even if a later version is installed. In this case, if the the value of the pdfCapability property is PDFCapability.STATUS_OK, when an AIR application attempts to load PDF content into an HTMLLoader object, the older version of Acrobat or Reader displays an alert, without an error message displayed the Apollo runtime. If this is a possibility situation for your end users, you may consider providing them with instructions to close Acrobat while running your application. You may consider displaying these instructions if the PDF content does not load within an acceptable timeframe.