Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 29,492 for

groupdocs.parser

(0.1 sec)
  1. Working with CAD metadata | Documentation

    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); // ....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

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

    This article explains how to add watermarks in word processing document....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  3. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for ...

    docs.groupdocs.com/parser/net/working-with-temp...
  4. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for Java...

    docs.groupdocs.com/parser/java/working-with-tem...
  5. Search Specific Word in Documents using C#

    Learn how to perform a full-text search implementation in C# and search specific word in documents using C# with a straightforward approach in .NET applications....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/search/net/search-specific-wor...
  6. Perform Fuzzy Search using C#

    Learn how to perform fuzzy search using C# for accurate and efficient query matching. Discover how to build document search with fuzzy logic in C# for better results....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/search/net/perform-fuzzy-searc...
  7. Features overview | Documentation

    Salient features of file conversion API using c# are described in this article...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/features-over...
  8. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker APIs for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java APIs to efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking. The APIs support comparing text contents, words, paragraphs, characters and style changes like font size, bold, italic etc.... # GroupDocs.Parser offers text extraction...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  9. How to extract text and metadata from text and ...

    post. Tagged with java, api, metadata, parsing....on Java platform using GroupDocs.Parser for Java API. Following...

    dev.to/groupdocs/how-to-extract-text-and-metada...
  10. How to extract text and metadata from text and ...

    post. Tagged with java, api, metadata, parsing....on Java platform using GroupDocs.Parser for Java API. Following...

    dev.to/groupdocs/how-to-extract-text-and-metada...