Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 3,910 for

groupdocs.classification

(0.06 sec)
  1. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Watermarks in word processing document | GroupDocs

    This article explains how to add watermarks in word processing document....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  3. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/word-form...
  4. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/homophone...
  5. Extract text from HTML documents | GroupDocs

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Java language using GroupDocs.Merger for Java library....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/merge/epub/
  7. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  8. Common List Image in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft PowerPoint Document Creating a Common List Image Please follow below steps to create Common List Template in MS PowerPoint 2013: Create a new presentation slide. Add two shapes to hold pictures and name. Save your Document....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/common-list-im...
  9. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: In extracted files and folders, you can see solution file for C# Project....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  10. Extract text from documents | GroupDocs

    Learn how to extract text from PDF, Word, Excel, PowerPoint, and 50+ document formats using GroupDocs.Parser for .NET. Simple C# code examples for extract text from PDF C# scenarios....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-text-from...