Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 299 for

error handling conversion

(0.36 sec)
  1. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Conversion Product Solution GroupDocs...and return 2 best results. Handle possible ApiException // Classify...

    docs.groupdocs.com/classification/net/classify-...
  2. Developer Guide | GroupDocs

    Developer guide for GroupDocs.Comparison for Python via .NET — compare, load, save, inspect, preview, and configure logging across all supported document formats....Conversion Product Solution GroupDocs...reject detected changes, and handle format-specific scenarios (Word...

    docs.groupdocs.com/comparison/python-net/develo...
  3. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Conversion Product Solution GroupDocs...extension (e.g. “.dump”) as being handled by the same DocumentFormatInstan...

    docs.groupdocs.com/redaction/java/extend-suppor...
  4. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Node.js via Java API....Conversion Product Solution GroupDocs...advanced control of resource handling setWidth sets the preview...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  5. GroupDocs.Total Product Family on GroupDocs Blo...

    GroupDocs.Total Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Total Product Family on GroupDocs Blog | Document Automation ......Conversion About BoardPro BoardPro is...award-winning technology to handle any Arabic content for the...

    blog.groupdocs.com/categories/groupdocs.total-p...
  6. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Conversion Product Solution GroupDocs...Loading / Handle loading of external resources documents Handle loading...

    docs.groupdocs.com/parser/net/handle-loading-of...
  7. Convert a Document to Multiple Page Files | Gro...

    Render every page of a multi-page document into its own output file — loop page_number with pages_count=1 and Converter.convert() to produce one PNG, PDF, or image per page with GroupDocs.Conversion for Python via .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Conversion Product Solution GroupDocs...extension (e.g. “.dump”) as being handled by the same as all plain text...

    docs.groupdocs.com/redaction/net/extend-support...
  9. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Conversion Product Solution GroupDocs...Loading / Handle loading of external resources documents Handle loading...

    docs.groupdocs.com/parser/java/handle-loading-o...
  10. Convert PDF to HTML using Python

    Convert PDF to HTML using Python with GroupDocs.Conversion. Export PDF to HTML using Python easily and display documents online with accurate formatting....Conversion Product Family GroupDocs...document conversion into your workflow, conversion APIs offer...

    kb.groupdocs.com/conversion/python/convert-pdf-...