File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to the InDesign Data Merge Export Script will be documented in this file.
3
+
4
+ ## [ 1.0.0] - 2025-02-03
5
+ ### Added
6
+ - Initial release
7
+ - Export single page or all pages functionality
8
+ - Custom file naming based on paragraph styles
9
+ - Support for PDF, JPG, and PNG exports
10
+ - Progress bar for export tracking
11
+ - Smart filename character handling
12
+ - Cloud storage compatibility
13
+ - Native InDesign file dialog integration
14
+ - Comprehensive error handling
15
+ - User-friendly interface with:
16
+ - File prefix/suffix customization
17
+ - Paragraph style selection
18
+ - Page number input for single exports
19
+ - File format selection
20
+
21
+ ### Known Limitations
22
+ - Maximum filename length of 200 characters (excluding prefix/suffix)
23
+ - Uses fixed export presets (High Quality)
24
+ - Requires consistent paragraph style application
Original file line number Diff line number Diff line change
1
+ /*************************************************************************
2
+ * InDesign Data Merge Exporter Script
3
+ * Version: 1.0.0
4
+ * Created: 2025-02-03
5
+ * Author: Kade O'Connor
6
+ * License: MIT
7
+ * Repository: https://github.com/kadeocon/InD-DataMerge-Exporter
8
+ *************************************************************************/
9
+
1
10
// Export InDesign pages as separate PDFs with custom naming
2
11
// @target indesign
3
12
// @targetengine "session"
You can’t perform that action at this time.
0 commit comments