setPDFConversionFiles method: ReportDefn class

Syntax

setPDFConversionFiles(&inputFiles)

Description

Use the setPDFConversionFiles method to specify the paths to external documents to be converted to PDF and merged with the main report. You must call this method before invoking the ProcessReport method.

BI Publisher for PeopleSoft enables you to include attachments from external sources with a PDF report. The source attachments are converted to PDF format and then merged with the main report. The report is then displayed to the end users or delivered to Report Manager.

Parameters

Parameter Description

&inputFiles

Specify an already instantiated array of String representing the paths to the external documents to include in the report as PDF files.

Returns

None.

Example

Local number &oitTimeOut = 15;
&oRptDefn.setPDFConversionFiles(&inputFiles);
&oRptDefn.setPDFConversionTimeOut(&oitTimeOut);