A3DPDFDocumentAddJavascriptFromString

A3DStatus A3DPDFDocumentAddJavascriptFromString(A3DPDFDocument *pDoc, const A3DUTF8Char *pcScriptName, const A3DUTF8Char *pcJavascriptString)
A3DStatus A3DPDFDocumentAddJavascriptFromString(A3DPDFDocument* pDoc, const A3DUTF8Char* pcScriptName, const A3DUTF8Char* pcJavascriptString)

Adds JavaScript to a document.

This JavaScript is launched when the file is opened.

Parameters

pDoc: The Document object to work with.

pcScriptName: The name of the script. It is not used by Acrobat but needs to be unique.

pcJavascriptString: The string which contains the JavaScript.

Returns

A3D_SUCCESS in case of success or an error code