Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 15 of 15 for

getpossibleconversions error

(0.14 sec)
  1. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = new Converter(() => ms); var convertOptions = new PdfConvertO…...It fails with the following error message Conversion from () to...possibleConversions = Converter.GetPossibleConversio(Path.GetExtension(fileToConvert...

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  2. Ask about the ability to convert to XPS files -...

    The failure phenomenon is a script failure, which causes the browser to stop working and stop. Error script.jpg : Script Error log. Edge network*.jpg : The http communication that occurs during printing is sequentially…...GetPossibleConversio()[“xps”].ConvertOptions;...successfully, but the following error occurs after creation. “Could...

    forum.groupdocs.com/t/ask-about-the-ability-to-...
  3. RTF/DOC to DOCX conversion - Free Support Forum...

    Hello!) I meet the following problem using GroupDocs.Conversion for RTF/DOC to DOCX conversion: the converted file content looks like encoded byte array instead of the readable text as in the source file: Here is my co…...GetPossibleConversio()["docx"] .ConvertOptions;...[1]: Conversion gives an crazy error [2]: ConvertRtfToDocx.cs atir...

    forum.groupdocs.com/t/rtf-doc-to-docx-conversio...
  4. After groupdocs.convertion updation in 25.2.1 x...

    it thorugh Error like this Unhandled exception thrown while processing 26356a6d-4d91-431e-9537-37e54f06d5d8. Original exception message: Invalid left or right margin, Left margin in inch: 0.7875, Right margin in inch: 0…... 2025, 6:51am 1 it thorugh error like this Unhandled exception...Conversion.Converter.GetPossibleConversio(document.Extension);...

    forum.groupdocs.com/t/after-groupdocs-convertio...
  5. Getting Possible Conversions | Documentation

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Conversions : Call the getPossibleConversio method of the Converter...conversions = converter . getPossibleConversio (); // Filter primary...

    docs.groupdocs.com/conversion/java/get-possible...