Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 5,321 for

file watermark

(0.07 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  2. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Watermark Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  3. How to Sign RTF with Stamp Signature using Java

    This article is here to assist you to sign RTF with stamp signature using Java. Additionally, we will furnish you with a code example to embed stamp signature into RTF using Java....Watermark Product Family GroupDocs.Merger...class object by passing the RTF file path to its constructor Create...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  4. Render EML as HTML using C#

    In this topic, we will guide you how to render EML as HTML using C# without installing extra software. Also, a C# code for rendering EML to HTML will be provided....Watermark Product Family GroupDocs.Merger...Viewer class, providing the EML file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/net/render-eml-as-html-...
  5. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  6. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your .NET applications....Watermark Product Solution GroupDocs...metadata: Set metadata from source file C# using GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/set-document-...
  7. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Watermark Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  8. Extract text from ZIP archive files | Documenta...

    To extract Files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the File indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Watermark Product Solution GroupDocs...ZIP archive files Extract text from ZIP archive files Leave feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported File format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Watermark Product Solution GroupDocs...annotating process to any supported file format (instead of AnnotationImageHandl...

    docs.groupdocs.com/annotation/net/migration-notes/
  10. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Watermark Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...