Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 663 for

spreadsheet to image

(0.55 sec)
  1. Get file info | GroupDocs

    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/
  2. Convert note-taking formats | GroupDocs

    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/
  3. Get file info | GroupDocs

    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/python-net/get-fi...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...the ability to set opacity to image signatures in supported document...new features like support of Imaging DjVu file format, Formulas...

    blog.groupdocs.com/groupdocs.blog/page/78/
  5. Working with metadata in Spreadsheets | GroupDocs

    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...
  6. 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...
  7. Adding text watermarks | GroupDocs

    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. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert document OLE objects in Word documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API....example, you can embed spreadsheets, images, and sound clips as...Insert OLE Object into Excel Spreadsheets Add OLE Object into PowerPoint...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  9. Handle loading of external resources documents ...

    Learn how To handle loading of external resources....Parser class to generate spreadsheet page previews using ( Parser..., settings )) { // Extract images from HTML document IEnumerable...

    docs.groupdocs.com/parser/net/handle-loading-of...
  10. 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...