Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 5,040 for

file watermark

(0.09 sec)
  1. How to Sign DOCX with Barcode Signature using C#

    Quickly get help on how to sign DOCX with Barcode signature using C#. We will also provide a code example to create Barcode signature in DOCX using C#....Watermark Product Family GroupDocs.Merger...passing the path of input DOCX file as an argument to its constructor...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  2. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Watermark Product Family GroupDocs.Merger...Converter class using the MSG file path as an argument for its...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Generate document pages preview | Documentation

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Watermark Product Solution GroupDocs...Console . WriteLine ( "Image file {0} is ready for preview" ,...

    docs.groupdocs.com/signature/net/generate-docum...
  4. 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 OpenTypeRootPackage....Watermark Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-op...
  5. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Watermark Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. How to Convert DOCX to HTML using Java

    In this topic, you will explore how to convert DOCX to HTML using Java. Moreover, we will provide a code example to export DOCX to HTML in Java without using extra tools....Watermark Product Family GroupDocs.Merger...successfully converted a DOCX file to HTML format using Java with...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your Java application....Watermark Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/java/
  8. Load XML document with options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...set attribute Input document file type Whether to generate page...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  9. 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...
  10. 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/