Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 12,621 for

new

(1.66 sec)
  1. Supported Document Formats | GroupDocs

    The following table indicates the file formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/classification/net/supported...
  2. 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); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/classification/net/classify-...
  3. Disable image comparison in PDF documents | Gro...

    Learn how to disable image comparison in PDF documents using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/comparison/python-net/disabl...
  4. Add watermarks to images | GroupDocs

    Add watermarks to photos or multi-framed images using Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/watermark/python-net/add-wat...
  5. 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...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/java/working-with-t...
  6. Specify file type for comparison manually | Gro...

    Learn how to manually specify the file type when comparing documents using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/comparison/python-net/specif...
  7. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/markdown/net/advanced-usage/
  8. GroupDocs.Watermark for Node.js via Java | Grou...

    GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/watermark/nodejs-java/
  9. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/total/java/supported-documen...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/python-net/save-a-m...