Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 28,116 for

groupdocs.total

(0.31 sec)
  1. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/assembly/java/changing-autom...
  2. Barcode Image Generation in Presentation Docume...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.pptx The Code...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/assembly/java/barcode-image-...
  3. Supported Document Formats | Documentation

    Supported File Formats Supported File Formats 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...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/classification/net/supported...
  4. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for .NET library...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/merger/net/getting-started/
  5. Render drawing layers | GroupDocs.Viewer for .NET

    This article explains how to view CAD drawing layers with GroupDocs.Viewer within your .NET applications....Products All Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/viewer/net/render-layers/
  6. Configure count of characters per row and rows ...

    This article explains how to configure count of characters per row and rows per page to be rendered when processing text files with GroupDocs.Viewer within your .NET applications....Products All Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/viewer/net/configure-count-o...
  7. GroupDocs.Comparison for .NET 20.3.1 Release No...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.3.1 Major Features This is a hotfix version that fixes comparing SpreadSheet documents using .NET Core version of GroupDocs.Comparison Key Summary Issue Type COMPARISONNET-2266 Comparing SpredSheet (Cells) documents does not work on .NET Core framework Bug Public API and Backward Incompatible Changes None...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  8. GroupDocs.Editor for .NET 21.1.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Editor for .NET 21.1.1 GroupDocs.Editor for .NET version 21.1.1 is a bugfix release for the version 21.1 and contains only one bugfix, which is applicable for .NET Standard version. Bugs GroupDocs.Editor version 21.1.1 contains a fix for the version 21.1; verison 21.1 had a problem with external dependencies in .NET Standard environment....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  9. Rendering grid lines | Documentation

    This article explains how to show gridlines when viewing Spreadsheets with GroupDocs.Viewer within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/viewer/java/render-grid-lines/
  10. Classify document from stream | Documentation

    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); }...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/classification/net/classify-...