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
pdf_export [2024/04/03 07:05] – [Release Notes] o2adminpdf_export [2024/04/03 07:19] o2admin
Line 1: Line 1:
 +==== Javascript ====
  
 +You can run Extendscript (Illustrator's built-in version of Javascript) to modify the file and path. Your code will be wrapped in a function so ensure that you include a return statement with the required data structure.
  
 +==== Filename ====
  
-|Variable|Description|Example Output|+You can setup the filename template, and the values in the template will be replaced as the PDF file is exported. 
 + 
 +|**{Variable}**|**Description**|**Example Output*|
 |timestamp|Timestamp| 2024-02-03 14:33:12| |timestamp|Timestamp| 2024-02-03 14:33:12|
 |time|Time HH:MM:SS|14:33:12| |time|Time HH:MM:SS|14:33:12|
Line 26: Line 31:
  
 ==== Release Notes ==== ==== Release Notes ====
 +
 +===== 2.3.0 =====
 +  * Added a Javascript option to allow changing of the path and filename for more automated workflows; for example, use the filename to set the correct path to save to.
 +  * Allowed Subfolder creation in filename template.
  
 ===== 2.1.0 ===== ===== 2.1.0 =====