Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 11,561 for

document watermark

(0.23 sec)
  1. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-for-text-...
  4. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/handling-the-id...
  5. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible Document conversion library for developers....Watermark Product Family GroupDocs.Merger...appropriate module that supports document transformation. Once the module...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  6. How to Convert MSG to EML using C#

    This section will teach you how to convert MSG to EML using C# without the need of third-party software. Also, we will provide code to export MSG to EML in C#....Watermark Product Family GroupDocs.Merger...successfully set up the recommended document conversion library and made...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert MSG to EML using Java

    This section will teach you how to convert MSG to EML using Java without the need of third-party software. Also, we will provide code to export MSG to EML in Java....Watermark Product Family GroupDocs.Merger...configured the recommended document conversion library and adjusted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Merge GIF files using C#

    Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations....Watermark Product Family GroupDocs.Merger...you’ve set up the preferred document library and made any required...

    kb.groupdocs.com/merger/net/merge-gif-files-usi...
  9. Extract Text from PPT using C#

    This article details the process of how to extract text from PPT using C#. It includes a code example to assist you in integrating text extraction from PPT in C# projects....Watermark Product Family GroupDocs.Merger...provides comprehensive tools for document parsing, including support...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  10. Extract Text from XLS using Java

    This article explains how to extract text from XLS using Java. It features code example to help you for text extraction from XLS in Java without installing extra software....Watermark Product Family GroupDocs.Merger...text extraction from Excel document. Code to Extract Text from...

    kb.groupdocs.com/parser/java/extract-text-from-...