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....Assembly Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Assembly Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...
Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...
Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps.
Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....Assembly Product Solution GroupDocs...
This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Assembly Product Solution GroupDocs...
Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction....Assembly Product Solution GroupDocs...