PDF.GetFile

string PDF.GetFile ( 

string ObjectName )

Description

Gets the PDF File (*.pdf) or URL that is currently loaded in a PDF object.

Parameters

ObjectName

(string) The name of the PDF object.

Returns

(string) The full path and filename of the file, or URL that is currently loaded in the PDF object. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions