Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 238 for

error handling conversion

(0.32 sec)
  1. 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...
  2. 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...
  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. 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-...
  5. 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...
  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/java/build-your-first...
  7. 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...
  8. 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-...
  9. 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...
  10. Subscribing for search process events | GroupDocs

    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...