Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 260 for

error handling conversion

(0.06 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 | GroupDocs

    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. 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...
  4. 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...
  5. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......overload behaviour’ A common user error in a terminal session is to...displayed in bold, PuTTY can handle this in several ways. It can...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  6. Build your first search solution | GroupDocs

    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-...
  7. Build your first search solution | GroupDocs

    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...
  8. Extract Tables from PDF Documents | GroupDocs

    Learn how to extract tables from PDF documents using GroupDocs.Parser for .NET. Compare multiple extraction methods from basic page-specific extraction to advanced document-wide processing with complete code examples....Conversion Product Solution GroupDocs...PDF tables is time-consuming, error-prone, and doesn’t scale. This...

    docs.groupdocs.com/parser/net/best-ways-extract...
  9. Generate Document from XML Data Source | GroupDocs

    Create reports from XML data sources using XmlDataSource class to load and bind XML data to templates....Conversion Product Solution GroupDocs...templates without explicit type conversion. Generate Document from XML...

    docs.groupdocs.com/assembly/net/basic-usage-xml...
  10. Cancel rendering | GroupDocs

    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/