https://github.com/untone-survive/coreldraw-text-to-curves-macros
JS macro to convert all text shapes into curves for CorelDRAW
https://github.com/untone-survive/coreldraw-text-to-curves-macros
Last synced: 3 months ago
JSON representation
JS macro to convert all text shapes into curves for CorelDRAW
- Host: GitHub
- URL: https://github.com/untone-survive/coreldraw-text-to-curves-macros
- Owner: untone-survive
- License: mit
- Created: 2022-10-11T20:40:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T20:57:24.000Z (over 2 years ago)
- Last Synced: 2025-01-21T07:44:30.783Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text to curves convertor for CorelDRAW
Do you sometimes have to convert text to curves on hundreds of pages in a CorelDRAW document? Well, I do!
I've used a `.gms` macro for that when I was using Windows. But now I've switched to MacOS and `.gms` macros are unusable here. So I had to rewrite my most-used macro with JavaScript.
## Installation
1. Download the [TextToCurvesConvertor.js](TextToCurvesConvertor.js) file.
2. As per [official instruction](https://community.coreldraw.com/sdk/w/guide/347/5-1---working-with-javascript-js-scripts#LoadScript) you should open up the `Scripts` docker (`Tools > Scripts > Scripts`), click `Load`, and then choose the folder where the [downloaded `.js` file](TextToCurvesConvertor.js) is located.## Usage
Just launch the script. It will iterate all shapes in the active document and convert text to curves. It dives into groups and `PowerClip`s too!
## License
Copyright (c) 2022 Anton SyuvaevLicensed under the MIT license.