Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 5,368 for

file watermark

(0.1 sec)
  1. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Watermark Product Family GroupDocs.Merger...Annotator class by supplying the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  2. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Add document to Presentation via OLE | Document...

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

    docs.groupdocs.com/merger/net/add-document-to-p...
  4. 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/
  5. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Watermark Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  6. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Watermark Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  7. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Watermark Product Solution GroupDocs...to output text to a file. The path to a file is specified in the...

    docs.groupdocs.com/search/net/output-adapters/
  8. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Watermark Product Solution GroupDocs...to output text to a file. The path to a file is specified in the...

    docs.groupdocs.com/search/nodejs-java/output-ad...
  9. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Java. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Watermark Product Solution GroupDocs...Leave feedback On this page File comparison allows you to detect...

    docs.groupdocs.com/comparison/java/features-ove...
  10. Installation | Documentation

    This guide explains how to install GroupDocs.Conversion for Python via .NET to your environment...Watermark Product Solution GroupDocs...dependency to your requirements.txt file by including the following line:...

    docs.groupdocs.com/conversion/python-net/gettin...