Difference between revisions of "Template:PDFOptions"

From SmartWiki
Jump to: navigation, search
(PDF Options)
Line 6: Line 6:
 
* '''Save to Multiple File Field''' – enables the [[User|user]] to save the document as a PDF into any multiple file type fields in the related [[Entity|entity]].
 
* '''Save to Multiple File Field''' – enables the [[User|user]] to save the document as a PDF into any multiple file type fields in the related [[Entity|entity]].
 
* '''Maximum PDF Page Length that can be Saved to Multiple File Field''' - Specifies the maximum number of pages of the resultant PDF permitted to be stored into a [[Multiple Files]] field if the '''Save to Multiple File Field''' settings is enabled. This includes pages attached using [[ssattach]]. If the PDF document is too long it will not be stored.
 
* '''Maximum PDF Page Length that can be Saved to Multiple File Field''' - Specifies the maximum number of pages of the resultant PDF permitted to be stored into a [[Multiple Files]] field if the '''Save to Multiple File Field''' settings is enabled. This includes pages attached using [[ssattach]]. If the PDF document is too long it will not be stored.
* Deprecated - '''Automatic File Naming''': The syntax ''<nowiki><!--filename='WPF - filename'--></nowiki>'' can be included in the HTML Template, when saved as a PDF, the PDF filename will default to 'WPF - filename.pdf'.<br /> Variables such as @name@ can be used (ex. ''<nowiki><!--filename='WPF - @name@'--></nowiki>'') to dynamically set the resultant PDF filename.
+
* '''Automatic File Naming''': The syntax ''<nowiki><!--filename='WPF - filename'--></nowiki>'' can be included in the HTML Template, when saved as a PDF, the PDF filename will default to 'WPF - filename.pdf'.<br /> Variables such as @name@ can be used (ex. ''<nowiki><!--filename='WPF - @name@'--></nowiki>'') to dynamically set the resultant PDF filename.

Revision as of 15:55, 7 April 2017

PDF Options

  • Enable Online Signature - enables the online signature feature to be applied to the document.
  • Enable Password Protection – enables the user to password protect the document (generally used when the document is going to be emailed). See Web Page View - Enable Password Protection
  • Send as Email – enables the user to send the PDF as an attachment to an email message.
  • Save to Local Disk – enables the user to save a local copy of the PDF document.
  • Save to Multiple File Field – enables the user to save the document as a PDF into any multiple file type fields in the related entity.
  • Maximum PDF Page Length that can be Saved to Multiple File Field - Specifies the maximum number of pages of the resultant PDF permitted to be stored into a Multiple Files field if the Save to Multiple File Field settings is enabled. This includes pages attached using ssattach. If the PDF document is too long it will not be stored.
  • Automatic File Naming: The syntax <!--filename='WPF - filename'--> can be included in the HTML Template, when saved as a PDF, the PDF filename will default to 'WPF - filename.pdf'.
    Variables such as @name@ can be used (ex. <!--filename='WPF - @name@'-->) to dynamically set the resultant PDF filename.