Getting “Error: File format is not valid” error while Add an image to a .rtf file using c#
Below is a c# code whose purpose is to append an image to a .rtf file that already has text image. When i run the code, i get the error that says “Error: File format is not valid”.
Program.cs code