|
|
|
BlueCielo Meridian Enterprise Server 2013 Administrator's Guide | BlueCielo ECM Solutions |
You will typically need to create multiple watermark definitions, if not for separate purposes, then for each rendition page size. Default watermarks may also be configured that will be applied to any page size and orientation.
Note To prevent all watermarks from being applied for specific publishing jobs, specify the _NOPOSTRENDER_ rendering option in the publishing job. For more information about the publishing options, see Publishing and rendering options.
Before you begin
At least one publishing job must first be configured to generate renditions as described in Creating and editing a rendering profile.
To create or edit rendition watermarks:
On the menu, click POST RENDERING. The Post Rendering page appears and lists the current watermark definitions.
Click Add. The NEW WATERMARK dialog box appears. The menu lists the types of watermarks that you can configure.
The types are:
Option | Description |
---|---|
GENERAL options |
|
Name |
A descriptive name for the watermark definition. The default is the type of watermark definition. |
Size |
Select the rendition page size to which this watermark definition will be applied. The sizes that are available are provided by the operating system. If no size or Orientation are set, this watermark will be considered as a default watermark. It will be applied to all renditions that are created by the current publishing job unless another watermark definition specifies a matching rendition page size. |
Orientation |
Select the rendition page orientation to which this watermark definition will be applied. If no orientation or Size are selected, this watermark will be considered as a default watermark. It will be applied to all renditions that are created by the current publishing job unless another watermark definition specifies a matching rendition page orientation. |
Enable |
Enables the selected watermark type for the current watermark definition. You may also enable and disable watermark types in the watermark definitions list. |
CONDITIONS group |
|
Apply watermark |
Select Always if the watermark should be applied under all conditions. Select Property name to make the watermark dependent upon a source document property value. To select the property:
To remove the current property:
|
Property name |
The name of the property that determines when this watermark will be applied. |
Value |
The value that the selected property must equal for the watermark to be applied. |
PDF PRINTING HANDLER group |
|
Javascript file |
The name of a JavaScript for Acrobat file to calculate the watermark text. Available only for the print stamp watermark type. Accept the default, which is an example installed by the Meridian Enterprise Server setup program or click SELECT and follow the instructions for the RESOURCES dialog box in the following option to select or upload a different file. The script will be executed on the Will Print event before the document is printed. You can modify the example file PrintStamp.js or use it as a template to create variations for other purposes. The example generates text that will be placed in the stamp field named PrintStamp: var f = this.getField("Today"); var strEffective = "Print is valid for that current \ day only and accurate as of approval"; var strPath = this.path; var strFixedPath = strPath.toUpperCase(); var strSearch = ",D-"; var strExtSearch =".PDF"; var strStatus="Current Status: " + this.info.subject + "; " + strEffective; var strDate = "Printed on " + util.printd(2, new Date()); if (strFixedPath.match(strSearch)==null){ this.getField("PrintStamp").value = strDate + "Current Status: Uncontrolled Copy";}else{ this.getField("PrintStamp").value = strDate + strStatus;} For more information about JavaScript for Acrobat and the Will Print event, see Perk up PDF documents with JavaScript. |
Stamp field name |
This option is only available for the print stamp watermark type. The name of the form field that will be added to the rendition PDF files. Accept the default name or type a different name. This field will receive the text calculated by the JavaScript file. |
TEXT group |
|
Use this text |
Select to apply the text that you type in the text box for this watermark. Not available for the Print Stamp watermark type. |
Use property value from source document |
Select to apply the value of the selected property as the signature text. Not available for the Print Stamp watermark type. NEW To select the property, perform the steps listed for the SELECT command in the preceding topic. |
Use this image file |
Select to apply the specified image as the signature text. This option is provided primarily to support non-ANSI characters. To select an image:
|
Use this template file |
Then name of an HTML file that defines the text and images to overlay on the rendition. Accept the default, which is an example installed by the Meridian Enterprise Server setup program or click SELECT and follow the instructions for the RESOURCES dialog box in the preceding option to select or upload a different file. This template is not the same as the template that is described in Creating a signature page template, but is created in the same way. If the Paper size option is configured, then the template will be rendered to that size, otherwise the A4 page size will be used. |
Non-ANSI support |
Select to apply... |
APPEARANCE group |
|
Font name |
The name of the font in which to render the watermark text. |
Font size |
The size of the font in which to render the watermark text. |
Font color |
Select a color from the color picker. |
Bold |
Renders the watermark in bold text . |
Italic |
Renders the watermark in bold text . |
Alignment |
The horizontal alignment of the watermark text on the page. |
Mode |
Modes that render the watermark text with special effects. |
Rotation |
The clockwise angle at which to render the watermark text on the page. |
Use exact location |
Enable this option to specify precise coordinates for the origin of the watermark on the page. |
X and Y |
Type numbers in the text boxes to specify the lower left corner of the watermark text on the rendition page. The values are relative to the standard coordinate system with the origin in the lower left corner of the rendition page. For template-generated watermarks, start with no offset (0,0). The page size is specified as described in Creating and editing a rendering profile. If no page size is configured, the A4 page size is assumed. Tip An A4 size page has a width (X) of 595 points and height (Y) of 842 points. One point is equal to 1/72 of an inch. If the Use this template file or Use this image file options are enabled, specify the number of points to offset the location from the lower left corner of the rendition page in the horizontal and vertical directions, respectively. The insertion point of these watermarks is the upper left corner of the watermark as opposed to the origin of the rendition page in the lower left corner. |
Size X and Size Y |
When the Use this image file option is enabled, specify here the number of points for each dimension of the image watermark. |
Use location on page |
Enable this option to select a general location on the page as the origin of the watermark and then select the location from the list. |
Opacity |
Specify how transparent to render the watermark. |
Place in the background |
If enabled, renders the image watermark behind the document rendition. If disabled (default), it is rendered on top of the rendition. |
Note The Prior Revision watermark type is only applied if the publishing job is a Rendition type. Other destination systems are not supported by this type.
To copy a watermark:
To delete a watermark:
Copyright © 2000-2013 BlueCielo ECM Solutions |