Hi i have one document in word. And i want this document to separate in two documents with the text i wrote. I was trying to do a seek but was unsuccesfully. Some way to solve this?
I tried to do this:
file1.seek(servidor.size() - sizeotherfile );
newfile.write(servidor.read(sizeotherfile));