Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 16,573 for

file

(0.94 sec)
  1. 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:...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....border ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  3. Rasterize document or page | GroupDocs

    Rasterize a PDF to make watermarks hard to remove using Python via .NET....the size of the resultant PDF file. Rasterize particular page of...

    docs.groupdocs.com/watermark/python-net/rasteri...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...one of the most commonly used file formats that are used to create...simply merge the same type of files into one single document. In...

    blog.groupdocs.com/groupdocs.blog/page/24/
  5. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....simultaneously view the same file. The web application uses GroupDocs...local disk to store the cache files. The FileCache is not thread...

    docs.groupdocs.com/viewer/net/implement-thread-...
  6. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API...., target_passwords , output_file_name ): # Initialize the comparer...comparer with the source file path and load options load_options_source...

    docs.groupdocs.com/comparison/python-net/compar...
  7. Watermark Word Documents using Java | Text & Im...

    Add text and image watermarks to Word documents using Java. Apply watermarks programmatically on page(s) using Java API....remove, and change watermarks in files like Word documents, presentations...documentation . You can download the JAR file from the downloads section or...

    blog.groupdocs.com/watermark/watermark-word-doc...
  8. Iterate through container items | GroupDocs

    This article explains that how to extract containers items and iterate through container items.... Detects a file type of the container item....represents both container-only files (like zip archives, outlook...

    docs.groupdocs.com/parser/net/iterate-through-c...
  9. Comparison result does not include all text - F...

    Hello! When comparing documents, sometimes, some text does not appear at all in the comparison result. This can be reproduced by using the following documents: doc1.docx (13.4 KB) doc2.docx (13.8 KB) In doc2 there a…...sharing the details and sample files. We were able to reproduce the...comparison API that supports over 50 file types and allows .NET developers...

    forum.groupdocs.com/t/comparison-result-does-no...
  10. Add polyline annotation | GroupDocs

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java....// Add annotation and save to file annotator . add ( polyline );...

    docs.groupdocs.com/annotation/java/add-polyline...