Hi Team,
I am using GroupDocs.Conversion (23.2.0) nuget in my console application for one of our project requirement for converting given Pdf file to Json file, as described in one of your links, But I am getting object reference error while getting the “ConvertOptions” in the following code -
var convertOptions = converter.GetPossibleConversions()[“json”].ConvertOptions;
When I debugged and checked the possible values in “converter.GetPossibleConversions()” there is no option for “Json” out of those 78 possible values.
Can you please look into it and Let me know what needs to be done to resolve this. Please let me know if there is any other way to convert the PDF to Json.
Thanks in advance.
Manika Sood