Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 5,533 for

file signature

(0.28 sec)
  1. How to use custom cache implementation | GroupDocs

    How to use custom caching implementation with GroupDocs.Viewer using Java....Signature Product Solution GroupDocs...listing of the MemoryCache.java file is below: Java import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-use-custo...
  2. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Watermark examples, by building your own or using our back-end or front-end examples out-of-the-box....Signature Product Solution GroupDocs...with code examples and sample files is hosted on GitHub. Run examples...

    docs.groupdocs.com/watermark/nodejs-java/how-to...
  3. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....Signature Product Family GroupDocs.Metadata...class and pass the input TIFF file to its constructor Create an...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Signature Product Solution GroupDocs...document information from the local file. Old API DocumentInfo documentInfo...

    docs.groupdocs.com/watermark/net/migration-notes/
  5. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  6. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  7. Extracting common image information | GroupDocs

    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 getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  8. GroupDocs.Total for .NET 25.11 – Latest Updates...

    Explore what’s new in GroupDocs.Total for .NET 25.11. Available now on NuGet and GroupDocs website....Signature for .NET 25.6 (no change)...demonstrates how to compare two PDF files and write the diff to a stream...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  9. Get only summary page | GroupDocs

    This article explains how to get only a summary page when comparing documents with GroupDocs.Comparison for Node.js via Java....Signature Product Solution GroupDocs...changes between source and target files and create the summary page...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  10. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Signature Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/python-net/save-to...