Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 14,340 for

file

(0.1 sec)
  1. Hot to load document from Azure Blob Storage | ...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....= 100 }; // sign document to file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/load-document-...
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain File format information advanced_usage....and extract some additional file format information. a Spreadsheet...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Add Summary Page to Image Stream in GroupDocs.C...

    This month’s release of GroupDocs.Comparison for Java 18.6 comes with multitude of new features, improvements and bug fixes. New formats are introduced in this release such as PNG, JPG, BMP and email. Aside this, you can generate summary page to images streams and supports of pivot table in Cells is introduced as well. Document comparison performance is improved. Bug such as returning null in ICompareResult is fixed. For further details included in this month’s release, please visit the release notes....comparison of result and original files in Imaging.Tests Comparison...Comparison is not working Comparing a file with itself, gives poor result...

    blog.groupdocs.com/comparison/add-summary-page-...
  4. How to Run Examples | Documentation

    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....with code examples and sample files is hosted on GitHub. Run examples...available, open the runExamples.js file in your favorite text editor...

    docs.groupdocs.com/watermark/nodejs-java/how-to...
  5. Introducing a More Optimized and Simplified Gro...

    It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was to introduce a more simplified and optimized watermark manipulation API for the .NET platform. Today, I am excited to announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download. What’s new in the latest release? The major updates have been done at the architecture level of the API to simplify its usage....document information from the local file. Old API # New API # For more...

    blog.groupdocs.com/watermark/net-api-to-add-sea...
  6. 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....class and pass the input TIFF file to its constructor Create an...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Extract pages | Documentation

    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....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  8. Save signed document with password | Documentation

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

    docs.groupdocs.com/signature/java/save-signed-d...
  9. Save only annotated pages | Documentation

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

    docs.groupdocs.com/annotation/java/save-only-an...
  10. 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 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...