Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 5,465 for

file signature

(0.09 sec)
  1. Render PPTX as HTML using Java

    Master the art to render PPTX as HTML using Java efficiently. Additionally, dive into comprehensive step-by-step guidelines and Java code for rendering PPTX to HTML....Signature Product Family GroupDocs.Metadata...class object, passing the PPTX file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/java/render-pptx-as-htm...
  2. Export Data | GroupDocs

    How to export data to JSON or XML Files....Signature Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  3. Convert DOCX to ODT using Node.js

    In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js....Signature Product Family GroupDocs.Metadata...js via Java to convert DOCX files to ODT For DOCX document to...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  4. How to Render DOCX as JPG using C#

    In this article, we will guide you on how to render DOCX as JPG using C# without installing extra software. We will also provide code to render DOCX to JPG using C#....Signature Product Family GroupDocs.Metadata...Word document’s pages to JPG files Instantiate the object of Viewer...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  5. How to Convert DOCX to PNG using Node.js

    In this article, you will learn how to convert DOCX to PNG using Node.js. We will also provide code to export DOCX to PNG in Node.js....Signature Product Family GroupDocs.Metadata...By providing the path of DOCX file as a constructor parameter,...

    kb.groupdocs.com/conversion/nodejs/how-to-conve...
  6. 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 BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } 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/net/working-with-bm...
  7. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Signature Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Extract images from document page area | GroupDocs

    Learn how to extract images from specific page areas using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions....Signature Product Solution GroupDocs...Image { idx + 1 } : { image . file_type } , Page { image . page...

    docs.groupdocs.com/parser/python-net/extract-im...
  9. How to Convert PDF to Image in C#

    Review the document transformation procedure and learn the guide to convert PDF to Image in C# and explore working sample code to convert PDF to Image using C#....Signature Product Family GroupDocs.Metadata...for customizing the output PNG file Finally, call the Convert method...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Extract Text from HTML in Java

    This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....Signature Product Family GroupDocs.Metadata...extracting text from an HTML file Initialize the Parser class...

    kb.groupdocs.com/parser/java/how-to-extract-tex...