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

groupdocs error handling

(0.13 sec)
  1. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the Groupdocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom Groupdocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application Groupdocs account Development of Groupdocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied.... We will use the GroupDocs GDrive plugin as an example...caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”]...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  2. Scan Barcode from DOC using Java

    Learn how to scan barcode from DOC using Java. With the help of this guide, you will learn how to extract barcode from DOC in Java efficiently without using extra tools....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  3. Annotate, Sign and Convert Documents Online Usi...

    Fast changing trends in technology require professionals and organizations to adapt and stay abreast. Organizations with a large number of employees focus on productivity to generate revenues, whereas professionals and consultants look for utility and cost. In the 90s there were limited options for document management, except for Microsoft Word - an editing software. Now, things have changed and there are many alternatives available. However, certain apps have compelling features and fit your requirements but may not provide other features.... GroupDocs overcomes these challenges...solutions powered by GroupDocs”] [/caption] GroupDocs’ app suite lets...

    blog.groupdocs.com/total/annotate-sign-convert-...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/classify-...
  5. 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); }...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/classify-...
  6. Font extraction options | GroupDocs

    Learn how to extract fonts from input Word documents when editing with Groupdocs.Editor API for Node.js....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  7. 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 ......GroupDocs.Total Product Family on GroupDocs Blog | Document Automation...content in GroupDocs.Total Product Family on GroupDocs Blog | Document...

    blog.groupdocs.com/categories/groupdocs.total-p...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/extend-suppor...
  9. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Groupdocs Parser GroupDocs.Total Product Family csharp , dotnet...at Windows EventLog for the error. It might be there with a stacktrace...

    forum.groupdocs.com/t/groupdocs-parser/15108
  10. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/extend-support...