Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 4,899 for

values

(0.19 sec)
  1. YAML front matter | GroupDocs

    Generate YAML front matter from document metadata for static site generators... We value your opinion. Your feedback...

    docs.groupdocs.com/markdown/python-net/front-ma...
  2. Skip image | GroupDocs

    The listed articles below explain how to skip saving images during document conversion.... We value your opinion. Your feedback...

    docs.groupdocs.com/markdown/python-net/image-sk...
  3. Licensing and evaluation | GroupDocs

    GroupDocs.Merger for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/nodejs-java/licensing...
  4. Meridian Outdoor Co. — Business Plan

    Meridian Outdoor Co. — Business Plan FY2026 Strategic Plan Table of Contents Meridian Outdoor Co. — Business Plan FY2026 Strategic Plan Table of Contents 1. Executive Summary 2. Company Overview 2.......to five trips per year and value comfort and convenience. Technical...

    docs.groupdocs.com/markdown/net/_sample_files/d...
  5. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format based on the use case: Working with a Business Case. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details. Save the document Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements:... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/common-master-d...
  6. Generate Your First Document from .NET Object |...

    Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  7. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Meridian Outdoor Co. — Business Plan

    Meridian Outdoor Co. — Business Plan FY2026 Strategic Plan Table of Contents Meridian Outdoor Co. — Business Plan 1 FY2026 Strategic Plan 1 Table of Contents 2 1. Executive Summary 3 2. Company Ove......to five trips per year and value comfort and convenience. · Technical...

    docs.groupdocs.com/markdown/net/_sample_files/d...
  9. Meridian Outdoor Co. — Business Plan

    Meridian Outdoor Co. — Business Plan FY2026 Strategic Plan Table of Contents Meridian Outdoor Co. — Business Plan 1 FY2026 Strategic Plan 1 Table of Contents 2 1. Executive Summary 3 2. Company Ove......to five trips per year and value comfort and convenience. · Technical...

    docs.groupdocs.com/markdown/net/_sample_files/b...
  10. 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...