Allows user to fill in name, place and other information, with 2 adresses of pictures in order to add this all to end of an existing Word Document
Check ReadMePls.txt for current status of a project
All this programm is based on .Net Frameword WinForms and uses DocX library made by Xceed. I tried to use the other one lib, but that library completely hadn't allowed to do anything useful for me with word file.
Before all actions down below, check that you have your template correctly configured and all paths also (mentioned in the end of this "tutorial")
So, how this works?
Here you should choose the count of your templates you are going to take (this must have been enldess while, but project is closed, so...
2) Secondly, the work begins. h1 header will be used for upper header, h2 for level lower and h3 for lowest text layer. (u can see the result on the last pic - h1 is Orange, h2 is green and h3 is black text)
You must fill in all headers (keep in mind, that h1 header will be used for storing pictures, and programm won't delete it, if u change the name), and also fill in adresses for pictures and click left (yellow) button Refresh. That will download pic to your PC. Button on the right called Сохранить (Save) allows you to STORE the image on the disk, but do not use it in a template for adding to Word Base.
That's all!
If you have troubles with paths, they are defined in file Program.cs, around line 30 and in file Form1.cs, around line 50
Also, if you are interested, there is a TODO list in file Form1.cs