Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 5,668 for

file merger

(0.05 sec)
  1. GroupDocs.Watermark for Java | GroupDocs

    A Java API for adding watermarks to the documents of different File formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Merger Product Solution GroupDocs...remove watermarks in supported file formats. GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/
  2. GroupDocs.Search for Java | GroupDocs

    GroupDocs.Search for Java is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Merger Product Solution GroupDocs...occurrences, basic metadata fields, file names, document types and much...

    docs.groupdocs.com/search/java/
  3. Save signed document with password | GroupDocs

    This article explains how to save document with password protection....Merger Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...

    docs.groupdocs.com/signature/java/save-signed-d...
  4. Control temporary files | GroupDocs

    By following this guide, you will learn how to control temporary Files used by GroupDocs.Viewer for Java....Merger Product Solution GroupDocs...Control temporary files Control temporary files Leave feedback On...

    docs.groupdocs.com/viewer/java/control-temporar...
  5. Processes cancellation | GroupDocs

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

    docs.groupdocs.com/signature/java/processes-can...
  6. Update annotations | GroupDocs

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

    docs.groupdocs.com/annotation/java/update-annot...
  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:...Merger Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  8. Save only annotated pages | GroupDocs

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

    docs.groupdocs.com/annotation/java/save-only-an...
  9. Remove annotation from document | GroupDocs

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs.... None ); // Save result to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/remove-annot...
  10. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Merger Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...