@Atir_Tahir
First I used the latest version 21.5.0 but that didn’t work for me . So now I am using 21.1.0 and .net version 4.5.2. This is one got installed and able to build my project but xps output files only shows " Created with the evaluation version of GroupDocs.Conversion’
Below is the code snippet which I am trying for evaluation : (postscript to xps file conversion)
License license = new License(); license.SetLicense(@“fullPath\packages\GroupDocs.Conversion.21.1.0\license.txt”);
var converter = new GroupDocs.Conversion.Converter(@“FullPath\abcval.ps”);
// set the convert options for XPS format
var convertOptions = converter.GetPossibleConversions()[“xps”].ConvertOptions;
// convert to XPS format
converter.Convert(@“C:\ProgramData\RemotePC\Print\output.xps”, convertOptions);
Please let me know if anything else needs to be done in free trial version.