With DocHub, you can quickly fill in type in rtf from any place. Enjoy capabilities like drag and drop fields, editable text, images, and comments. You can collect electronic signatures safely, include an additional level of protection with an Encrypted Folder, and work together with teammates in real-time through your DocHub account. Make changes to your rtf files online without downloading, scanning, printing or mailing anything.
You can find your edited record in the Documents folder of your account. Prepare, email, print out, or turn your file into a reusable template. Considering the variety of powerful features, it’s simple to enjoy trouble-free document editing and managing with DocHub.
all right so in the last video we learned about what an rtf file was how it differs from a text file and now i want to show you how we can open a rich text file and actually see the rich text in it so we had the code here before and iamp;#39;ve taken that out because we need to do a couple of things weamp;#39;re going to um weamp;#39;re going to use something called a stream reader on a stream reader object weamp;#39;ll just call it sr itamp;#39;s a variable weamp;#39;re creating a variable that is of the type stream reader and we are going to say that um ofd actually letamp;#39;s create one more variable letamp;#39;s say fname for file name thatamp;#39;s not what i want all right and weamp;#39;re going to say fname equals oops type today um fd to dot file name all right and we have our text box file name equals that name put that in the thing that shows oops so itamp;#39;s tv file name dot tv tb following dot text equals fname and then we are going to say um stream reader e