Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 617 for

image to spreadsheet

(0.08 sec)
  1. Get file info | Documentation

    The page describes how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation.... Excel spreadsheet, PowerPoint presentation or image etc.) is...

    docs.groupdocs.com/annotation/net/get-file-info/
  2. Get file info | Documentation

    This page describes how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation.... Excel spreadsheet, PowerPoint presentation or image etc.) is...

    docs.groupdocs.com/annotation/java/get-file-info/
  3. Convert note-taking formats | Documentation

    In this article, you will learn how To convert note-taking formats To other formats with GroupDocs.Conversion for Java....detailed consisting of digital images, audio/video clips, and hand...conversions From To ONE eBook: , , Image: , , , , , , , , , JPG, , ,...

    docs.groupdocs.com/conversion/java/convert/note/
  4. eSign document with Digital signature | Documen...

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...documents (DOC, DOCX, ODT, OTT), Spreadsheet files (XLSX, XLS, ODS, OTS)...specific document page with custom image and labels. Picture below shows...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Generating Page Preview for WordProcessing Docu...

    Learn how To generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.EdiTor for Node.js via Java....format supported by numerous image viewers and modern browsers...families: WordProcessing, Spreadsheet , and Presentation . Steps...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  6. Get file info | Documentation

    This article explains how To detect document file type, size and calculate pages count with GroupDocs.Comparison....document, Excel spreadsheet, PowerPoint presentation, image etc.). PageCount...

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  7. Adding text watermarks | Documentation

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Extract data from Microsoft Office Excel spread...

    This article shows how To To extract data from Microsoft Office Excel Spreadsheets....from Microsoft Office Excel spreadsheets Extract data from Microsoft...Microsoft Office Excel spreadsheets Leave feedback GroupDocs.Parser...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality To handle loading of HTML external resources. Here are the steps To handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources. // Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate Spreadsheet page previews try (Parser parser = new Parser(Constants....Parser class to generate spreadsheet page previews try ( Parser..., settings )) { // Extract images from HTML document Iterable...

    docs.groupdocs.com/parser/java/handle-loading-o...
  10. 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....metadata in Spreadsheets Working with metadata in Spreadsheets Leave...with different kinds of spreadsheet formats such as XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...