This program is designed to automate the name input segment of certificate generation in an active Photoshop environment. It simplifies the process of generating certificates by reading names from a text file and automatically inserting them into a predefined certificate template. The program saves each generated certificate as a PNG file.
- Adobe Photoshop installed on your system.
- A text file containing the names to be used for certificate generation. The names should be separated by commas.
- Open Adobe Photoshop and open the certificate template file.
- Ensure that the text layer for the name is selected in the template.
- Run the provided script in the Photoshop ExtendScript environment.
- When prompted, select the text file containing the names.
- The program will process the names and insert them into the template, generating individual certificates for each name.
- The generated certificates will be saved as PNG files in the same location as the template PSD file.
- Make sure to provide the text file containing the names with the correct format and delimiters (comma-separated).
- Customize the certificate template according to your requirements before running the script.
- This program assumes that the active document in Photoshop is the certificate template.
This project is licensed under the MIT License.
Feel free to contribute to the project by submitting bug reports, feature requests, or pull requests.
For detailed instructions on how to run the script and use the program, refer to the program documentation.