Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 5,534 for

file signature

(0.85 sec)
  1. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream....Signature Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Load document from stream | GroupDocs

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...overhead of saving stream as a file on disk, provides a way to work...

    docs.groupdocs.com/merger/net/load-document-fro...
  4. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Signature Product Solution GroupDocs...SpreadsheetContent . class ); File file = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  5. How to Convert XLSX to JPG using Java

    This article provides a comprehensive guide on how to convert XLSX to JPG using Java, including a code example and instructions to export XLSX to JPG using Java....Signature Product Family GroupDocs.Metadata...specifying the path of XLSX file that needs to be processed To...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your Java application....Signature Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/java/
  7. Convert PDF to PPTX using C#

    Learn how to quickly convert PDF to PPTX using C# by carefully following our comprehensive tutorial. Additionally, we'll give you a C# code example to export PDF to PPTX using C#....Signature Product Family GroupDocs.Metadata...(Portable Document Format) files to PowerPoint presentations...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  8. How to run examples | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Signature Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select appropriate...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  9. URI rewriting | GroupDocs

    Customize resource URIs in the Markdown output -- CDN URLs, custom paths...Signature Product Solution GroupDocs...Note URI rewriting works with file-based image strategies ( ExportImagesToFileSy...

    docs.groupdocs.com/markdown/python-net/uri-rewr...
  10. GroupDocs.Watermark for Node.js via Java | Grou...

    GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs...Signature Product Solution GroupDocs...support for the documents of 40+ file formats. Supports watermark...

    docs.groupdocs.com/watermark/nodejs-java/