Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 2,045 for

resource

(0.15 sec)
  1. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for documents using C#, Java, and Node.js. Enhance your document security with this step-by-step guide....information and additional resources, you may find the following...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  2. Edit Watermark's Text and Image using GroupDocs...

    We are excited to announce that we have released version 18.3 of GroupDocs.Watermark for Java. The latest version supports replacing text and image for the found watermarks across all the supported formats. It also allows editing of the objects that can be considered as the watermark in PDF documents. Following are some salient features of GroupDocs.Watermark for Java 18.3 Replacing Text and Image for Found Watermarks The latest version allows replacing text and image for the found possible watermarks that we get in a search result.... Available Channels and Resources # Download - JAR Documentation...

    blog.groupdocs.com/watermark/edit-watermark-tex...
  3. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....getValue ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-o...
  4. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....docx" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/implement-cust...
  5. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...special relativity' More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/net/build-search-query/
  6. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...special relativity' More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/java/build-search-query/
  8. Deleting Text signatures - advanced | Documenta...

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/deleting-text...
  9. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... OutputPpt ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... Text ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...