Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 210 for

error handling conversion

(0.03 sec)
  1. 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...
  2. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Conversion Product Solution GroupDocs...and return 2 best results. Handle possible ApiException try {...

    docs.groupdocs.com/classification/net/classify-...
  3. 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...
  4. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Conversion Product Solution GroupDocs...reasons, for example, due to read errors from the disk or the presence...

    docs.groupdocs.com/search/net/build-your-first-...
  5. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Conversion Product Solution GroupDocs...reasons, for example, due to read errors from the disk or the presence...

    docs.groupdocs.com/search/java/build-your-first...
  6. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Conversion Product Solution GroupDocs...together within one action.To handle all changes at once, follow...

    docs.groupdocs.com/comparison/java/accept-or-re...
  7. Cancel rendering | Documentation

    Cancel or stop rendering rendering process with cancellation token...Conversion Product Solution GroupDocs...been canceled. To properly handle task cancellation, pass a cancellation...

    docs.groupdocs.com/viewer/net/cancel-rendering/
  8. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Conversion Product Solution GroupDocs...together within one action.To handle all changes at once, follow...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  9. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Conversion Product Solution GroupDocs...measure units. Enumeration handles following types allows to locate...

    docs.groupdocs.com/signature/net/locating-signa...
  10. Subscribing for search process events | Documen...

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Conversion Product Solution GroupDocs...different search process stages to handle process start event. This event...

    docs.groupdocs.com/signature/net/subscribing-fo...