Difference between revisions of "Creating Multiple PDFs with a Single Workflow Task"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
You can configure a [[Workflow Task Type: Generate PDF File|Generate PDF File workflow task]] to generate multiple PDFs. <!--You can either hard-code the [[Custom Field ID]]s or allow the end user to choose from a series of Web Page View fields from which to create the PDFs. In either case, the PDFs will be stored to the same [[Multiple Files]] custom field.
+
You can configure a [[Workflow Task Type: Generate PDF File|Generate PDF File workflow task]] to generate multiple PDFs.  
  
==Hard-Coding==-->
 
 
To hard-code the Web Page View fields that should be used to create multiple PDFs, enter the [[Custom Field ID]]s of the Web Page View fields in the ''Web Page Field ID#'' setting of the Workflow Task, separated by commas.<br />
 
To hard-code the Web Page View fields that should be used to create multiple PDFs, enter the [[Custom Field ID]]s of the Web Page View fields in the ''Web Page Field ID#'' setting of the Workflow Task, separated by commas.<br />
 
[[Image:ManualMultiplePDFs.png|link=]]
 
[[Image:ManualMultiplePDFs.png|link=]]
Line 11: Line 10:
 
[[Image:MultipleFilesStored.png|link=|450px]]
 
[[Image:MultipleFilesStored.png|link=|450px]]
  
<!--==Allowing the End User to Choose==
 
[[Image:SelectManyListBox.png|link=|450px]]
 
[[Image:GenerateMultiplePDFs.png|link=|700px]]
 
-->
 
 
==See Also==
 
==See Also==
 
* [[Workflow Task Type: Generate PDF File]]
 
* [[Workflow Task Type: Generate PDF File]]

Revision as of 13:11, 16 October 2013

Contents

You can configure a Generate PDF File workflow task to generate multiple PDFs.

To hard-code the Web Page View fields that should be used to create multiple PDFs, enter the Custom Field IDs of the Web Page View fields in the Web Page Field ID# setting of the Workflow Task, separated by commas.
ManualMultiplePDFs.png

When the workflow is triggered, the PDFs will be generated from the specified Web Page View fields and stored in the custom field specified by field ID in the Store to Field ID setting.

MultipleFilesStored.png

See Also