Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 7,635 for

page

(0.16 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); }... Message ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/classification/net/classify-...
  2. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document Page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...signature Leave feedback On this page What is a Barcode? A barcode...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/esign-document...
  3. Get supported features | GroupDocs

    This article shows how to check if feature supported for the document....that indicates whether text page extraction is supported. The...indicates whether formatted text page extraction is supported. The...

    docs.groupdocs.com/parser/java/get-supported-fe...
  4. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java.... getMessage ()); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/java/load-document-fr...
  5. Add document password | GroupDocs

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....( filePathOut ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/add-document-pass...
  6. Add watermarks to images | GroupDocs

    Add watermarks to photos or multi-framed images using Python via .NET....Advanced use cases Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/watermark/python-net/add-wat...
  7. Working with Template Syntax Formatting | Group...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code... The Code Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/working-with-t...
  8. Update annotations | GroupDocs

    The Page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for .NET....annotations Leave feedback On this page allows you to update annotations...( "result.pdf" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/update-annota...
  9. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for .NET....sensitivity Leave feedback On this page allows you to adjust comparison...SensitivityOfCompari = 75 Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/net/adjusting-com...
  10. Adjusting comparison sensitivity | GroupDocs

    Learn how to adjust comparison sensitivity to balance speed and accuracy using GroupDocs.Comparison for Python via .NET....sensitivity Leave feedback On this page supports sensitivity levels...overall sensitivity high. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/adjust...