Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 3,618 for

document classification

(0.18 sec)
  1. Add text field annotation | Documentation

    The page describes how to add text field annotation to a Document programmatically using GroupDocs.Annotation for Java....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/add-text-fie...
  2. GroupDocs.Assembly for Java 17.8.0 Release Note...

    This page contains release notes for GroupDocs.Assembly for Java 17.8.0 Major Features Document assembly for email file formats is supported. All Changes Key Summary Category ASSEMBLYNET-32 Support Document assembly for MHTML file formats Feature ASSEMBLYNET-33 Support Document assembly for MSG file formats Feature ASSEMBLYNET-34 Support Document assembly for EML file formats Feature ASSEMBLYNET-35 Support Document assembly for EMLX file formats Feature ASSEMBLYNET-40 Support building of charts located in chart worksheets...Classification Product Solution Purchase...Java 17.8.0 Major Features Document assembly for email file formats...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  3. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating Documents using GroupDocs.Annotation for .NET API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/save-specific...
  4. How to edit CSV file | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  5. Merge Word Documents | Documentation

    Learn this article and check how to merge Microsoft Office Word Documents in .NET applications using C# programming language....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/merge/word/
  6. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with Chart Reports - Bubble | Documenta...

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-ch...
  8. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for .NET....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/load-password...
  9. Edit Excel Spreadsheet in Node.js | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheets with passwords, and many other powerful features of GroupDocs.Editor for Node.js....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/edit-excel/
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...