Generate Word documents with pre-set formatting by simply passing the change number offered by Service-Now
In the GIF below you can see the application in operation
- Generation of word documents (with predefined standards)
- Error handling (document will not be generated until it meets the standards)
- Allows you to add new standard word documents
- Allows you to change the save location of generated documents
- Keeps a History of the documents that were generated and their respective versions
- Download the "GerarDocTeste.zip" folder to your computer
- Extract your files to any location
- Copy the executable path contained in the extracted folder
- Create a shortcut passing the copied path
- Double click on the shortcut
- Click "Run Anyway" to run the project (only on first run)
They must contain the words "TITLE", "AUTHOR", "DATE", regardless of the order in which they appear or the formatting they have, as they will be replaced as follows:
- TITLE will be the change number
- AUTHOR will be the full name or username of the current Windows user
- DATE will be the date of the day you are running this application
If the pattern that the field is expecting is not met, a pop-up will be returned on the screen indicating that the pattern must be used so that the document can be generated. As shown below