GroupDocsConversionException: 'Saving complete document to EPS is not supported'

GroupDocs.Conversion.Exceptions.GroupDocsConversionException: ‘Saving complete document to EPS is not supported’
input.pdf (35.6 KB)

// Load the source PDF file
using (var converter = new Converter("input.pdf"))
{
    var options = converter.GetPossibleConversions()["eps"].ConvertOptions;

    // Convert to DOC format
    converter.Convert("converted.eps", options);
}

However, it is mentioned in ‘Supported PDF file Conversions’

@tahir.manzoor

We are investigating this issue. Your investigation ticket ID is CONVERSIONNET-6567. You’ll be notified in case of any update.

The issues you have found earlier (filed as CONVERSIONNET-6567) have been fixed in this update. This message was posted using Bugs notification tool by nikola.yankov