AddPDFImageToDocument
Adds a PDF image file to the new FileNet® document.
Syntax
bool AddPDFImageToDocument ()
Parameters
None.Returns
False if no Page component of the calling object is found, batch images cannot be accessed, or if the active FileNet document has already been committed to the library. Otherwise, True.Attention: If the action cannot access the batch’s image files,
the action directs the Rulerunner task
to finish with a status of Aborted.
Level
Field or Page level.Details
Adds a PDF Image file associated with a Page object of the Document Hierarchy to the new FileNet document. This action works only if the PDF file is in the appropriate folder of the application’s Batches directory – and has the same name as an associated page’s corresponding Tiff Image file.- Example
NewDocument("1040EZtwo") AddPDFImageToDocument()This sequence associates calling components bound to the PDF file with a new FileNet ‘1040EZtwo’ document.