Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 2,627 for

resource

(0.25 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.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()); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...pdf" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....describe various digital resources. Please find more information...Constants . OutputDoc ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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...Free Trial 🔗 Additional Resources & Documentation Introduction...Documents Online 🔗 Additional Resources & Documentation # GroupDocs...

    blog.groupdocs.com/signature/sign-documents-wit...
  5. GroupDocs.Markdown for .NET 26.3 – 2026年3月 リリース...

    GroupDocs.Markdown for .NET 26.3 の最新アップデートをご紹介します。APIの再設計、カスタムDOMレンダラー、非同期サポートなどが含まれます。...How to get the update NuGet Resources We’re pleased to announce...Install-Package GroupDocs.Markdown )。 Resources # License Free Support Forum...

    blog.groupdocs.com/ja/markdown/groupdocs-markdo...
  6. Advanced Search Archive Documents | GroupDocs

    id: advanced-search-archive-documents url: signature/net/advanced-search-archive-documents title: Advanced search archive documents linkTitle: 🌐 Archive weight: 16 description: “This article explains how to make advanced search within the archive that contains several documents for any electronic signatures with GroupDocs.Signature API.” keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Advanced search for various signatures within the archive files in C# description: Advanced search for all supported signatures within the archives fast and easily with C# language and GroupDocs....ErrorMessage}, mls" ); } } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/developer-guid...
  7. إضافة علامة مائية نصية إلى JPG باستخدام بايثون

    تعلم كيفية إضافة علامة مائية نصية إلى ملفات JPG باستخدام بايثون. يوضح هذا البرنامج التعليمي كيفية دمج العلامات المائية النصية في صور JPG مع خطوط مخصصة، لون، ومحاذاة....with block to ensure secure resource handling. حمّل ملف JPG بإنشاء...

    kb.groupdocs.com/ar/watermark/python/add-text-w...
  8. Sign document with Stamp signature - advanced |...

     This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....signedPath , signOptions ); More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-document-...
  9. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box.... The Resources folder contains all the sample...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  10. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/search-index-set...