I want to create an interface that allows me to check checkboxes and compile many pieces (files) of documention into one file. The checkboxes are simply the headings (intro, section1, section2, ......) of the documentation.
After checking the checkbox I want to click a button 'Complie',for example, and have all my files merged into 1 big file.
Before I make the UI, is there a way for me to merge 2 text files (in html format) into 1 file?
After checking the checkbox I want to click a button 'Complie',for example, and have all my files merged into 1 big file.
Before I make the UI, is there a way for me to merge 2 text files (in html format) into 1 file?