Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 4,499 for

values

(0.09 sec)
  1. Licensing and Subscription | GroupDocs

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article.... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/nodejs-java/licensing...
  2. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/text-redactions/
  3. 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // .... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Verify Digital Signatures in Document | GroupDocs

    This article explains how to verify digital electronic signatures with GroupDocs.Signature for Python via .NET API... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/verify-...
  5. GroupDocs.Signature for .NET 25.12 – Latest Upd...

    Explore what’s new in GroupDocs.Signature for .NET 25.12. Available now on NuGet and GroupDocs website....Value}% probability" ); } } LINQ‑optimized...

    blog.groupdocs.com/signature/groupdocs-signatur...
  6. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters....Reject value; Call ApplyChanges method and...

    blog.groupdocs.com/comparison/groupdocs-compari...
  7. Product Overview | GroupDocs

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed.... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/net/product-overview/
  8. Watermarks in Word document | GroupDocs

    This article explains how to add watermarks in word processing document in Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/java/watermarks-in...
  9. Features Overview | GroupDocs

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/features-overview/
  10. Features overview | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, extract document text and detect file type by it's content... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/features-overview/