Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
templator [2017/11/22 09:41] – [Placement] o2admintemplator [2018/03/10 02:06] – [User Text Input Validation] o2admin
Line 5: Line 5:
   * Create a new artboard    * Create a new artboard 
   * Move the template to a new locked layer   * Move the template to a new locked layer
-  * Copy the selected artwork in the current document and place it on the template+  * Copy the selected artwork in the current document and place it on the template, and rasterize it.
   * Ask the user for custom information, such as job number, clients name, job title   * Ask the user for custom information, such as job number, clients name, job title
   * Automatically replace text in the document such as date, name and any other text you want   * Automatically replace text in the document such as date, name and any other text you want
Line 12: Line 12:
   * Save the AI file    * Save the AI file 
   * Export a PDF file    * Export a PDF file 
 +  * Export an Image (Jpg) of the template
  
 **Typical uses** **Typical uses**
Line 217: Line 218:
  
  
 +===== Release Notes =====
  
 +==== Version 1.3.0 ====
 +  * Added: Support for PNG, TIFF and PSD (Photoshop) image exports
 +  * Added: Support for transparent image export
 +  * Added: Ability to choose "Do not import any templates" so you can use this PowerScript to only Replace Text/Save/Export PDF/Export Image. Ideal for a 3 step process: i.e Step 1 create a template, Step 2 Edit template then Step 3 Save/Export PDF/Export Image
 +  * Added: Checkbox for find and Replace to turn this feature off
 +  * Minor Fixes