Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 4,274 for

values

(0.05 sec)
  1. Working with Template Syntax Formatting | Docum...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/working-with-t...
  2. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/add-document-pass...
  4. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Value: %s" , descriptor . getValue...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. ערוך וניהול מטא נתונים באפליקציות Node.js - Gro...

    גלה כיצד להשתמש ב- GroupDocs.Metadata עבור Node.js כדי להוציא, לעדכן ולהסיר מטאדाटा באפליקציות שלך....properties and log their names and values. const groupdocsMetadata =...). getName () } , Property value: ${ metadataProperties . get_Item...

    blog.groupdocs.com/he/metadata/edit-metadata-in...
  6. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing...a unique name, settings and value field. Form Fields should have...with field name and default value # The field name is the identifier...

    blog.groupdocs.com/signature/sign-documents-wit...
  7. C#を使用してHEIFHEIC画像のXMPおよびEXIFデータを管理する

    C#を使用して、HEIF、HEICイメージのXMPおよびEXIFデータを管理します。 .NETアプリケーション内のメタデータ自動化APIを使用して、EXIFおよびXMPデータを読み取り、更新し、削除します。...Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/ja/metadata/manage-xmp-and-e...
  8. Load from local disc | Documentation

    This article shows how the redaction API is used to load file from disk.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/net/load-from-loca...
  9. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/python-net/load-pa...
  10. Optimizing shards | Documentation

    This page contains information about optimizing shards in the search network.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/optimizing-shards/