Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 5,498 for

file watermark

(0.04 sec)
  1. Processes cancellation | Documentation

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs...// ... }; // sign document to file signature . sign ( "Signed.pdf"...

    docs.groupdocs.com/signature/java/processes-can...
  2. Update annotations | Documentation

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...add ( original ); // Save to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/update-annot...
  3. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....Watermark Product Solution GroupDocs...Editor for Java you can edit files of various formats and no third-party...

    docs.groupdocs.com/editor/java/product-overview/
  5. GroupDocs.Annotation for Java | Documentation

    API to annotate text or images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Watermark Product Solution GroupDocs...email messages, and even image files. GroupDocs.Annotation allows...

    docs.groupdocs.com/annotation/java/
  6. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a File convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Watermark Product Solution GroupDocs...the class: sets the desired file type the input document should...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  7. Get HTML Markup in Different Forms | Documentation

    Learn how to get edited document HTML markup - body without head tag, content in raw and base64 form, and others using GroupDocs.Editor for Node.js via Java API....Watermark Product Solution GroupDocs...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...

    docs.groupdocs.com/editor/nodejs-java/get-html-...
  8. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/java/font-embedding-o...
  9. OCR Usage Basics | Documentation

    This article explains how to use OCR....Watermark Product Solution GroupDocs...To extract a text from image files or non-text PDF documents GetText...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  10. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Watermark Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/java/extend-suppor...