How version of a pdf file will be determined when converting byte array to a pdf file in C#.
Code:
File.Writeallbytes(path,bytes);
I have generated a pdf file using the above code in C#. If i check the version of that file it is showing 1.4 as a version. How it is taking the version.
Please note that Adobe Reader is not installed in my machine.